::DBI:Replicated - merge connect_info from master to replicants
[dbsrgits/DBIx-Class.git] / t / resultset /
2009-05-03 Peter Rabbitson Failing test without immediate fixes go to branches...
2009-05-02 Johannes Plunien Failing testcase for using subselect (as_query)
2009-02-27 Peter Rabbitson We already depend on latest SQLA - remove all reference...
2009-02-20 Rob Kinyon Added depedency guards
2009-02-20 Rob Kinyon Fixed failing test
2009-02-18 Rob Kinyon Moved the actual subquery test to a new subquery testfile
2009-02-15 Rob Kinyon Subqueries are done
2009-02-13 Rob Kinyon Added a passing test for initial simple subqueries
2009-02-13 Rob Kinyon Added as_sql and as_subselect as wrappers around as_query
2009-02-11 Rob Kinyon Checking in failing test
2009-02-11 Rob Kinyon check in bombing test for subquery-with-as_query
2009-02-10 Rob Kinyon Switched to use is_same_sql_bind() per ribasushi's...
2009-02-10 Rob Kinyon Added as_query() support to ResultSetColumn
2009-02-10 Rob Kinyon Added as_query to ResultSet with a couple tests