1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/modules/mysql/Handle
2016-08-07 02:22:59 +03:00
..
Connection.cpp Fix the execute function which could execute an empty query. 2016-07-10 05:30:01 +03:00
Connection.hpp Partial and untested revision of the MySQL module. 2016-06-28 01:15:31 +03:00
ResultSet.cpp Add the option to retrieve columns/fields from explicit columns. Should close #26 2016-08-07 02:22:59 +03:00
ResultSet.hpp Improve type conversion in the MySQL module. 2016-07-19 21:42:41 +03:00
Statement.cpp Partial and untested revision of the MySQL module. 2016-06-28 01:15:31 +03:00
Statement.hpp Add a simple method to the MySQL statement handle to check the validity of a parameter index. 2016-07-28 01:24:52 +03:00