applied patch from davinch: fix bug with create_multi not inserting non-storage objects
[dbsrgits/DBIx-Class.git] / t /
2007-07-26 Luke Saunders applied patch from davinch: fix bug with create_multi...
2007-07-18 Brandon L. Black fix a few txn issues, including the "transaction depth...
2007-07-17 Matt S Trout non-destructive hashref handling for connect_info options
2007-07-17 Matt S Trout fix for count after slice (report and tests from JOHANL)
2007-07-16 Matt S Trout fixup for datetime parser from Matt Lawrence (mattlaw)
2007-07-10 John Napiorkowski fixed the trouble with undefs using populate in void...
2007-07-09 Matt S Trout failing test for multi-create bug reported by irc:bits
2007-07-09 Luke Saunders removed various Dumper calls
2007-07-09 Luke Saunders updated changes. fixed ResultSetColumn w/prefetch problem
2007-07-04 Luke Saunders fixed attr merging problem
2007-07-04 Luke Saunders fixed group_by problem with oracle limit syntax
2007-07-02 Brandon L. Black Patch for ? in NoBindVars data from Tom Hukins
2007-06-25 John Napiorkowski Added multi-create object support to Schema->populate...
2007-06-20 Matt S Trout probably fix bulk_create
2007-06-19 Cory G Watson Call ensure_connected in txn_begin to avoid stomping...
2007-06-19 Brandon L. Black exception rethrow method from LTJake
2007-06-17 Matt S Trout 0.08001 because I'm an idiot
2007-06-17 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2007-06-12 Brandon L. Black add some storage exception tests, and fix a really...
2007-06-10 Matt S Trout fix page-within-page bug
2007-06-10 Brandon L. Black added back the r3131 tests in concise form, wrapped...
2007-06-07 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2007-06-07 Matt S Trout test fixups
2007-06-05 Brandon L. Black Fixed up SQLT test/runtime deps
2007-06-04 Brandon L. Black skip parts of t/60core.t if no DateTime::Format::MySQL
2007-06-01 Brandon L. Black fix 93nobindvars for people not testing MySQL
2007-05-31 Brandon L. Black fix test warning (double "my")
2007-05-31 Matt S Trout LEFT join problem fixed
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
next