From ed9b90d4c1737d1be0a48b209f3cc12d5f363bcf Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 27 May 2010 05:39:06 +0000 Subject: [PATCH] trash --- lib/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }