Releases: cycle/database
Releases · cycle/database
2.2.0
What's Changed
- Add supporting for PHP 8.1 Enumerations by @roxblnfk (#67)
- Add supporting for smallint column type by @gam6itko (#58)
- Fix typo in the
\Cycle\Database\Schema\State::forgerForeignKey
method by @BeMySlaveDarlin (#53) - Fix compatibility with Spiral Framework 3 packages:
New Contributors
- @gam6itko made their first contribution in #58
- @BeMySlaveDarlin made their first contribution in #53
Full Changelog: 2.1.3...2.2.0
2.1.3
What's Changed
- Add Stringable interface for Fragment and ActiveQuery by @aquaminer in #52
- Fix query interpolation by @roxblnfk in #60
New Contributors
- @aquaminer made their first contribution in #52
Full Changelog: 2.1.2...2.1.3
2.1.2
2.1.1
What's Changed
- Fix phpdoc for the
SelectQuery::orderBy
method by @butschster (#45) - Fix problem with driver cloning by @butschster (#44)
- Fix Scrutinizer in CI by @msmakouz (#43)
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Add
psr/log
dependency by @thgs (#35) - Add ability to get/set driver name by @butschster (#38)
- Optimize fetching indexes and primary keys in Postgres driver by @hustlahusky (#37)
- Fix type casting for column size value in the PG Column class by @rauanmayemir (#34)
- Downgrade spiral dependencies to stable by @roxblnfk (#40)
New Contributors
- @thgs made their first contribution in #35
- @hustlahusky made their first contribution in #37
- @rauanmayemir made their first contribution in #34
Full Changelog: 2.0.0...2.1.0
2.0.0
- The package moved from
spiral/database
tocycle/database
- Namespace
Spiral\Database
replaced withCycle\Database
@butschster (#1) - Minimal PHP version is 8.0 (#26, #31)
- Added supporting for postgres schemas @butschster (#2)
- Added DTO configs @SerafimArts, @msmakouz (#10, #14)
- Improvements to
join
methods @butschster - Tests have been restructured @butschster (#21)
- Added method to get transaction level @msmakouz (#23)
- Added
ColumnReturnableInterface
for database drivers @butschster (#25)