Skip to content

Releases: FredyH/MySQLOO

MySQLOO 9.3.1

07 Mar 12:27
Compare
Choose a tag to compare

fixed query:error() not working in transactions

MySQLOO 9.3

06 Mar 08:38
Compare
Choose a tag to compare

Fixed query:error() not returning any results/crashing

MySQLOO 9.2.1

28 Jan 23:13
Compare
Choose a tag to compare

fixed a bug where prepared statements weren't closed properly

MySQLOO 9.2

28 Jan 02:17
Compare
Choose a tag to compare

Fixed a memory leak as well as a rare crash that could occur involving prepared statements.

MySQLOO 9.1

12 Jan 03:56
Compare
Choose a tag to compare

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()