dbsrgits/DBIx-Class.git
2007-06-04 Brandon L.... update Changes
2007-06-04 Brandon L.... skip parts of t/60core.t if no DateTime::Format::MySQL
2007-06-01 Brandon L.... 0.07999_04 Changes leader
2007-06-01 Brandon L.... 0.07999_04, release candidate
2007-06-01 Brandon L.... syntax fix: $#{@x} is invalid syntax that happens to...
2007-06-01 K J Cheetham pod tweaking for line wrappings
2007-06-01 Matt S Trout imported Replication store from branch
2007-06-01 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2007-06-01 Brandon L.... add "use Class::C3" to S::DBI::Sybase::MSSQL, doc reini...
2007-06-01 Brandon L.... fix 93nobindvars for people not testing MySQL
2007-06-01 Matt S Trout remove note about failing test since it doesn't anymore
2007-06-01 Brandon L.... remove dupe Changes entry
2007-05-31 Brandon L.... 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.... integrate nobindvars/_prep_for_execute with the bind_pa...
2007-05-31 Brandon L.... error handling cleanup for _execute, etc
2007-05-31 Brandon L.... _execute throws execptions as opposed to returning...
2007-05-31 Brandon L.... Changes synced up
2007-05-31 Brandon L.... reverting changeset 3131, probably needs to be fixed...
2007-05-31 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2007-05-31 Brandon L.... trunk Changes updates since 0.07006
2007-05-30 Matt S Trout added schema_version method to bypass version.pm
2007-05-30 Dagfinn Ilmari... Merge 'trunk' into 'DBIx-Class-current'
2007-05-30 Dagfinn Ilmari... Include the DBI error message if a deploy statement...
2007-05-29 Brandon L.... a few small pod coverage fixes
2007-05-29 Brandon L.... converted the vendor tests to use schema objects intead...
2007-05-29 Brandon L.... make sure we take fresh copies of connect_info, safer...
2007-05-29 John Napiorkowski removed meaningless warnings from test
2007-05-29 Matt S Trout update for 07999_03
2007-05-29 Matt S Trout fix up stupid mistake I made merging
2007-05-29 Matt S Trout re-add missing semicolon in pod
2007-05-29 Matt S Trout Merge 'bulk_create' into 'DBIx-Class-current'
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... %colinfo accessor and inflate_column now work together
2007-05-22 Brandon L.... cleanup on aisle 7
2007-05-22 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2007-05-22 Brandon L.... connect_info should return the same data it was given
2007-05-22 Christopher... 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 Dagfinn Ilmari... Copy the working mk_hash from HashRefInflator in -curre...
2007-05-21 Matt S Trout fixed WhereJoins to handle conditions edge cases
2007-05-20 Dagfinn Ilmari... 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-19 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-19 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-19 Matt S Trout result_source must be passed to new_result
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-17 Jess Robinson Applied patch from Pedro Melo to fix order of component...
2007-05-15 John Napiorkowski Passes all the tests but..
2007-05-14 Brandon L.... default AutoCommit to 1 if not explicitly set, and...
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-12 Christopher... Require CAG 0.05002 to kill Class::Inspector warnings.
2007-05-11 Jess Robinson Check rel_in_storage in Row::insert, only insert rel...
2007-05-11 Matt S Trout fixup for Oracle WHERE join stuff from abraxxa
2007-05-11 Matt S Trout eliminate the last of the AutoCommit warnings
2007-05-11 Matt S Trout minor fixup to bulk_create
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 post-merge fixups
2007-05-11 Matt S Trout Merge 'collapse_result_rewrite' into 'DBIx-Class-current'
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-11 Christopher... Updated prereq version of CAG to 0.05001
2007-05-10 Brandon L.... Got rid of effectively dead dbh_do code in the txn_...
2007-05-10 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-10 Jess Robinson Merge 'DBIx-Class-current' into 'collapse_result_rewrite'
2007-05-10 Jess Robinson Oops, unbreak stupid txn_begin change
2007-05-10 Matt S Trout dt test
2007-05-10 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-10 Brandon L.... docs about side-effects in txn_do coderef
2007-05-10 Brandon L.... do not try to silently handle disconnects when in a...
2007-05-10 Christopher... resultset_class/result_class now (again) auto loads...
2007-05-09 Jess Robinson No nested transactions in SQLite.
2007-05-08 John Napiorkowski Added a test for create related and a second test to...
2007-05-08 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-08 Ash Berlin Move -result_source handling further up
2007-05-08 Ash Berlin Unbreak back-compat
2007-05-06 Matt S Trout patch from soulchild (thanks!)
2007-05-05 Jess Robinson Fix jess-is-a-idiot bug..
2007-05-03 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-03 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2007-05-03 Brandon L.... revert part of 3220, apparently it is breaking cloning...
next