1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -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'; $col{IS_NULLABLE} = 'YES';
} }
+ push @cols, \%col; push @cols, \%col;
} }
$sth_columns->finish; $sth_columns->finish;
} }