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

Releases: spiral-modules/database

v2.7.9

18 Feb 09:05

Choose a tag to compare

  • added the ability to pass parameters into Expression in operators and values

v2.7.8

18 Feb 08:17

Choose a tag to compare

  • added the ability to pass parameters into Expression

v2.7.7

11 Feb 08:28
2e60cba

Choose a tag to compare

  • minor refactor in PostgresInsertQuery

v2.7.6

07 Feb 09:38

Choose a tag to compare

  • added the support to force the returning key in Postgres insert queries

v2.7.5

03 Feb 16:17
de8ed3f

Choose a tag to compare

  • [bugfix] fixed invalid index introspection on legacy SQLite drivers

v2.7.4

30 Jan 09:04
5df1403

Choose a tag to compare

  • [bugfix] fixed syncTable behaviors for SQLite tables with sorted indexes @rauanmayemir

v2.7.3

29 Jan 18:58
8747300

Choose a tag to compare

v2.7.2

18 Jan 12:33

Choose a tag to compare

  • [bugfix] invalid size detection for int, bigint, tinyint columns under latest MySQL 8.0+

v2.7.1

14 Jan 10:30

Choose a tag to compare

  • added AbstractColumn::getSize() typecasting
  • added the ability to serialize and de-serialize fragments and expressions

v2.7.0

13 Jan 11:35
6229ba8

Choose a tag to compare

  • 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