Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Releases: spiral-modules/database

v2.6.0

08 Oct 19:10
Compare
Choose a tag to compare
  • the minimum PHP version is set as 7.2
  • added internal method to get declared column type
  • added support for jsonb in Postgres driver

v2.5.1

15 Sep 14:49
43b2850
Compare
Choose a tag to compare
  • statement cache is turned off by default
  • cacheStatement flag can be passed from Database

v2.5.0

14 Sep 14:34
666402d
Compare
Choose a tag to compare
  • Drivers now able to reuse prepared statements inside the transaction scope
  • minor performance improvement on larger transactions

v2.4.5

29 Aug 02:05
Compare
Choose a tag to compare
  • improved SQLite multi-insert query fallback
  • all query builders can be used without a driver as standalone objects
  • memory and performance optimizations for query builders
  • simplified parameter flattening logic, parameters are now assembled via the compiler

v2.4.2

27 Aug 01:57
Compare
Choose a tag to compare
  • IS NULL and IS NOT NULL normalized across all database drivers

v2.4.1

13 Aug 12:50
Compare
Choose a tag to compare

v2.4.0

29 Jul 11:04
fb304b7
Compare
Choose a tag to compare
  • added support for composite FKs

v2.3.1

15 Jul 11:46
Compare
Choose a tag to compare
  • handle MySQL server has gone away messages when PDO exception code is invalid

v2.3.0

10 May 12:53
Compare
Choose a tag to compare
  • the Statement class has been decoupled from PDO

v2.2.5

08 May 20:35
Compare
Choose a tag to compare
  • proper table alias resolution when the joined table name is similar to the alias of another table