diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index a932b43..47cd01a 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -549,7 +549,7 @@ END_SQL $col{IS_NULLABLE} = 'YES'; } -+ push @cols, \%col; + push @cols, \%col; } $sth_columns->finish; }