Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / 71mysql.t
2016-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-03 Peter Rabbitson Fix test failure with DBD::mysql < 4.023 introduced...
2016-01-27 Peter Rabbitson Ensure the $storage state reflects the current connecti...
2015-02-15 Peter Rabbitson Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
2015-02-10 Peter Rabbitson Add import-time-skip support to OptDeps, switch most...
2014-11-07 Peter Rabbitson Cleanup code in _dbh_columns_info_for, add stresstest...
2014-09-30 Dagfinn Ilmari Man... Only load DBICTest::Schema when needed in tests
2014-06-17 Peter Rabbitson Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2014-05-28 Peter Rabbitson Switch most remaining debug-hooks to $dbictest_schema...
2014-04-25 Peter Rabbitson Properly detect and test mysql v3 default JOIN behavior
2014-01-24 Peter Rabbitson Augment the logic from aca094b4d, add deprecation to...
2013-12-13 Peter Rabbitson Convert many live-only SQL test to standalone is_same_s...
2013-08-29 Olly Betts More typo fixes
2013-07-22 Peter Rabbitson Fix test error failing after "undef\n=>" was fixed...
2013-04-09 Peter Rabbitson Fix oversight in subqueried MySQL update/delete
2013-01-25 Peter Rabbitson Remove TODO labels from blocks not using todo_skip...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-21 Peter Rabbitson Flip quoting in all of t/71mysql.t (no test changes)
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2012-03-22 Peter Rabbitson Remove all "magic number" DBI get_info calls from the...
2012-03-15 Peter Rabbitson Adjust tests to work correctly with the upcoming Test...
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-07-04 Rafael Kitover check database driver dependencies for tests
2011-05-09 Rafael Kitover remove meaningless mysql test that breaks on Win32
2011-04-04 Peter Rabbitson Consolidate all constants under DBIC::_ENV_, bump n...
2011-02-25 Peter Rabbitson Extra test for mysql_auto_reconnect and fork
2011-01-25 Peter Rabbitson Disable default mysql_auto_reconnect for MySQL
2011-01-13 Peter Rabbitson Fix for => 'shared' on MySQL (RT#64590)
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-08-27 Peter Rabbitson Fix RT#58554 (make sure FOR X is always the last part...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-06-12 Peter Rabbitson Fix grouped count over a joined resultset with clashing...
2010-03-24 Peter Rabbitson Straight_join support RT55579
2010-01-15 Peter Rabbitson Strict mysql bugfix
2010-01-08 Peter Rabbitson Make test look even more like lists.scsys.co.uk/piperma...
2009-11-28 Peter Rabbitson Test based on lists.scsys.co.uk/pipermail/dbix-class...
2009-11-12 Peter Rabbitson Add mysql determine_driver test by Pedro Melo
2009-09-03 Peter Rabbitson Make sure mysql is fixed
2009-09-02 Peter Rabbitson No fancy methods for the default_jointype, as we don...
2009-09-02 Peter Rabbitson First part of mysql insanity
2009-08-03 Peter Rabbitson Wrap up set_strict_mode for mysql
2009-07-04 Peter Rabbitson Initial set_ansi_mode code - make sure to utilize _do_q...
2009-07-04 Peter Rabbitson Backout mysql changes for further polishing
2009-07-03 Peter Rabbitson Add set_ansi_mode on_connect_call for mysql
2009-06-08 Peter Rabbitson duh
2009-06-07 Peter Rabbitson Fix for mysql subquery problem
2009-05-28 Peter Rabbitson Commit rather useless but already written mysql test...
2009-05-26 Peter Rabbitson Attempt to reproduce reported mysql error (failed)...
2009-05-14 Peter Rabbitson Clarify test
2009-05-13 Peter Rabbitson fix bogus test
2009-05-12 Anders Nor Berle Test for failing code related to many to many in MySQL
2009-04-21 Peter Rabbitson t/ janitorial work
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...
2008-06-04 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-03 Ash Berlin Remove the length limit on identifiers - it doesn't...
2008-05-06 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-06 John Napiorkowski changed the warning on DBIC::Storage::DBI->select_singl...
2008-05-05 John Napiorkowski removed code that tossed an error in select_single...
2008-05-05 John Napiorkowski updated mysql test to reflect the fetch without execute...
2008-03-25 Anders Nor Berle Back all savepoint tests out of (mysql|pg).t
2008-03-25 Anders Nor Berle Various fun things.
2008-03-23 Cory G Watson Merge 0.09's savepoint branch
2007-05-29 Brandon L. Black converted the vendor tests to use schema objects intead...
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-06-29 Brandon L. Black improvement to mysql version checking
2006-06-28 Brandon L. Black TreeLike test reverted to what it used to look like
2006-06-27 Matt S Trout disabled mysql column info tests pending a fix
2006-06-20 Brandon L. Black fix broken test
2006-05-18 Aran Deltac Move helperrels/26sqlt.t, and all t/run/*.tl scripts...