Skip to content

Releases: xp-framework/rdbms

6.5.1: Remove ensure

20 Dec 18:23
Compare
Choose a tag to compare
  • Merged PR #9: Rewrite code to avoid ensure() statements - @thekid

6.5.0: Enter PHP 5.5

20 Dec 14:32
Compare
Choose a tag to compare
  • Heads up: Dropped PHP 5.4 support. Note: As the main source is not
    touched, unofficial PHP 5.4 support is still available though not tested
    with Travis-CI
    .
    (@thekid)

6.4.4: Path to PHP7

09 Dec 00:05
Compare
Choose a tag to compare

6.4.3: Missing types

30 Nov 15:00
Compare
Choose a tag to compare
  • Merged PR #7: Add missing types (Sybase, MySQL) - @kiesel

6.4.2: PHP 5.4 syntax

26 Sep 21:06
Compare
Choose a tag to compare
  • Merged PR #6: Use short array syntax / ::class in annotations - @thekid

6.4.1: Long TDS packets

25 Sep 16:06
Compare
Choose a tag to compare
  • Fixed problem with TDS packets longer than packet size - @thekid

6.4.0: Forward compatibility, bugfixes

12 Jul 17:19
Compare
Choose a tag to compare
  • Added forward compatibility with XP 6.4.0 - @thekid
  • Fixed rdbms.finder.FinderMethod to throw correct exception - @thekid
  • Changed rdbms.tds.TdsConnection's toString() to use a less-verbose way
    of displaying which protocol is used.
    (@thekid)

6.3.2: Long running queries

24 Jun 12:25
Compare
Choose a tag to compare
  • Overwrite default socket timeouts with -1 (no timeout). This way SQL
    queries which take longer than 60 seconds will still execute'
    (@thekid)

6.3.1: PHP7, HHVM

13 Jun 19:13
Compare
Choose a tag to compare
  • Fixed issue #5: Support for HHVM - @thekid
  • Added forward compatibility with PHP7 - @thekid

6.3.0: Autoconnect

01 Jun 23:03
Compare
Choose a tag to compare
  • Changed the default for autoconnect to true, that is, if it is omitted
    from the DSN, it will automatically connect. If the driver should not
    automatically connect, add ?autoconnect=0 to the DSN.
    (@thekid)