dbsrgits/DBIx-Class.git
2007-07-26 Luke Saunders applied patch from davinch: fix bug with create_multi...
2007-07-24 Luke Saunders fixed minor docs error
2007-07-21 Brandon L.... Changes update for my txn fix a few days ago
2007-07-20 Matt S Trout AccessorGroup is now a Class::Accessor::Grouped subclass
2007-07-18 Brandon L.... fix a few txn issues, including the "transaction depth...
2007-07-18 Edmund von... Added the word 'trigger' to the 'Overloading methods...
2007-07-18 Marcus Ramberg Make ensure_class_loaded behave better with malformed...
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-16 Matt S Trout 08003 changes
2007-07-10 John Napiorkowski fixed the trouble with undefs using populate in void...
2007-07-10 Matt S Trout fixes to multi-create
2007-07-10 Matt S Trout unmark experimental to go with deploy
2007-07-09 Matt S Trout failing test for multi-create bug reported by irc:bits
2007-07-09 Matt S Trout many-many rel fix
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 Matt S Trout remove cwd dep, modify pod
2007-07-04 Jess Robinson Fixup indenting/code style
2007-07-04 Luke Saunders fixed group_by problem with oracle limit syntax
2007-07-02 Brandon L.... Patch for ? in NoBindVars data from Tom Hukins
2007-06-29 Matt S Trout remove RSM recipe
2007-06-26 Simon Elliott many_to_many supports relation_rs method now
2007-06-26 Simon Elliott add_to returns inserted row in many_to_many relation
2007-06-26 Brandon L.... DBIx::Class::Exception should pass off any exception...
2007-06-25 John Napiorkowski Added multi-create object support to Schema->populate...
2007-06-22 Matt S Trout restore mk_classaccessor
2007-06-20 Matt S Trout 08002
2007-06-20 Matt S Trout ordering change to squash an M::I warning
2007-06-20 Matt S Trout probably fix bulk_create
2007-06-20 Matt S Trout eleiminate vestigial code in PK::Auto
2007-06-20 Matt S Trout SQL statement in errors
2007-06-20 Matt S Trout remove rogue use line
2007-06-19 Cory G Watson Call ensure_connected in txn_begin to avoid stomping...
2007-06-19 Matt S Trout make errors during deploy soft
2007-06-19 Brandon L.... 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-16 Brandon L.... autoflush debugfh, plus Changes for this and the weakre...
2007-06-16 Matt S Trout fix conditional and document behaviour
2007-06-14 Brandon L.... weaken the storage reference in the HandleError closure!
2007-06-13 Brandon L.... 0.07999_06 Changes + Release
2007-06-13 Matt S Trout make last_insert_id take multiple column names
2007-06-12 Brandon L.... default stacktrace on if $ENV{DBIC_TRACE} is on
2007-06-12 Brandon L.... exception objects to make stacktrace work right (!!)
2007-06-12 Brandon L.... small throw_exception fixes
2007-06-12 Brandon L.... add some storage exception tests, and fix a really...
2007-06-11 Brandon L.... oops, small POD typo
2007-06-11 Brandon L.... Changes updates
2007-06-11 Brandon L.... $dbh->{HandleError} does throw_exception, "unsafe"...
2007-06-11 Brandon L.... add stacktrace option to modify the default behavior...
2007-06-10 Matt S Trout slight tweak
2007-06-10 Matt S Trout fix page-within-page bug
2007-06-10 Brandon L.... added back the r3131 tests in concise form, wrapped...
2007-06-07 Brandon L.... 0.07999_05 (2nd 0.08 RC)
2007-06-07 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2007-06-07 Matt S Trout test fixups
2007-06-06 Matt S Trout make source_name rw again, users can shoot themselves...
2007-06-05 K J Cheetham POD tweak
2007-06-05 Brandon L.... Fixed up SQLT test/runtime deps
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'
next