mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
skip a compatibility test if sqlite is compiled with SQLITE_USE_URI (#47)
This commit is contained in:
parent
e76abc2774
commit
31915d44ed
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ sub cleanup {
|
||||||
|
|
||||||
cleanup();
|
cleanup();
|
||||||
|
|
||||||
{
|
SKIP: {
|
||||||
|
skip 'URI filename is enabled', 1 if has_compile_option('USE_URI');
|
||||||
my $dbh = eval {
|
my $dbh = eval {
|
||||||
DBI->connect("dbi:SQLite:$uri{base}", undef, undef, {
|
DBI->connect("dbi:SQLite:$uri{base}", undef, undef, {
|
||||||
PrintError => 0,
|
PrintError => 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue