Skip to content

Commit 2221e79

Browse files
committed
Fix unbuffered queries in mysqlx driver causing fatal errors
1 parent 0e10c14 commit 2221e79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

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

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

6+
## 6.5.3 / 2016-01-09
7+
8+
* Fixed unbuffered queries in `mysqlx` driver causing fatal errors - @thekid
9+
610
## 6.5.2 / 2016-01-09
711

812
* Fixed issue #10: Call to undefined function rdbms\mysqlx\this() - @thekid

src/main/php/rdbms/mysqlx/MySqlxResultSet.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Result set
77
*/
8-
class MySQLxResultSet extends \AbstractMySQLxResultSet {
8+
class MySQLxResultSet extends AbstractMysqlxResultSet {
99

1010
/**
1111
* Seek

0 commit comments

Comments
 (0)