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.7.20

20 Nov 15:07
5ae0a62
Compare
Choose a tag to compare
  • [bugfix] invaliding spacing while using Fragments in JOIN ON statements by @iamsaint
  • [bugfix] disable parameter registration when the value is a Fragment by @thenotsoft

v2.7.19

10 Nov 09:55
Compare
Choose a tag to compare
  • added the ability to pass parameters into fragments
  • added the ability to use fragments and expressions as part of select query columns

v2.7.18

14 Oct 18:04
3478fb7
Compare
Choose a tag to compare

v2.7.17

02 Sep 11:42
Compare
Choose a tag to compare
  • added the ability to modify the database logger context by @Alexsisukin
  • added distinctOn method to Postgres Select Query

v2.7.16

28 Aug 13:26
Compare
Choose a tag to compare
  • fixes bug with invalid transaction level when transaction can't be started
  • set isolation level after beginning the transaction for Postgres

v2.7.15

17 Jun 10:01
525b52c
Compare
Choose a tag to compare
  • handle Docker specific connection exceptions (broken pipe)

v2.7.14

23 Apr 12:43
771039c
Compare
Choose a tag to compare
  • fixed bug with an invalid compilation of multi-group-by statements by @yiiliveext

v2.7.12

31 Mar 11:01
b573817
Compare
Choose a tag to compare
  • default json type for Postgres fallbacks to text to unify with other drivers

v2.7.11

12 Mar 12:16
7434912
Compare
Choose a tag to compare
  • Add PostgreSQL timestamptz mapping for timestamp with time zone by @rauanmayemir

v2.7.10

18 Feb 10:28
Compare
Choose a tag to compare
  • [Kubernetes stability] catch Postgres EOF exceptions on amazon as connection exception