mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
more info
This commit is contained in:
parent
f3dcf2cf74
commit
2987656665
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ for my $type (@types) {
|
||||||
if ($old_behavior eq $got) {
|
if ($old_behavior eq $got) {
|
||||||
TODO: {
|
TODO: {
|
||||||
local $TODO = "same as the old behavior";
|
local $TODO = "same as the old behavior";
|
||||||
fail "same as the old behavior: type: $typename got: $got expected: $value";
|
fail "same as the old behavior: type: $typename got: $got expected: $value sqlite3_behavior: $sqlite3_behavior";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue