Skip to content

Commit 34c8407

Browse files
committed
Document fixes for MySQL and TDS, test suite changes
1 parent 0219aa4 commit 34c8407

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ChangeLog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ RDBMS support for the XP Framework: MySQL, Sybase, MSSQL, PostgreSQL, SQLite3, I
33

44
## ?.?.? / ????-??-??
55

6+
* Fixed empty string handling in TDS protocol for PHP 8.1+, see
7+
https://wiki.php.net/rfc/deprecate_null_to_scalar_internal_arg
8+
(@thekid)
9+
* Fixed missing declaration for `MySqlxProtocol::$fieldparser`, see
10+
https://wiki.php.net/rfc/deprecate_dynamic_properties
11+
(@thekid)
12+
* Fixed handling of MySQL error code 1927 ("Connection was killed")
13+
(@thekid)
14+
* Overhauled test suite:
15+
. Migrated tests to baseless
16+
. Split unit and integration tests
17+
. Added PHP 8.3 and PHP 8.4 to the test matrix
18+
. Fixed integration tests to no longer reuse connections
19+
(@thekid)
20+
621
## 13.1.0 / 2022-07-07
722

823
* Merged #49: Add support for util.UUID instances (in `%s` tokens)

0 commit comments

Comments
 (0)