Fix fail with DBICTEST_DEBUG_CONCURRENCY_LOCKS set (thinko in 69016f65)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema /
2015-08-12 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-08-12 Peter Rabbitson Expand (and complicate) m2m test from e98e6478
2015-08-12 Peter Rabbitson Change incomprehensible names of test relationships...
2015-08-12 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-07-05 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-07-05 Peter Rabbitson Expand (and complicate) m2m test from e98e6478
2015-07-05 Peter Rabbitson Change incomprehensible names of test relationships...
2015-05-03 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-02-15 Peter Rabbitson Roll back massive unrelated test changeset introduced...
2014-12-24 Dagfinn Ilmari Man... Use more widely supported quoting in DBICTest::Year2000...
2014-12-10 Dagfinn Ilmari Man... Use SQL-standard quoting in Year2000CDs view
2014-11-18 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2014-09-15 Peter Rabbitson Ensure the custom rel cond resolver does not trigger...
2014-09-15 Peter Rabbitson Ensure undef_on_null_fk does not affect non-introspecta...
2014-09-15 Peter Rabbitson Yet another missed sanity check in the relcond resolver
2014-07-29 Peter Rabbitson A little cleanup of ->id callsites (incomplete)
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-24 Peter Rabbitson Document and add example of foreign_related_object
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 Yet another collapser oversight
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-03 Rafael Kitover improvements for MSSQL driver via DBD::ADO
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-03-02 Peter Rabbitson Functional row-parse generator - really works!!!
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-06-17 Peter Rabbitson Fix all invocations of _resolve_condition to match...
2011-06-17 Peter Rabbitson Correct test-relationship name/type
2011-06-13 Rafael Kitover don't mask missing deps with datetime_undef_if_invalid
2011-06-04 Pedro Melo Added tests for chained sqlt_deploy_hook()'s
2011-04-08 Rafael Kitover Extend tests for MARs under MSSQL over DBD::Sybase
2011-04-08 Moritz Onken Test for an insane yet valid rel condition with subquery
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-13 Robert Buels cascading delete on a nonexistent relation should warn...
2011-02-24 Peter Rabbitson Move the test bits related to deprecated IC::File out...
2011-02-21 Rafael Kitover Add extra test blob type
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 adds a test with many to many and extended rels that...
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
2011-01-19 Rafael Kitover Move mssql/sybase guid tests to their own table (do...
2011-01-19 Peter Rabbitson Fix stupid stupid ommission RT#64839
2010-12-22 Rafael Kitover Remove small_datetime from the main schema - it is...
2010-12-02 Fabien Wernli Get Storage::Oracle to behave when quoting is enabled
2010-11-10 Peter Rabbitson Fix regressions in IC::DT registration logic
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...
2010-10-04 wreis Extend proxy rel attr
2010-08-11 Rafael Kitover add proper test for column names with punctuation,...
2010-07-04 Norbert Buchmuller Implemented "add_unique_constraints".
2010-06-11 Alexander Hartmaier added test for limit queries failing on Oracle
2010-05-30 Peter Rabbitson Rewrite GenericSubQ from SQLA::L to be actually useful
2010-03-22 Rafael Kitover redo Pg auto-columns using INSERT RETURNING
2010-03-09 Andrew Rodland Support add_columns('+colname'=>{...}) syntax to augmen...
2010-03-07 Rafael Kitover Merge 'storage-interbase' into 'trunk'
2010-03-07 Peter Rabbitson Fix MC bug reported by felix
2010-03-07 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-07 Peter Rabbitson Cleanup a bit
2010-03-06 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-06 Rafael Kitover remove BindType2 test class
2010-03-06 Peter Rabbitson me-- not thinking
2010-02-19 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-13 Peter Rabbitson Merge 'trunk' into 'dbicadmin_refactor'
2010-02-11 Rafael Kitover support the DATE data type for Firebird
2010-02-06 Rafael Kitover Firebird: add POD, fix BLOB tests
2010-01-31 Rafael Kitover empty insert into a Sybase table with computed columns...
2010-01-17 Peter Rabbitson Real detabify
2009-12-31 Rafael Kitover failing test
2009-12-18 Alexander Hartmaier throw_exception if view_definition is missing instead...
2009-12-17 Alexander Hartmaier Views without a view_definition won't be added to the...
2009-11-26 Peter Rabbitson Whoops, wrong accessor (things still work though)
2009-11-26 Peter Rabbitson Add a no-accessor column to generally test handling
2009-11-15 Peter Rabbitson Fix non-sqlt schema file
2009-11-15 Peter Rabbitson Extensive test of virtual and classic view relationships
2009-11-15 Peter Rabbitson Turn into a straight-inheritance view class
2009-11-13 Alexander Hartmaier seems I found the bugger
2009-11-13 Alexander Hartmaier added rels to view result classes in test schema
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-08-25 Peter Rabbitson Change a datatype for test purposes
2009-08-12 Peter Rabbitson Remove leftovers from frew's tests
2009-08-11 Peter Rabbitson Fix an obscure regression when inserting an object...
next