mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
added a few test cases for int overflow regression
This commit is contained in:
parent
0a1f3416fc
commit
b388c648a3
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ use Test::More;
|
|||
use DBI;
|
||||
|
||||
my @tests = qw(
|
||||
-2 -1 0 1 2
|
||||
|
||||
-9223372036854775808
|
||||
-9223372036854775807
|
||||
-8694837494948124658
|
||||
|
|
Loading…
Add table
Reference in a new issue