Adding failing test for left-join with no join record present
[dbsrgits/DBIx-Class.git] / t /
2007-05-31 J. Shirley Adding failing test for left-join with no join record...
2007-05-31 Brandon L. Black integrate nobindvars/_prep_for_execute with the bind_pa...
2007-05-31 Brandon L. Black reverting changeset 3131, probably needs to be fixed...
2007-05-29 Brandon L. Black converted the vendor tests to use schema objects intead...
2007-05-29 John Napiorkowski removed meaningless warnings from test
2007-05-29 Matt S Trout Merge 'bulk_create' into 'DBIx-Class-current'
2007-05-29 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-28 Matt S Trout remove debug warn
2007-05-28 John Napiorkowski Added hack to force wantarray mode if bulk insert can...
2007-05-28 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-25 Matt S Trout prefetch/cache fixes for all but find
2007-05-25 John Napiorkowski fixed some tests
2007-05-25 John Napiorkowski Expanded tests and clarified test parameters.
2007-05-22 Guillermo Roditi fix to t/97result_class.t and fixed tests too
2007-05-22 Christopher H. Laco %colinfo accessor and inflate_column now work together
2007-05-22 Christopher H. Laco added get_inflated_columns to Row
2007-05-21 John Napiorkowski -- added support for belongs_to type relationships...
2007-05-21 Guillermo Roditi result_class is getting leaked somewhere in related_res...
2007-05-21 John Napiorkowski clarify problem with missing relationship keys for...
2007-05-21 Matt S Trout fixed WhereJoins to handle conditions edge cases
2007-05-20 Dagfinn Ilmari Man... add tests for nested prefetch with many_to_many and...
2007-05-20 Matt S Trout deprecation warning for compose_connection now caught...
2007-05-20 Matt S Trout find/next change to return undef rather than () on...
2007-05-19 Jess Robinson Test populate_rs with belongs_to rels
2007-05-18 John Napiorkowski -- Additional tests for checking correct autocreation...
2007-05-18 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-18 John Napiorkowski -- some additional tests for edge cases
2007-05-17 John Napiorkowski - void context only uses insert bulk now.
2007-05-15 John Napiorkowski Passes all the tests but..
2007-05-14 John Napiorkowski First go at supporting the populate syntax for resultse...
2007-05-12 Ash Berlin Failing test for populate on RS
2007-05-11 Matt S Trout eliminate the last of the AutoCommit warnings
2007-05-11 Matt S Trout multi-create working
2007-05-11 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-11 Matt S Trout autocommit error gone for dbicadmin test
2007-05-11 Matt S Trout Merge 'collapse_result_rewrite' into 'DBIx-Class-current'
2007-05-11 Matt S Trout collapse result refac hopefully complete
2007-05-10 Brandon L. Black Got rid of effectively dead dbh_do code in the txn_...
2007-05-10 Matt S Trout dt test
2007-05-10 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-10 Christopher H. Laco resultset_class/result_class now (again) auto loads...
2007-05-08 John Napiorkowski Added a test for create related and a second test to...
2007-05-03 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-04-14 Brandon L. Black fixed regex in t/76joins (was relying on a 5.8.8 bug...
2007-03-17 Ash Berlin fix server disconnect checking for select outside of...
2007-03-14 Jess Robinson Added patch from Schwern to allow cdbi compat to infer...
2007-03-10 Jess Robinson Fix updates with multi-create syntax
2007-03-09 David Jack Olrik Merge 'DBIx-Class-current' into 'bulk_create'
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-06 Jess Robinson Add PK::Auto to Row/insert for now, could be prettier
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 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-01-20 Matt S Trout fix Sweet pager test
2007-01-19 Victor Igumnov committing first version of filecolumn
2007-01-18 Jess Robinson First attempt..
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
next