Merge 'trunk' into 'DBIx-Class-current'
[dbsrgits/DBIx-Class.git] / t /
2006-11-16 Brian Cassidy moved from trunk
2006-11-16 Brian Cassidy Merge 'trunk' into 'DBIx-Class-current'
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-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
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 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-10-17 Daniel Westermann... Add (currently failing) tests for single relationship...
2006-10-12 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-10-08 Daniel Westermann... Add tests for alias fix in [2815]
2006-10-06 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-10-04 Dan Sully Make UTF-8 columns work under Perl <= 5.8.0
2006-10-03 Brandon L. Black add connect_info option to disable statement caching
2006-09-28 Christopher H. Laco Updated 100populate.t tests to include calls in list...
2006-09-28 Christopher H. Laco Added failing tests for pre/post populate->insert_bulk...
2006-09-23 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-09-16 Daniel Westermann... Rework quote tests to not rely on SQLite, instead using...
2006-09-15 Jess Robinson create insert_bulk using execute_array, and make popula...
2006-09-15 Brandon L. Black the beginnings of a real storage stress test
2006-09-14 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-09-14 Brandon L. Black change warning check to death check (new storage except...
2006-09-14 Daniel Westermann... Fix for recent SQLite versions interpreting single...
2006-09-12 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-09-12 Brandon L. Black column_info_from_storage(1) is cleaner anyways
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-24 Brandon L. Black reduce redundancy in NoBindVars, add extra test for it
2006-08-23 Brandon L. Black Merge 'load_namespaces' into 'DBIx-Class-current'
2006-08-23 Brandon L. Black rename Source to Result, because that is what it should...
2006-08-23 Brandon L. Black remove result_class stuff from load_namespaces, better...
2006-08-23 Brandon L. Black added source_info method for source-level metadata...
2006-08-22 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-21 Michael Leuchtenburg Change _cond_for_update_delete to handle more complicat...
2006-08-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
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 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-08 Daniel Westermann... Remove extraneous sources for aliasing test; same effec...
2006-08-08 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-08 Brandon L. Black reshuffling the division of labor between Storage and...
2006-08-08 Brandon L. Black move txn_do to Storage
2006-08-07 Daniel Westermann... Fix two aliasing bugs: remove the alias when provided...
2006-08-03 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-02 Marcus Ramberg change to use utf8::decode/encode
2006-07-31 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-07-31 Brandon L. Black load_namespaces arrayref support
2006-07-30 Brandon L. Black rename the load_namespaces tests
2006-07-30 Brandon L. Black re-word options/code/pod to be less confusing wrt Resul...
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-27 Brandon L. Black Merge 'DBIx-Class-current' into 'load_namespaces'
2006-07-27 Brandon L. Black tests for load_namespaces
2006-07-27 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-07-27 Brandon L. Black Merge 'storage_exceptions' into 'DBIx-Class-current'
2006-07-27 Brandon L. Black Merge 'storage_exceptions' into 'DBIx-Class-current'
2006-07-27 Brandon L. Black add a couple of tests for the new exception stuff
2006-07-26 Matt S Trout bugfix for pathological prefetch case
2006-07-23 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-07-23 Brandon L. Black Merge 'DBIx-Class-current' into 'storage_exceptions'
2006-07-23 Brandon L. Black first draft of storage exception stuff
2006-07-23 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2006-07-20 Brandon L. Black Merge 'DBIx-Class-current' into 'column_info_from_storage'
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-29 Brandon L. Black turn off automatic columns_info_for by default. Can...
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
next