Fixup several tests silently broken by 12e7015a
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Artist.pm
2016-09-13 Peter Rabbitson Fixup several tests silently broken by 12e7015a
2015-08-12 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-05-03 Peter Rabbitson Fix corner case of stringify-only overloaded values
2014-07-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-06-11 Karen Etheridge replace all remaining uses of self_rowobj with self_res...
2014-06-11 Gerda Shank Add (now passing) tests for set_from_related() via...
2014-06-11 Peter Rabbitson Centralize custom rel args check, be more thorough
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2013-12-30 Karen Etheridge Extra (passing) test case generated while investigating...
2013-09-16 Peter Rabbitson Augment test suite with oddball relationship declarations
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-01-20 Peter Rabbitson Sanity check args passed to a coderef conditionmaker
2011-01-20 Peter Rabbitson Back out "support for prefetch from resultsource using...
2011-01-20 Daniel Ruoso checks if the complex conditions are overriden in set_f...
2011-01-20 Peter Rabbitson Switch code/documentation/examples/tests to the new...
2011-01-20 Daniel Ruoso makes search_related on extended rels without the optim...
2011-01-20 Daniel Ruoso Most of the code reviewed... Missing ResultSet->populat...
2011-01-20 Daniel Ruoso First attempt to make extended_rels work.
2011-01-20 Peter Rabbitson Reshape initial tests
2011-01-20 Moritz Onken failing test
2010-10-17 Peter Rabbitson Test for already fixed RT#59219
2010-10-16 Peter Rabbitson Add a unique constraint to artist.name in the test...
2010-10-14 Peter Rabbitson Fix spotty handling of complex order_by relationship...
2009-12-31 Rafael Kitover failing test
2009-09-14 Peter Rabbitson Someone claimed this is a problem...
2009-09-10 Moritz Onken added test to make sure that store_column is called...
2009-09-07 Peter Rabbitson Prune duplicate constraints from the find() condition
2009-09-04 Peter Rabbitson Fixes to pg test after review:
2009-06-10 Peter Rabbitson Move the rs preservation test to a more suitable place
2009-05-16 Peter Rabbitson Add default resultclass/resultsetclass to the entire...
2009-02-20 Peter Rabbitson Merge 'multi_stuff' into 'trunk'
2009-02-19 Rob Kinyon Merge 'trunk' into 'multi_stuff'
2009-02-13 Peter Rabbitson Some forgotten tests
2008-11-23 Peter Rabbitson Yet another test relationship/table for the real test...
2008-11-09 Peter Rabbitson Some testdb changes and alignment, preparing for test...
2008-10-09 Peter Rabbitson Add new column with a default to Artist, adjust tests...
2007-10-22 Luke Saunders fixed problem with duplicate related objects for Row...
2007-10-12 Ash Berlin Test sqlt_deploy_hook on the Schema level
2007-10-12 Ash Berlin Remove add_index and replace it with sqlt_deploy_hook
2007-10-12 Ash Berlin Add an add_index method on ResultSource (and proxy...
2006-11-20 John Napiorkowski changed storage->insert|update|delete to accept the...
2006-11-18 John Napiorkowski (no commit message)
2006-08-23 Brandon L. Black added source_info method for source-level metadata...
2006-08-08 Daniel Westermann... Remove extraneous sources for aliasing test; same effec...
2006-08-07 Daniel Westermann... Fix two aliasing bugs: remove the alias when provided...
2006-05-24 Aran Deltac Move relationships out of Relationships.pm and in to...
2006-03-21 Aran Deltac Additional tests for AdjacencyList.
2006-03-19 Aran Deltac Very basic tests for DBIC:Positioned.
2006-03-12 Jess Robinson Oops, deploy only drops tables if you tell it to..
2006-03-09 Scott McWhirter Update to hide modules from the PAUSE Indexer.
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-17 Matt S Trout Fix to add_columns with column info arguments
2005-12-07 Matt S Trout Classdata test from abraxxa
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it