CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 00:58:10 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"61b5d42d80479ab41f38fcb8de67877f"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=oEWK6%2BbEWBI6NsgUG0R8RdATRUIWRCNrzxGB0bHLqrLAOzN5MmJvljK9xV72Z9GDIz7mDFtsmgYg6A7y8KGd2I4l7pxRlwjlCWy4fdn2enLYZ5d2nYEO0rc1DZZnFaFfokBS6QFlnlSqf1ShunAIzmbwzeSG7q9C6GxMa2KHCTkF2m2v1fza%2FXh6tlDf3OLwxNDPLyO2395tcYfzUdRDJDUl7EXKadIvhID1tXu0KRu6nwZ60BByoX%2BdY3wqpblsbG46upY9PkU%2BC9rzTe8Jmw%3D%3D--djqpTkPjazdCj1hr--A3YYkCcVLY5OQvMQeDftvQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.510958767.1753145890; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 00:58:10 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 00:58:10 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CFD2:981F5:1C802:2CEBD:687EE222
Releases · auraphp/Aura.SqlQuery · GitHub
25 Apr 13:31
Loading
25 Apr 13:29
Loading
21 May 13:34
Loading
21 May 12:26
Loading
03 Oct 20:35
Loading
02 Sep 22:10
Loading
09 Nov 15:46
Loading
02 Jun 06:35
Loading
27 Mar 20:09
Loading
26 Mar 04:21
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 87
Releases: auraphp/Aura.SqlQuery
Releases · auraphp/Aura.SqlQuery
3.0.0
Compare
What's Changed
- fix phpDoc and broken return type in Common/Select.php by @pavarnos in #110
- insert->col() and update->col() use variable argument lists by @pavarnos in #111
- Docs structure and add changelog by @harikt in #113
- make $bind parameters explicit in WhereInterface and in having() clauses by @pavarnos in #114
- fix scrutinizer messages by @pavarnos in #117
- move copy/pasted where() / orWhere() to WhereTrait by @pavarnos in #116
- add missing public methods to SelectInterface and related. by @pavarnos in #112
- add Insert::orReplace by @pavarnos in #115
- improve test coverage by @pavarnos in #119
- move copy/pasted limit()/offset() code to traits by @pavarnos in #120
- add “composer test” command to composer.json by @pavarnos in #123
- Extract builder logic to separate classes by @pmjones in #131
- 3.x quoter by @pmjones in #132
- Remove SubSelect interface, typehint on SelectInterface instead by @pmjones in #133
- 3.x: Named placeholders only for where() et al. conditions by @pmjones in #134
- Fixes #125 by @harikt in #135
- Support 'grouping' of where() and having() conditions by @pmjones in #136
- Only fall back to common quoter when DB-specific quoter doesn't exist by @djmattyg007 in #141
- Add "table dot star" assertion to quoter test by @djmattyg007 in #140
- Add missing closing ``` in docs/select.md by @johnchen902 in #144
- Make travis use trusty by @jakejohns in #148
- Drop HHVM support v3.x by @odan in #153
- Test newer PHP versions on CI by @Bilge in #169
- Explain how to bind IN conditions by @afilina in #175
- fix minor typo in instantiation.md by @cammytown in #180
- improve select.md orderBy example by @cammytown in #181
- minor typo in select.md by @cammytown in #182
- fixes #178 by @pmjones in #179
- Enable PHP 5.6-8.1 compat in 3.x by @koriym in #195
- Fix typos by @koriym in #196
- Add to composer ext-pdo_sqlite which required for tests by @maximTarleckiy in #174
- Fix types in phpdoc by @koriym in #197
- Support inline array for condition by @syrm in #162
- Refactor #162 by @koriym in #198
- Add ignore() method to common Insert class by @maximTarleckiy in #173
- Fix deprecated test method by @koriym in #199
- Specify composer version to run up to PHP 7.1 with CI by @koriym in #202
- Enable PHP 8.2 compat by @koriym in #204
New Contributors
- @djmattyg007 made their first contribution in #141
- @johnchen902 made their first contribution in #144
- @jakejohns made their first contribution in #148
- @Bilge made their first contribution in #169
- @afilina made their first contribution in #175
- @cammytown made their first contribution in #180
- @maximTarleckiy made their first contribution in #174
- @syrm made their first contribution in #162
Full Changelog: 2.7.1...3.0.0
Assets 2
4 people reacted
2.8.1
33a6283
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
What's Changed
- [BUG] Fix bad use of strripos by @auroraeosrose in #206 , cherry picked and merged to 2.x via #207
Full Changelog: 2.8.0...2.8.1
Assets 2
2.8.0
3cadc8b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
What's Changed
- Splitting array parameters into multiple parametres for fix PDO excecution error "Array to string conversion" by @PHPCraftdream in #127
- Added phpunit via composer by @syndicateSoftware in #128
- Drop HHVM support v2.x by @odan in #154
- Add WHERE IN example by @odan in #146
- Correct preg_split call by @srjlewis in #190
- Update ci to support from php 5.4 to 8.1 by @harikt in #203
New Contributors
- @PHPCraftdream made their first contribution in #127
- @syndicateSoftware made their first contribution in #128
- @srjlewis made their first contribution in #190
Full Changelog: 2.7.1...2.8.0
Assets 2
1 person reacted
3.0.0-alpha.1
2650660
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
What's Changed
- fix phpDoc and broken return type in Common/Select.php by @pavarnos in #110
- insert->col() and update->col() use variable argument lists by @pavarnos in #111
- Docs structure and add changelog by @harikt in #113
- make $bind parameters explicit in WhereInterface and in having() clauses by @pavarnos in #114
- fix scrutinizer messages by @pavarnos in #117
- move copy/pasted where() / orWhere() to WhereTrait by @pavarnos in #116
- add missing public methods to SelectInterface and related. by @pavarnos in #112
- add Insert::orReplace by @pavarnos in #115
- improve test coverage by @pavarnos in #119
- move copy/pasted limit()/offset() code to traits by @pavarnos in #120
- add “composer test” command to composer.json by @pavarnos in #123
- Extract builder logic to separate classes by @pmjones in #131
- 3.x quoter by @pmjones in #132
- Remove SubSelect interface, typehint on SelectInterface instead by @pmjones in #133
- 3.x: Named placeholders only for where() et al. conditions by @pmjones in #134
- Fixes #125 by @harikt in #135
- Support 'grouping' of where() and having() conditions by @pmjones in #136
- Only fall back to common quoter when DB-specific quoter doesn't exist by @djmattyg007 in #141
- Add "table dot star" assertion to quoter test by @djmattyg007 in #140
- Add missing closing ``` in docs/select.md by @johnchen902 in #144
- Make travis use trusty by @jakejohns in #148
- Drop HHVM support v3.x by @odan in #153
- Test newer PHP versions on CI by @Bilge in #169
- Explain how to bind IN conditions by @afilina in #175
- fix minor typo in instantiation.md by @cameronsteele in #180
- improve select.md orderBy example by @cameronsteele in #181
- minor typo in select.md by @cameronsteele in #182
- fixes #178 by @pmjones in #179
- Enable PHP 5.6-8.1 compat in 3.x by @koriym in #195
- Fix typos by @koriym in #196
- Add to composer ext-pdo_sqlite which required for tests by @maximTarleckiy in #174
- Fix types in phpdoc by @koriym in #197
- Support inline array for condition by @syrm in #162
- Refactor #162 by @koriym in #198
- Add ignore() method to common Insert class by @maximTarleckiy in #173
- Fix deprecated test method by @koriym in #199
- Specify composer version to run up to PHP 7.1 with CI by @koriym in #202
New Contributors
- @djmattyg007 made their first contribution in #141
- @johnchen902 made their first contribution in #144
- @jakejohns made their first contribution in #148
- @Bilge made their first contribution in #169
- @afilina made their first contribution in #175
- @cameronsteele made their first contribution in #180
- @maximTarleckiy made their first contribution in #174
- @syrm made their first contribution in #162
Full Changelog: 2.7.1...3.0.0-alpha1
Assets 2
1 person reacted
2.7.1
Compare
Hygiene release: update README.
Assets 2
2.7.0
Compare
- [DOC] Numerous docblock and README updates.
- [ADD] Add various
Select::reset*()
methods. Fixes #84, #95, #94, #91. - [FIX] On SELECT, allow OFFSET even when LIMIT not specified. Fixes #88.
- [FIX] On SELECT, allow
join*()
beforefrom*()
. Joins-before-from are added
to the first from. If no from is ever added, the joins will never be built
into the statement. Fixes #69, #90. - [BRK] Bumped the minimum version to PHP 5.3.9 (vs 5.3.0). Fixes #74. This is
to address a language-level bug in PHP. Technically I think this is a BC
break, but I hope it is understandable, given that PHP 5.3.x is end-of-life,
and that Aura.SqlQuery itself simply will not operate on versions earlier
than that. Updated README to reflect the version requirement.
Assets 2
2.6.0
Compare
- (DOC) Docblock and README updates; in particular, add an
@method getStatement()
to the QueryInterface for IDE auto-completion. - (ADD) Select::hasCols() reports if there are any columsn in the Select.
- (ADD) Select::getCols() gets the existing columns in the Select.
- (ADD) Select::removeCol() removes a previously-added column.
- (FIX) Select::reset() now properly resets the table refs for a UNION.
- (FIX) Select::forUpdate() is now fluent.
Assets 2
2.5.0
Compare
- Docblock and README updates
- The Common\Select class, when binding values from a subselect, now checks for
instanceof SubselectInterface
instead ofself
; the Select class now
implements SubselectInterface, so this should not be a BC break. - Subselects bound as where/having/etc conditions should now retain ?-bound
params.
Assets 2
2.4.2
Compare
This release modifies the testing structure and updates other support files.
Assets 2
2.4.1
Compare
This release fixes Insert::addRows() so that adding only one row generates the correct SQL statement.
Assets 2
Previous Next
You can’t perform that action at this time.