Commit Graph

10 Commits

Author SHA1 Message Date
FredyH
95f97501b8
Added onDisconnected callback called after calling db:disconnect. 2024-09-10 00:44:51 +02:00
Fredy
bc52bc0f11 Added lua integration test
Fixed several bugs
2021-11-09 04:30:56 +01:00
Fredy
c36c467080 Lua rework almost done 2021-11-07 01:51:54 +01:00
Fredy
fd245cb2ac Lua rework almost done 2021-11-05 07:58:27 +01:00
Fredy
4e1ec9f11d Started rewriting code to separate lua and mysql code
Replaced premake with cmake
2021-10-27 21:55:00 +02:00
Fredy
a0af72977a Replaced mysqlclient with mariadbclient
Switched back to static linking
Readded 32 bit versions
2021-03-26 19:26:37 +01:00
Frederik Haselmeier
982a6d111a Added way to configure SSL settings 2020-05-15 01:36:13 +02:00
Frederik Haselmeier
35ba13cd8a Added 64 bit support
replaced libmysqlclient with mariadbclient (should be binary compatible with mysql)
added PreparedQuery:clearParamters()
2018-08-08 18:38:30 +02:00
syl0r
a86d2e792f Improved several mysqloo functions
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()
Added lua library for ease of use
Added tmysql4 wrapper
Added connection pool lua library
Removed out folder
Removed logger
2017-01-12 04:42:56 +01:00
syl0r
516b3efaf0 Initial commit 2015-10-05 05:39:53 +02:00