Skip to content

Releases: xp-framework/rdbms

9.0.7: PostgreSQL null fix

23 Mar 22:32
Compare
Choose a tag to compare
  • Merged PR #38: Catch null value (PostgreSQL) - @treuter

8.0.3: Backports from 9.0.6

13 Mar 14:14
Compare
Choose a tag to compare
  • Backported changes from 9.0.6
    • Merged PR #37: Add column types json and jsonb, treat them as regular text columns (@treuter)

7.3.4: Backports from 9.0.6

13 Mar 14:00
Compare
Choose a tag to compare
  • Backported changes from 9.0.6
    • Merged PR #37: Add column types json and jsonb, treat them as regular text columns (@treuter)

9.0.6: PostgreSQL JSON columns

11 Mar 10:17
Compare
Choose a tag to compare
  • Merged PR #37: Add column types json and jsonb, treat them as regular
    text columns
    (@treuter)

9.0.5: TDS_LONGCHAR

15 Dec 09:49
Compare
Choose a tag to compare

8.0.2: Backports from 9.0.5

15 Dec 12:54
Compare
Choose a tag to compare

7.3.3: Backports from 9.0.5

15 Dec 12:43
Compare
Choose a tag to compare

9.0.4: Fix SQLite

03 Sep 21:49
Compare
Choose a tag to compare
  • Fixed reference to SQLite driver - @thekid

9.0.3: Fix reconnecting

29 Aug 17:20
Compare
Choose a tag to compare
  • Ensure drivers correctly reconnect after an explicit call to close()
    (@thekid)

9.0.2: Fix MySQL driver precedence

29 Aug 16:09
Compare
Choose a tag to compare
  • Fixed drivers selecting mysqlnd-backed mysqli extension, which leads
    to mysqlnd cannot connect to MySQL 4.1+ errors
    (@thekid)