1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/modules/mysql
2016-07-17 03:47:38 +03:00
..
Handle Fix the execute function which could execute an empty query. 2016-07-10 05:30:01 +03:00
Wrapper Partial untested implementation of the MySQL module. 2016-06-03 21:33:21 +03:00
Account.cpp Partial and untested revision of the MySQL module. 2016-06-28 01:15:31 +03:00
Account.hpp Partial untested implementation of the MySQL module. 2016-06-03 21:33:21 +03:00
Common.cpp Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00
Common.hpp More incomplete implementation for the MySQL module. 2016-07-08 00:57:57 +03:00
Connection.cpp Partial and untested revision of the MySQL module. 2016-06-28 01:15:31 +03:00
Connection.hpp Partial and untested revision of the MySQL module. 2016-06-28 01:15:31 +03:00
Convert.cpp More incomplete implementation for the MySQL module. 2016-07-08 00:57:57 +03:00
Convert.hpp More incomplete implementation for the MySQL module. 2016-07-08 00:57:57 +03:00
Field.cpp More incomplete implementation for the MySQL module. 2016-07-08 00:57:57 +03:00
Field.hpp More incomplete implementation for the MySQL module. 2016-07-08 00:57:57 +03:00
Module.cpp Fix issue with modules not registering their API. 2016-07-17 03:47:38 +03:00
Parameter.cpp More incomplete implementation for the MySQL module. 2016-07-08 00:57:57 +03:00
Parameter.hpp Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00
ResultSet.cpp More incomplete implementation for the MySQL module. 2016-07-08 00:57:57 +03:00
ResultSet.hpp Add method to return strings from MySQL result-set. 2016-06-30 15:52:20 +03:00
Savepoint.cpp Various changes to the modules. 2016-05-22 22:34:27 +03:00
Savepoint.hpp Partial untested implementation of the MySQL module. 2016-06-03 21:33:21 +03:00
Statement.cpp Partial and untested revision of the MySQL module. 2016-06-28 01:15:31 +03:00
Statement.hpp Partial and untested revision of the MySQL module. 2016-06-28 01:15:31 +03:00
Transaction.cpp Various changes to the modules. 2016-05-22 22:34:27 +03:00
Transaction.hpp Implement the query execution functions on MySQL connection. 2016-06-03 22:17:52 +03:00