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:
@ -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'",
|
||||
|
Reference in New Issue
Block a user