Skip to content
Snippets Groups Projects
Commit c12422ba authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

fix sql test.

parent 17d3aefc
No related merge requests found
......@@ -129,11 +129,11 @@ select * from t0 where k0=0
...
insert into t0 values (4294967295)
---
- [4294967295L]
- [4294967295]
...
select * from t0 where k0=4294967295
---
- [4294967295L]
- [4294967295]
...
delete from t0 where k0=0
---
......@@ -141,7 +141,7 @@ delete from t0 where k0=0
...
delete from t0 where k0=4294967295
---
- [4294967295L]
- [4294967295]
...
#
# A test case for: http://bugs.launchpad.net/bugs/712456
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment