Changes list synced up through now
[dbsrgits/DBIx-Class.git] / t /
2007-04-14 Brandon L. Black fixed regex in t/76joins (was relying on a 5.8.8 bug...
2007-03-14 Jess Robinson Added patch from Schwern to allow cdbi compat to infer...
2007-02-05 Ash Berlin Backed out my r3073, and doc'd the fact that it takes...
2007-02-03 Ash Berlin Made ->update not change the hashref passed in (with...
2007-01-09 Jess Robinson todoify collapse test
2007-01-01 Jess Robinson Fixup update/new ignoring with scalarrefs
2007-01-01 Jess Robinson Inflate/Deflate on all refs but scalars, with tests...
2006-12-19 Daniel Westermann... fix find_related-based queries to correctly grep the...
2006-12-11 Brandon L. Black better fix for pk mutation based on mst irc conversation
2006-12-11 Brandon L. Black allow pk mutation via column accessor + update
2006-12-10 David Kamholz whoops
2006-12-10 David Kamholz add test for has_many prefetch with adjacent rows with...
2006-12-06 Ash Berlin Join condition patch from Bernhard Graf
2006-11-26 Nigel Metheringham Added a test to check that the result from a 2 level...
2006-11-22 David Kamholz re-commit minimal pk-mutation in update(), with test
2006-11-16 Brian Cassidy moving it to -current branch
2006-11-15 Brandon L. Black fix for rt.cpan.org #22740 (use $^X instead of hardcode...
2006-11-13 Ash Berlin Seperated out quote tests so that matt can use them...
2006-10-21 Matt S Trout I hate you all.
2006-10-18 Sebastian Willert Changed DBIC::Schema->load_classes to be taint-safe...
2006-10-17 Daniel Westermann... Add (currently failing) tests for single relationship...
2006-10-08 Daniel Westermann... Add tests for alias fix in [2815]
2006-10-04 Dan Sully Make UTF-8 columns work under Perl <= 5.8.0
2006-09-16 Daniel Westermann... Rework quote tests to not rely on SQLite, instead using...
2006-09-14 Daniel Westermann... Fix for recent SQLite versions interpreting single...
2006-09-09 Kieren Diment example.db removed. make your own. the scripts in...
2006-09-09 Kieren Diment added reference implementation of DBIx::Class::Manual...
2006-09-07 Christopher H. Laco Fixed inflate_datetime tests under older Test::More
2006-08-31 Nigel Metheringham Trivial change - add module name to pod coverage skip...
2006-08-28 Justin Guenther added tests for many_to_many set_$rel(\@objs)
2006-08-21 Michael Leuchtenburg Change _cond_for_update_delete to handle more complicat...
2006-08-20 Christopher H. Laco remove_columns now deletes columns from _columns fixing...
2006-08-10 Michael Leuchtenburg Support default aliases in many_to_many accessors....
2006-08-10 Michael Leuchtenburg Support for relationship attributes in many_to_many...
2006-08-08 Nigel Metheringham Test for search_rs destructive effects on attributes...
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-08-02 Marcus Ramberg change to use utf8::decode/encode
2006-07-28 Daniel Westermann... Minor test cleanup (I think I'm losing my mind)
2006-07-28 Daniel Westermann... Pass attrs to find from update_or_create (reported...
2006-07-26 Matt S Trout bugfix for pathological prefetch case
2006-07-23 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2006-07-14 Matt S Trout fixup for RowNum limit syntax with functions
2006-07-12 Brandon L. Black Prevent S::A::L caching of $dbh
2006-07-11 David Kamholz put count back in test
2006-07-11 Matt S Trout all present and correct. I think.
2006-07-10 Matt S Trout some evals so the tests finish
2006-07-10 David Kamholz fix up test
2006-07-09 Matt S Trout tweaked some stuff. appears no more broken.
2006-07-07 Daniel Westermann... Cleanup test and log fix
2006-07-07 David Kamholz fix silly bug introduced in test
2006-07-07 Daniel Westermann... Commit failing test for unique constraints: When a...
2006-07-07 David Kamholz utf8columns fix
2006-07-06 Justin Guenther fixed a typo in a regexp
2006-07-06 Matt S Trout made tests respect debug
2006-07-06 David Kamholz insanify test
2006-07-06 David Kamholz fix test
2006-07-06 David Kamholz small fix
2006-07-06 David Kamholz more treelike tests
2006-07-06 Justin Guenther added test for incorrect alias _2 in join collapsing
2006-07-04 Matt S Trout sodding SQLT tests
2006-07-04 David Kamholz rename _resolve to _resolved_attrs; fix multiple join...
2006-07-03 David Kamholz fix SQLite pragma in test suite
2006-07-03 David Kamholz fix subclassing gotcha introduced with source_name
2006-07-02 Daniel Westermann... 03podcoverage.t: all_modules is not exported until...
2006-06-30 Matt S Trout tweak quotes test to output text on failure
2006-06-29 Matt S Trout fixup to txn_do to allow use as a classmethod
2006-06-29 Matt S Trout corrected $^O string
2006-06-29 Matt S Trout disable warning tests on AS perl
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-26 Matt S Trout quoting fixups (hate windows shell. hate)
2006-06-25 Matt S Trout fixup to tests for non-*n?x platforms
2006-06-24 Justin Guenther Merge 'sqlt_tests_refactor' into 'DBIx-Class-current'
2006-06-23 Justin Guenther cleared up docs a bit in 86sqlt.t
2006-06-23 Justin Guenther refactored SQL::Translator tests to only test certain...
2006-06-23 Matt S Trout adjusted inflate_datetime test count
2006-06-22 Matt S Trout fixup to sqlite.sql
2006-06-22 Jess Robinson New Event field
2006-06-22 Jess Robinson Tests for inflating timestamp fields to DateTime
2006-06-21 Justin Guenther Merge 'many_to_many' into 'DBIx-Class-current'
2006-06-21 Matt S Trout Merge 'DBIx-Class-current' into 'many_to_many'
2006-06-20 Brandon L. Black fix broken test
2006-06-19 Luke Saunders changed join merging behaviour. some code cleanup.
2006-06-19 Justin Guenther added many_to_many set_$rel helper and tests
2006-06-19 Justin Guenther fixed up 90ensure_class_loaded.t
2006-06-18 Justin Guenther Initial fix for ensure_class_loaded, and added some...
2006-06-18 Matt S Trout fixup for deflated value handed to inflated accessor
2006-06-18 David Kamholz InflateColumn re-refactor
2006-06-18 Christopher H. Laco Added small create test that passes and existing DateTi...
2006-06-17 Justin Guenther fixed up sqlt tests a bit and tried fixing 2 failing...
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-06-17 Justin Guenther fixed new many_to_many accessors and added tests and...
2006-06-17 Matt S Trout Merge 'DBIx-Class-current' into 'many_to_many'
2006-06-16 Brandon L. Black further changes to the Sybase / MSSQL storage stuff
2006-06-12 Nigel Metheringham Re-enabled POD::Coverage tests as they are now running...
2006-06-09 Justin Guenther added code and tests for Componentized::ensure_class_fo...
2006-06-09 Brandon L. Black NoBindVars + Sybase + MSSQL stuff
2006-06-08 Luke Saunders stopped test relying on order of unordered search
next