sqlt parser now respected a relationship attribute of is_foreign_key_constraint
[dbsrgits/DBIx-Class.git] / t /
2007-03-17 Ash Berlin fix server disconnect checking for select outside of...
2007-03-03 David Jack Olrik Reverted accidental 'svk pull' from inside mirrored...
2007-03-03 David Jack Olrik Merge 'trunk' into 'DBIx-Class-current'
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-31 Jess Robinson Ahem, now passes -c too
2007-01-31 Jess Robinson Oops, cross-platform filename checking!
2007-01-25 Jess Robinson 0.07999_02, add skip on prefetch test
2007-01-24 John Napiorkowski -- Fixed tabs to spaces issue
2007-01-21 Victor Igumnov changed FileColumn to InflateColumn::File
2007-01-20 Victor Igumnov my mistake, change 96file_column.pm to 96file_column.t
2007-01-20 Matt S Trout fix Sweet pager test
2007-01-19 Victor Igumnov committing first version of filecolumn
2007-01-17 Matt S Trout arguably slightly less broken
2007-01-17 John Napiorkowski Merge 'param_bind' into 'DBIx-Class-current'
2007-01-10 John Napiorkowski documentation updates
2007-01-09 Jess Robinson todoify collapse test
2007-01-05 Ash Berlin Added abraxa's HashRefInflator (no docs as yet)
2007-01-02 Matt S Trout Merge 'ordered_handle_updates' into 'DBIx-Class-current'
2007-01-01 Jess Robinson Merge 'trunk' into 'DBIx-Class-current'
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-30 Matt S Trout Merge 'DBIx-Class-current' into 'param_bind'
2006-12-28 Matt S Trout Merge 'source-handle' into 'DBIx-Class-current'
2006-12-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-12-27 Ash Berlin Removed CDBI subclassing bugs. constrain_columns to...
2006-12-19 Daniel Westermann... fix find_related-based queries to correctly grep the...
2006-12-13 John Napiorkowski updated bulk insert to handle bind_param_array, created...
2006-12-11 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
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-07 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-12-06 Ash Berlin Join condition patch from Bernhard Graf
2006-11-27 Ash Berlin Fixed ningu's typo from rev 2929, and added test to...
2006-11-26 Matt S Trout Merge 'DBIx-Class-current' into 'source-handle'
2006-11-26 Nigel Metheringham Merge 'trunk' into 'DBIx-Class-current'
2006-11-26 Ash Berlin Made source_name read-only on source instances, r/w...
2006-11-26 Nigel Metheringham Added a test to check that the result from a 2 level...
2006-11-25 Neil de Carteret Multicol tests done. Also tweaked the pods and took...
2006-11-23 Jess Robinson Add backup_directory, make tests cleanup
2006-11-23 Matt S Trout Merge 'DBIx-Class-current' into 'source-handle'
2006-11-23 Matt S Trout Merge 'versioning' into 'DBIx-Class-current'
2006-11-23 David Kamholz trivial test cleanup
2006-11-22 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-11-22 Jess Robinson Fix tests, remove some random rints
2006-11-22 David Kamholz re-commit minimal pk-mutation in update(), with test
2006-11-22 Matt S Trout class reg test
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-11-21 Ash Berlin Changed row and rs objects to not have direct handle...
2006-11-20 Brian Kirkbride Merge 'DBIx-Class-current' into 'ordered_handle_updates'
2006-11-20 Matt S Trout Merge 'DBIx-Class-current' into 'versioning'
2006-11-20 John Napiorkowski changed storage->insert|update|delete to accept the...
2006-11-18 John Napiorkowski (no commit message)
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-11-03 Matt S Trout Merge 'DBIx-Class-current' into 'versioning'
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 Jess Robinson Versioning! With tests! Woo!
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...
next