Use QuotedDefault in DBI::SQLite, fixed default value
authorRobert Bohne <rbo@cpan.org>
Thu, 4 Feb 2010 10:41:20 +0000 (11:41 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 4 Feb 2010 13:10:41 +0000 (13:10 +0000)
commit893c0d45a762ac8c56c1a0e6da726aaa44986b03
treea44ac001fcfd1f042c454871a89b9aa2c014c91a
parente35e5a64c36c7a39809c9b4221ef0528c0bd448e
Use QuotedDefault in DBI::SQLite, fixed default value

prove -Ilib -v t/10sqlite_common.t
[..snipped..]
not ok 31 - Correct default value
   Failed test 'Correct default value'
   at t/lib/dbixcsl_common_tests.pm line 289.
          got: ''foo''
     expected: 'foo'

ok 32 - Find got the right row
[..snipped..]
lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm