3.0.0
版本发布时间: 2023-04-25 21:31:40
auraphp/Aura.SqlQuery最新发布版本:3.0.0(2023-04-25 21:31:40)
What's Changed
- fix phpDoc and broken return type in Common/Select.php by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/110
- insert->col() and update->col() use variable argument lists by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/111
- Docs structure and add changelog by @harikt in https://github.com/auraphp/Aura.SqlQuery/pull/113
- make $bind parameters explicit in WhereInterface and in having() clauses by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/114
- fix scrutinizer messages by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/117
- move copy/pasted where() / orWhere() to WhereTrait by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/116
- add missing public methods to SelectInterface and related. by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/112
- add Insert::orReplace by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/115
- improve test coverage by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/119
- move copy/pasted limit()/offset() code to traits by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/120
- add “composer test” command to composer.json by @pavarnos in https://github.com/auraphp/Aura.SqlQuery/pull/123
- Extract builder logic to separate classes by @pmjones in https://github.com/auraphp/Aura.SqlQuery/pull/131
- 3.x quoter by @pmjones in https://github.com/auraphp/Aura.SqlQuery/pull/132
- Remove SubSelect interface, typehint on SelectInterface instead by @pmjones in https://github.com/auraphp/Aura.SqlQuery/pull/133
- 3.x: Named placeholders only for where() et al. conditions by @pmjones in https://github.com/auraphp/Aura.SqlQuery/pull/134
- Fixes #125 by @harikt in https://github.com/auraphp/Aura.SqlQuery/pull/135
- Support 'grouping' of where() and having() conditions by @pmjones in https://github.com/auraphp/Aura.SqlQuery/pull/136
- Only fall back to common quoter when DB-specific quoter doesn't exist by @djmattyg007 in https://github.com/auraphp/Aura.SqlQuery/pull/141
- Add "table dot star" assertion to quoter test by @djmattyg007 in https://github.com/auraphp/Aura.SqlQuery/pull/140
- Add missing closing ``` in docs/select.md by @johnchen902 in https://github.com/auraphp/Aura.SqlQuery/pull/144
- Make travis use trusty by @jakejohns in https://github.com/auraphp/Aura.SqlQuery/pull/148
- Drop HHVM support v3.x by @odan in https://github.com/auraphp/Aura.SqlQuery/pull/153
- Test newer PHP versions on CI by @Bilge in https://github.com/auraphp/Aura.SqlQuery/pull/169
- Explain how to bind IN conditions by @afilina in https://github.com/auraphp/Aura.SqlQuery/pull/175
- fix minor typo in instantiation.md by @cammytown in https://github.com/auraphp/Aura.SqlQuery/pull/180
- improve select.md orderBy example by @cammytown in https://github.com/auraphp/Aura.SqlQuery/pull/181
- minor typo in select.md by @cammytown in https://github.com/auraphp/Aura.SqlQuery/pull/182
- fixes #178 by @pmjones in https://github.com/auraphp/Aura.SqlQuery/pull/179
- Enable PHP 5.6-8.1 compat in 3.x by @koriym in https://github.com/auraphp/Aura.SqlQuery/pull/195
- Fix typos by @koriym in https://github.com/auraphp/Aura.SqlQuery/pull/196
- Add to composer ext-pdo_sqlite which required for tests by @maximTarleckiy in https://github.com/auraphp/Aura.SqlQuery/pull/174
- Fix types in phpdoc by @koriym in https://github.com/auraphp/Aura.SqlQuery/pull/197
- Support inline array for condition by @syrm in https://github.com/auraphp/Aura.SqlQuery/pull/162
- Refactor #162 by @koriym in https://github.com/auraphp/Aura.SqlQuery/pull/198
- Add ignore() method to common Insert class by @maximTarleckiy in https://github.com/auraphp/Aura.SqlQuery/pull/173
- Fix deprecated test method by @koriym in https://github.com/auraphp/Aura.SqlQuery/pull/199
- Specify composer version to run up to PHP 7.1 with CI by @koriym in https://github.com/auraphp/Aura.SqlQuery/pull/202
- Enable PHP 8.2 compat by @koriym in https://github.com/auraphp/Aura.SqlQuery/pull/204
New Contributors
- @djmattyg007 made their first contribution in https://github.com/auraphp/Aura.SqlQuery/pull/141
- @johnchen902 made their first contribution in https://github.com/auraphp/Aura.SqlQuery/pull/144
- @jakejohns made their first contribution in https://github.com/auraphp/Aura.SqlQuery/pull/148
- @Bilge made their first contribution in https://github.com/auraphp/Aura.SqlQuery/pull/169
- @afilina made their first contribution in https://github.com/auraphp/Aura.SqlQuery/pull/175
- @cammytown made their first contribution in https://github.com/auraphp/Aura.SqlQuery/pull/180
- @maximTarleckiy made their first contribution in https://github.com/auraphp/Aura.SqlQuery/pull/174
- @syrm made their first contribution in https://github.com/auraphp/Aura.SqlQuery/pull/162
Full Changelog: https://github.com/auraphp/Aura.SqlQuery/compare/2.7.1...3.0.0