Much doch shuffling and more argument explanations (due to initself ;)
[dbsrgits/DBIx-Class.git] / lib /
2007-09-11 Jess Robinson Much doch shuffling and more argument explanations...
2007-09-08 Marc Mims discard_changes is also "refresh from storage"
2007-09-07 Tom Hukins Small POD fix
2007-09-06 Jess Robinson Add more about accessors to doc
2007-09-06 Jess Robinson Doc patch from wreis
2007-09-05 Marc Mims Updated email address
2007-09-04 Ash Berlin Bump for New relase
2007-09-04 Dagfinn Ilmari Man... Fix return value for DBIC::ResultSource::Table->table...
2007-08-24 Cory G Watson Fix typos.
2007-08-22 Tom Hukins Add myself to the list of contributors
2007-08-22 Tom Hukins Fix the behaviour of code refs within array refs for...
2007-08-21 Matt S Trout oracle datetime inflator patch
2007-08-21 Matt S Trout arrayrefs for on_connect_do
2007-08-21 Matt S Trout Merge 'on_disconnect_do' into 'trunk'
2007-08-16 John Napiorkowski -- added some documentation to ->populate to warn peopl...
2007-08-15 Tom Hukins Let on_connect_do() and on_disconnect_do() take code...
2007-08-13 Tom Hukins Fix a package name I corrected wrongly in revision...
2007-08-12 Ash Berlin Prepare for new dist
2007-08-12 Jess Robinson Documentation: cookbook, resultset/create and some...
2007-08-12 Matt S Trout missed commit of version inc
2007-08-11 Ash Berlin Move to using Class::C3::Componentised
2007-08-11 Ash Berlin Remove warn statement
2007-08-10 Jess Robinson Manual improvements from apeiron
2007-08-10 Tom Hukins Fix package names in documentation
2007-08-08 Tom Hukins Mention the SVN::Web Web interface to the repository
2007-08-08 Matt S Trout timestamp+pg fix
2007-08-08 Matt S Trout rejig resultset construction for related_resultset
2007-08-07 Adam Herzog Fix bind params debugging output; consolidate some...
2007-08-07 Adam Herzog Add myself to contributors list.
2007-08-07 Matt S Trout fix for AccessorGroup
2007-08-07 Luke Saunders fixed storage->connected fork bug
2007-08-07 Cory G Watson Refactor Statistics to clean up printing of debug info...
2007-08-06 Matt S Trout final changes for 08004 dist
2007-08-06 Matt S Trout typo pointed out by kangas
2007-08-05 Matt S Trout add cursor_class to storage opt list
2007-08-04 Ash Berlin Fix example code. Thanks bits
2007-08-04 Matt S Trout cleanup cursor class handling
2007-08-03 Matt S Trout add default_resultset_attributes entry to Schema
2007-08-03 Matt S Trout optimisation in cursor
2007-08-01 Tom Hukins Add an 'on_disconnect_do' argument to
2007-07-29 Matt S Trout updated svn and list URLs
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-20 Matt S Trout AccessorGroup is now a Class::Accessor::Grouped subclass
2007-07-18 Brandon L. Black fix a few txn issues, including the "transaction depth...
2007-07-18 Edmund von der Burg 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 many-many rel fix
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. Black 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. Black 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 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. 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-16 Brandon L. Black 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. Black weaken the storage reference in the HandleError closure!
2007-06-13 Brandon L. Black 0.07999_06 Changes + Release
2007-06-13 Matt S Trout make last_insert_id take multiple column names
2007-06-12 Brandon L. Black default stacktrace on if $ENV{DBIC_TRACE} is on
2007-06-12 Brandon L. Black exception objects to make stacktrace work right (!!)
2007-06-12 Brandon L. Black small throw_exception fixes
2007-06-12 Brandon L. Black add some storage exception tests, and fix a really...
2007-06-11 Brandon L. Black oops, small POD typo
2007-06-11 Brandon L. Black $dbh->{HandleError} does throw_exception, "unsafe"...
2007-06-11 Brandon L. Black 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. Black added back the r3131 tests in concise form, wrapped...
2007-06-07 Brandon L. Black 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. Black Fixed up SQLT test/runtime deps
2007-06-01 Brandon L. Black 0.07999_04, release candidate
2007-06-01 Brandon L. Black syntax fix: $#{@x} is invalid syntax that happens to...
next