Skip to content

Commit

Permalink
Fix perl test
Browse files Browse the repository at this point in the history
  • Loading branch information
alesapin committed Sep 6, 2024
1 parent bb6da4b commit c465702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ($;$)
# without overflow
# say Data::Dumper::Dumper prepare_execute_hash 'SELECT -127,-128,-129,126,127,128,255,256,257,-32767,-32768,-32769,32766,32767,32768,65535,65536,65537,-2147483647,-2147483648,-2147483649,2147483646,2147483647,2147483648,4294967295,4294967296,4294967297,-9223372036854775807,-9223372036854775808,9223372036854775806,9223372036854775807,9223372036854775808,18446744073709551615';
}

dbh_do "CREATE DATABASE IF NOT EXISTS test;";
dbh_do "DROP TABLE IF EXISTS test.odbc2;";
dbh_do "CREATE TABLE test.odbc2 (ui64 UInt64, string String, date Date, datetime DateTime) ENGINE = Memory;";
dbh_do
Expand Down

0 comments on commit c465702

Please sign in to comment.