* Converted some of the test cases to use SQL::Abstract::Test.
authorNorbert Buchmuller <norbi@nix.hu>
Tue, 11 Nov 2008 05:59:32 +0000 (06:59 +0100)
committerNorbert Buchmuller <norbi@nix.hu>
Mon, 10 Nov 2008 23:04:34 +0000 (23:04 +0000)
commit9b4591296c196ea0a32e67159e35091b02ecc539
treebbaed872c0b0c1bd10542b871d3c5538d57246f4
parent16df8aa967d1d9e24c038a274ab5793270fee122
 * Converted some of the test cases to use SQL::Abstract::Test.
 * Added the parens for the join condition (SQL::Abstract::Test can't cope with it, and, besides, they help readability there; plus this gives the same output that older SQLA generated).
lib/DBIx/Class/Storage/DBI.pm
t/19quotes.t
t/19quotes_newstyle.t
t/41orrible.t
t/76joins.t
t/91debug.t
t/95sql_maker_quote.t
t/99dbic_sqlt_parser.t
t/lib/DBICTest/DBICDebugObj.pm [new file with mode: 0644]