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

Releases: spiral-modules/database

v1.0.4

30 Jan 19:48
5400d7d
Compare
Choose a tag to compare
  • fix transaction level in case of error between reconnects

v2.1.4

24 Jan 15:35
Compare
Choose a tag to compare
  • added fallback encoding for binary columns in SQLServer

v2.1.3

24 Jan 13:19
Compare
Choose a tag to compare
  • added support for custom raw values via ValueInterface

v2.1.2

22 Jan 16:48
Compare
Choose a tag to compare
  • declare strict types

v2.1.1

24 Dec 14:47
Compare
Choose a tag to compare
  • SQLite driver now skips automatically generated primary key indexes on copied tables

v2.1.0

13 Oct 15:36
Compare
Choose a tag to compare
  • exception name corrections for 2.0 release

v2.0.2

08 Oct 11:48
4f37d51
Compare
Choose a tag to compare
  • json type maps to json type of PostgresSQL

v2.0.1

22 Sep 08:21
Compare
Choose a tag to compare
  • minor CS
  • better support for Postgres enum types

v2.0.0

21 Sep 13:07
Compare
Choose a tag to compare
  • massive refactor
  • decoupling from Spiral\Component
  • no more additional dependencies on ContainerInterface
  • support for read/write database connections
  • more flexible configuration
  • less dependencies between classes
  • interfaces have been exposed for table, column, index and foreignKeys
  • new interface for driver, database, table, compiler and handler
  • immutable quoter
  • more tests
  • custom exceptions for connection and constrain errors

v1.0.2

15 Jun 18:51
fada961
Compare
Choose a tag to compare
  • MySQL driver can reconnect now