1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
This commit is contained in:
Kenichi Ishigaki 2010-05-27 05:39:06 +00:00
parent 14da87c491
commit ed9b90d4c1

View file

@ -549,7 +549,7 @@ END_SQL
$col{IS_NULLABLE} = 'YES';
}
+ push @cols, \%col;
push @cols, \%col;
}
$sth_columns->finish;
}