Scope::Upper somehow confuses pseudofork on older perls - investigation pending
[dbsrgits/DBIx-Class.git] / t / resultset /
2012-11-19 Peter Rabbitson Stop stripping table name qualifier on complex $rs...
2012-11-04 Peter Rabbitson Extra tests from an old debugging session
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson I think we are done here
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-03-16 Alexander Hartmaier removed unnecessary use of Test::Exception
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-01-26 Peter Rabbitson Assert that complex bindtytyping passage works for...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-03-31 Arthur Axel 'fREW... fix from => $rs->as_query
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Shuffle tests around (no changes)
2010-10-16 Aaron Crane Fix bug in update of resultset using qualified conditio...
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-05-31 Peter Rabbitson Test cleanup
2010-05-31 Peter Rabbitson Fix update/delete on prefetching resultsets
2010-05-15 Peter Rabbitson Fix stupid typo-bug
2010-05-05 Peter Rabbitson Changes
2010-02-12 Dan Thomas Add is_ordered to DBIC::ResultSet
2010-02-07 Arthur Axel "fREW... add as_subselect_rs
2009-12-19 Peter Rabbitson Failing test
2009-11-26 Peter Rabbitson Make Test::More happy
2009-11-26 Peter Rabbitson Fix for rt46953
2009-11-26 Peter Rabbitson cleanups
2009-11-12 Peter Rabbitson _cond_for_update_delete is hopelessly broken attempting...
2009-10-09 Peter Rabbitson Ugh CRLF
2009-10-09 Arthur Axel "fREW... change name of method
2009-10-07 Arthur Axel "fREW... is_paginated method and test
2009-09-04 Peter Rabbitson Dumper follies
2009-05-23 Peter Rabbitson Make sure MultiColumnIn quotes column names while mungi...
2009-05-23 Peter Rabbitson Tests and test schema adjustments for resultset update...
2009-05-20 Peter Rabbitson Switch as_query testing to direct specification in...
2009-05-07 Peter Rabbitson Adjust tests for the IN fixes
2009-05-07 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-05-07 Peter Rabbitson Back out skip_parens support in as_query
2009-05-06 Peter Rabbitson TODOify sqla-dependent tests
2009-05-03 Johannes Plunien Using "is" instead of "cmp_ok"
2009-05-03 Johannes Plunien Methods update/delete on resultset use now new as_query...
2009-05-03 Peter Rabbitson Failing test without immediate fixes go to branches...
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