Releases: spiral-modules/database
Releases · spiral-modules/database
v2.7.9
- added the ability to pass parameters into Expression in operators and values
v2.7.8
- added the ability to pass parameters into Expression
v2.7.7
- minor refactor in PostgresInsertQuery
v2.7.6
- added the support to force the returning key in Postgres insert queries
v2.7.5
- [bugfix] fixed invalid index introspection on legacy SQLite drivers
v2.7.4
- [bugfix] fixed syncTable behaviors for SQLite tables with sorted indexes @rauanmayemir
v2.7.2
- [bugfix] invalid size detection for int, bigint, tinyint columns under latest MySQL 8.0+
v2.7.1
- added AbstractColumn::getSize() typecasting
- added the ability to serialize and de-serialize fragments and expressions
v2.7.0
- added SQL compiler caching, up to 5x times faster query generation
- added prepared statement caching
- refactor of SchemaHandler
- refactor of Query builders
- added ComparatorInterface
- deprecated MySQL 5.5 support