Add support for +select and +as attributes to ResultSet
[dbsrgits/DBIx-Class.git] / t /
2006-05-23 Cory G Watson Add support for +select and +as attributes to ResultSet
2006-05-23 Matt S Trout works. win.
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-22 Luke Saunders arg. bugfix
2006-05-22 Luke Saunders more torture test, cleaned up
2006-05-22 Luke Saunders join merging working properly. some torture tests
2006-05-20 Christopher H. Laco Added delete_related tests to verify it only deletes...
2006-05-20 Matt S Trout futz changes, fix populate. I'm a retard.
2006-05-20 Matt S Trout Merge 'datetime' into 'DBIx-Class-current'
2006-05-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-20 Matt S Trout added datetime parser types for the dbs I can find...
2006-05-19 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-19 Justin Guenther removed DBICTest::Schema::Casecheck until someone adds it
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-05-19 Jess Robinson zbys Postgres casecheck patch
2006-05-19 Jess Robinson .. And correct the number of tests
2006-05-19 Jess Robinson Oops, fix bookmark thingy here too
2006-05-18 Matt S Trout Moved PK::Auto into core
2006-05-17 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-17 Matt S Trout Missing stuff for DateTime branch
2006-05-15 Cory G Watson Add profiling support
2006-05-15 Matt S Trout don't ask
2006-05-15 Matt S Trout don't ask
2006-05-14 Jess Robinson Add foreign key constraint for new bookmark table
2006-05-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-14 Matt S Trout tweaked might_have test for -current
2006-05-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-12 Matt S Trout fixup for stringify that can be false in find_or_create...
2006-05-12 Matt S Trout performance fix for cascade_update
2006-05-11 Luke Saunders Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-10 Daniel Westermann... - Fix error message for bad find usage
2006-05-09 Marc Mims Test case for DB2/400 over ODBC.
2006-05-09 Marc Mims Test case for DB2/400 over ODBC.
2006-05-09 Aran Deltac Add search_rs to ResultSet and a new {$rel}_rs accessor...
2006-05-09 Aran Deltac Merge 'trunk' into 'DBIx-Class-current'
2006-05-09 Luke Saunders failing test case and more resultset refactorage
2006-05-08 Matt S Trout couple bugfixes
2006-05-05 Jesper Krogh Fix to make the Postgresql-code handle Schemas. This...
2006-05-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-30 Daniel Westermann... Fix evals for skipping test
2006-04-30 Daniel Westermann... bluefeet disabled the unique constraint in [1544]
2006-04-30 Aran Deltac Call scripts/ script/ in the dbicadmin tests.
2006-04-30 Aran Deltac Tests for dbicadmin.
2006-04-30 Aran Deltac No longer support unique constraints in Ordered.
2006-04-30 Aran Deltac Fix some errors with using unique constraints with...
2006-04-29 Jess Robinson add create_ddl_dir for creating versioned sql statement...
2006-04-26 Matt S Trout Added InflateColumn::DateTime component
2006-04-22 Matt S Trout cycle tests and a weaken call
2006-04-21 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-20 Will Hawes nuke DBI->trace calls
2006-04-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Matt S Trout make set_from_related handle undef
2006-04-19 Matt S Trout Fix to copy
2006-04-19 Simon Elliott =Test for Data::Dumper::Sortkeys incompatibility (expor...
2006-04-19 Matt S Trout Fixed up tests post-merge
2006-04-19 Daniel Westermann... Merge 'find_changes' into 'DBIx-Class-current'
2006-04-18 Daniel Westermann... Add tests for find by specific key, ordered columns
2006-04-18 Daniel Westermann... Add find_or_new and find_or_new_related
2006-04-18 Daniel Westermann... Minor cleanup and check the row is clean
2006-04-18 Daniel Westermann... Add update_or_create_related
2006-04-18 Daniel Westermann... Merge 'DBIx-Class-current' into 'find_changes'
2006-04-18 Daniel Westermann... Add unique constraint at mst's suggestion; find only...
2006-04-18 Daniel Westermann... First pass at reimplementation
2006-04-16 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-16 Robert Sedlacek inject_base filters out double entries
2006-04-12 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-04-12 Daniel Westermann... Fix for -and conditions when updating or deleting on...
2006-04-11 Daniel Westermann... Test fixup from previous merge:
2006-04-11 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-08 Jess Robinson Skip distinct tests on old sqlite versions
2006-04-08 Luke Saunders renamed 27result_set_column tests and fixed minor doc...
2006-04-07 Luke Saunders new class ResultSetColumn and tests
2006-04-07 Christopher H. Laco Added source_name to ResultSource/ResultSourceProxy
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-04-06 Nigel Metheringham Applied mst fixes for delete on resultsetin [839] to...
2006-04-05 Aran Deltac Move ordered tests from 26 to 27.
2006-04-04 Stephan Szabo Added code to allow looking up of the other side of...
2006-04-04 Nigel Metheringham Added some track test data and a cascading relationship...
2006-04-03 Simon Elliott New tests for cascade_delete, including fail.
2006-03-31 Aran Deltac Renamed DBIC::Positional as DBIC::Ordered.
2006-03-31 Stephan Szabo Added support for unique constraints to SQLT::Parser...
2006-03-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-28 Stephan Szabo Changed logic for determining foreign key constraints
2006-03-27 Matt S Trout Quoting fixes for single-table ops
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-24 Aran Deltac Fixed the Positional test to use the new test calss...
2006-03-24 Aran Deltac Remove Tree and TokenGroup modules in favor of the...
2006-03-24 Aran Deltac Rename Positioned as Positional.
2006-03-24 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-24 Aran Deltac Fixes to Tree::AdjacencyList, and working tests.
2006-03-24 Brandon L. Black minor test fix
2006-03-23 Aran Deltac New collection_column feature with working tests.
2006-03-23 Aran Deltac Additional tests for first_sibling and last_sibling.
2006-03-23 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-23 Will Hawes add basic cache tests/docs to trunk
2006-03-23 Will Hawes remove cache tests/docs incorrectly committed to branch
2006-03-23 Aran Deltac Fixes and tests for next/previous _sibling.
2006-03-23 Aran Deltac Various fixes to Positioned. Tests no longer test...
2006-03-23 Will Hawes add basic cache tests/documentation
2006-03-21 Aran Deltac Additional tests for AdjacencyList.
next