Releases: xp-framework/rdbms
Releases · xp-framework/rdbms
6.5.1: Remove ensure
6.5.0: Enter PHP 5.5
- 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
- Rewrote code to ue
literal()
instead ofxp::reflect()
. See
xp-framework/rfc#298
(@thekid)
6.4.3: Missing types
6.4.2: PHP 5.4 syntax
6.4.1: Long TDS packets
- Fixed problem with TDS packets longer than packet size - @thekid
6.4.0: Forward compatibility, bugfixes
6.3.2: Long running queries
- 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
6.3.0: Autoconnect
- 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)