1
0
mirror of https://github.com/luapower/mysql.git synced 2025-07-02 00:10:30 +02:00

ability to configure the client library used

This commit is contained in:
Cosmin Apreutesei
2015-04-27 14:40:53 +03:00
parent 6a5ea5e99f
commit 6fc07cdb73
3 changed files with 219 additions and 178 deletions

View File

@ -237,7 +237,7 @@ local set_values = {
fbigint = "'420'",
fubigint = tostring(0ULL-1):sub(1,-4), --remove 'ULL'
fmediumint = "440",
fumediumint = tostring(2^32-1),
fumediumint = tostring(2^24-1),
fdate = "'2013-10-05'",
ftime = "'21:30:15'",
ftime2 = "'21:30:16.123456'",