minor fix to last committed test
[dbsrgits/DBIx-Class.git] / t / 19quotes.t
2009-06-29 Rafael Kitover changed CD to ->table(\"cd")
2009-05-20 Peter Rabbitson Switch as_query testing to direct specification in...
2009-05-20 Peter Rabbitson Make joined rs counts backwards compatible - we do...
2009-05-14 Peter Rabbitson Straightforward test changes
2009-04-21 Peter Rabbitson t/ janitorial work
2008-12-21 Peter Rabbitson Fix ordering of 'use lib' and 'use' in tests
2008-11-25 Norbert Buchmuller * Renamed DBICTest::DBICDebugObj to DBIC::DebugObj.
2008-11-25 Norbert Buchmuller * Wrapped SQL::Abstract::Test functionality in a new...
2008-11-10 Norbert Buchmuller * Converted some of the test cases to use SQL::Abstrac...
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-09-16 Daniel Westermann... Rework quote tests to not rely on SQLite, instead using...
2006-09-14 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-09-14 Brandon L. Black change warning check to death check (new storage except...
2006-09-14 Daniel Westermann... Fix for recent SQLite versions interpreting single...
2006-07-23 Brandon L. Black first draft of storage exception stuff
2006-06-30 Matt S Trout tweak quotes test to output text on failure
2006-06-28 Brandon L. Black TreeLike test reverted to what it used to look like
2006-05-25 Justin Guenther Changed tests to use DBICTest->init_schema() instead...
2006-05-18 Aran Deltac Fixes to tests so that they pass.
2006-03-27 Matt S Trout Quoting fixes for single-table ops
2006-03-09 Cory G Watson Allow scalarefs passed to order_by to pass straight...
2006-02-23 Jesper Krogh Double char quoting implemented, now supports stuff...
2006-01-20 Matt S Trout Fixed up PK::Auto::* to use result_source, added connec...
2005-12-29 Matt S Trout Hack around a stupid SQL::Abstract bug and add GROUP...
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-09-17 Matt S Trout Added quote char test, supported quoting in S::A subcla...