mirror of
https://github.com/luapower/mysql.git
synced 2025-02-08 16:20:31 +01:00
unimportant
This commit is contained in:
parent
737558cf1d
commit
3bb223016d
@ -1176,7 +1176,7 @@ local function read_result(self, opt)
|
|||||||
elseif bt == 'time' then
|
elseif bt == 'time' then
|
||||||
v = get_time(buf, time_format)
|
v = get_time(buf, time_format)
|
||||||
else
|
else
|
||||||
check(self, false, 'unsupported param type '..bt)
|
check(self, false, 'unsupported param type %s', bt)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
v = null_value
|
v = null_value
|
||||||
@ -1358,7 +1358,7 @@ function stmt:exec(...)
|
|||||||
elseif bt == 'time' then
|
elseif bt == 'time' then
|
||||||
set_time(buf, val)
|
set_time(buf, val)
|
||||||
else
|
else
|
||||||
check(self, false, 'unsupported param type '..bt)
|
check(self, false, 'unsupported param type %s', bt)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user