inclusao de codigo para pular teste de rollback em Mysql versao 4.0
This commit is contained in:
parent
f63d98c1f2
commit
8e399a1e66
@ -343,6 +343,11 @@ end
|
||||
---------------------------------------------------------------------
|
||||
---------------------------------------------------------------------
|
||||
function rollback ()
|
||||
if string.sub(luasql._MYSQLVERSION, 1, 3) == "4.0" then
|
||||
io.write("skipping rollback test (mysql version 4.0.x)")
|
||||
return
|
||||
end
|
||||
|
||||
CONN:setautocommit (false) -- == begin transaction
|
||||
-- insert a record and commit the operation.
|
||||
assert2 (1, CONN:execute ("insert into t (f1) values ('a')"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user