Releases: FredyH/MySQLOO
Releases · FredyH/MySQLOO
MySQLOO 9.3.1
fixed query:error() not working in transactions
MySQLOO 9.3
Fixed query:error() not returning any results/crashing
MySQLOO 9.2.1
fixed a bug where prepared statements weren't closed properly
MySQLOO 9.2
Fixed a memory leak as well as a rare crash that could occur involving prepared statements.
MySQLOO 9.1
Queries can now be started multiple times
PreparedQueries now cache and reuse the prepared statements allocated on the server
PreparedQueries can now return multiple result sets
Database:ping() now always attempts to reconnect to the database regardless of autoReconnect status
Added automatic update check that checks if an update is available
Added mysqloo.MINOR_VERSION
Added database:setCachePreparedStatements
slightly changed behavior of query:hasMoreResults()