Releases: spiral-modules/database
Releases · spiral-modules/database
v2.6.10
- [bugfix] invalid change detection for nullable and zeroed default values
- do not allow default values for text and blob columns for MySQL/MariaDB
v2.6.9
- added support for Postgres 12 (updated constraint schemas)
v2.6.8
- [bufgix] proper abstract type detection for primary UUID columns for SQLite driver
v2.6.7
- [bufgix] proper exception type for syntax errors in MariaDB (previously was ConnectionException)
v2.6.6
- allow drivers to handle low-level error exceptions
- qualify "Connection reset by peer" as connection exception
- fixed interpolation of named parameters
v2.6.5
- added support for SELECT ... FOR UPDATE statements
v2.6.4
- disabled int typecasting for aggregate selections
- minor inspection driven improvements
v2.6.3
- improved connection exception handling for Postgres
v2.6.2
- added native support for UUID type
v2.6.1
- force the database disconned in case of connection error