Skip to content

Releases: xp-framework/rdbms

7.2.0: MySQLi > MySQL

18 Apr 17:05

Choose a tag to compare

  • Merged pull request #10 - Add type 'bpchar' (blank-padded char) - @treuter
  • Merged pull request #18 - change order of preference for MySQLi over MySQL, if
    extensions available. (@friebe, @kiesel)

7.1.0: XP7 compatibility

21 Feb 18:09

Choose a tag to compare

  • Added version compatibility with XP 7 - @thekid

7.0.1: Shrink dependencies

21 Feb 17:04

Choose a tag to compare

  • Dropped dependency on xp-framework/collections, which was only used
    in one place inside the test suite!
    (@thekid)

7.0.0: ResultSets

21 Feb 16:30

Choose a tag to compare

6.7.1: AppVeyor

21 Feb 13:15

Choose a tag to compare

  • Merged PR #15: Run MSSQL integration tests on AppVeyor
    (@thekid)

6.7.0: Integration tests

20 Feb 15:00

Choose a tag to compare

  • Merged PR #14: Run MySQL, PostgreSQL and SQLite integration tests
    (@thekid)
  • Removed deprecated and dysfunctional SQLite v2 driver
    (@thekid)
  • Fixed SQL cast expression being shadowed by cast function in SQLite3
    by renaming the latter to marshal.
    (@thekid)
  • Changed rdbms.DriverManager::getConnection() to accept DSN instances
    as well as strings
    (@thekid)

6.6.0: XP7 Forward compatibility

20 Feb 12:05

Choose a tag to compare

  • Merged PR #11: Add support for 0x79 tokens - stored procedure return
    status for Sybase and MSSQL userland drivers
    (@kiesel, @thekid)
  • Heads up: Bumped XP version requirement to XP 6.11.0 - @thekid
  • Added forward compatibility with XP 7.0 - @thekid
  • Replaced deprecated util.HashmapIterator with a local class.
    (@thekid)

6.5.5: File mode fixes

24 Jan 21:23

Choose a tag to compare

  • Changed code base to no longer use deprecated FILE_MODE_* constants
    (@thekid)

6.5.4: XP7 Forward compatibility

23 Jan 23:07

Choose a tag to compare

6.5.3: Fix unbuffered MySQL queries

09 Jan 19:15

Choose a tag to compare

  • Fixed unbuffered queries in mysqlx driver causing fatal errors - @thekid