Merge 'trunk' into 'DBIx-Class-current'
[dbsrgits/DBIx-Class.git] / t /
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
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
next