cleanup cursor class handling
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2007-08-04 Matt S Trout cleanup cursor class handling
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-16 Matt S Trout fixup for datetime parser from Matt Lawrence (mattlaw)
2007-07-10 Matt S Trout unmark experimental to go with deploy
2007-07-04 Luke Saunders fixed attr merging problem
2007-07-04 Luke Saunders fixed group_by problem with oracle limit syntax
2007-06-20 Matt S Trout SQL statement in errors
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-16 Brandon L. Black autoflush debugfh, plus Changes for this and the weakre...
2007-06-14 Brandon L. Black weaken the storage reference in the HandleError closure!
2007-06-11 Brandon L. Black $dbh->{HandleError} does throw_exception, "unsafe"...
2007-06-10 Brandon L. Black added back the r3131 tests in concise form, wrapped...
2007-06-05 Brandon L. Black Fixed up SQLT test/runtime deps
2007-05-31 Brandon L. Black integrate nobindvars/_prep_for_execute with the bind_pa...
2007-05-31 Brandon L. Black error handling cleanup for _execute, etc
2007-05-31 Brandon L. Black _execute throws execptions as opposed to returning...
2007-05-31 Brandon L. Black reverting changeset 3131, probably needs to be fixed...
2007-05-30 Dagfinn Ilmari Man... Merge 'trunk' into 'DBIx-Class-current'
2007-05-30 Dagfinn Ilmari Man... Include the DBI error message if a deploy statement...
2007-05-29 Brandon L. Black make sure we take fresh copies of connect_info, safer...
2007-05-22 Brandon L. Black cleanup on aisle 7
2007-05-22 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-05-22 Brandon L. Black connect_info should return the same data it was given
2007-05-14 Brandon L. Black default AutoCommit to 1 if not explicitly set, and...
2007-05-11 Matt S Trout eliminate the last of the AutoCommit warnings
2007-05-10 Brandon L. Black Got rid of effectively dead dbh_do code in the txn_...
2007-05-10 Brandon L. Black do not try to silently handle disconnects when in a...
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-03-29 Brandon L. Black backport Ash's quoting fix from Loader to columns_info_for
2007-03-29 Brandon L. Black fix for rt.cpan.org #25683 (DBD::Sybase/FreeTDS/MSSQL...
2007-03-17 Ash Berlin fix server disconnect checking for select outside of...
2007-03-13 David Jack Olrik Merge 'DBIx-Class-current' into 'oracle8'
2007-01-24 John Napiorkowski -- Fixed tabs to spaces issue
2007-01-24 David Jack Olrik Added Justin Wheeler's Oracle 8 support
2007-01-10 John Napiorkowski additional refactoring to better handle source objects
2007-01-10 John Napiorkowski some refactoring to reduce cut and paste work
2007-01-10 John Napiorkowski Merge 'DBIx-Class-current' into 'param_bind'
2006-12-30 Matt S Trout fixup external bind params
2006-12-30 Matt S Trout Merge 'DBIx-Class-current' into 'param_bind'
2006-12-13 John Napiorkowski updated bulk insert to handle bind_param_array, created...
2006-12-07 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-12-06 Ash Berlin Join condition patch from Bernhard Graf
2006-12-01 John Napiorkowski moved bind attributes to DBI.pm/DBI/Pg.pm
2006-11-27 Ash Berlin - $schema->deploy now accepts a list of source (name...
2006-11-22 Jess Robinson Fix tests, remove some random rints
2006-11-20 John Napiorkowski changed storage->insert|update|delete to accept the...
2006-11-18 John Napiorkowski (no commit message)
2006-11-01 Ash Berlin reverted previous deploy change(r8255) - sorry matt...
2006-10-31 Ash Berlin Deploy fix that will hopefully sort out problems with...
2006-10-06 Jess Robinson Versioning! With tests! Woo!
2006-10-03 Brandon L. Black add connect_info option to disable statement caching
2006-10-03 Brandon L. Black make insert_bulk use the sth method in the newer style...
2006-10-03 Jess Robinson Fixed to actually insert using column names, thanks...
2006-09-15 Jess Robinson create insert_bulk using execute_array, and make popula...
2006-09-15 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-09-15 Jess Robinson Fixup limit syntax finding for DB2
2006-09-13 Brandon L. Black Storage::DBI::Cursor now makes use of the new Storage...
2006-09-13 Brandon L. Black extend the "_in_dbh_do" concept
2006-09-13 Brandon L. Black move !$sth exception up a level to fix storage exceptions
2006-08-24 Brandon L. Black Split out the upper half of S::DBI::_execute for easier...
2006-08-24 Brandon L. Black clean up the way dbh_do is used in Storage::* so that...
2006-08-24 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-24 K J Cheetham Documentation fixes.
2006-08-22 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-22 Daniel Westermann... use ref instead of eval to check limit syntax (to avoid...
2006-08-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-18 Jess Robinson Assume scalar refs need fetching in PK::Auto (to allow...
2006-08-09 Brandon L. Black backport the DBIx::Class::Storage::DBI::DESTROY fix...
2006-08-08 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-08 Brandon L. Black using ->rows here was not a reliable thing to do
2006-08-08 Brandon L. Black misc warnings/croak/Carp::Clan fixups
2006-08-08 Brandon L. Black more dbh_do/txn_do improvements
2006-08-08 Brandon L. Black saner usage of dbh_do in Storage::DBI
2006-08-08 Brandon L. Black further code/pod shuffling between Storage/Storage...
2006-08-08 Brandon L. Black reshuffling the division of labor between Storage and...
2006-07-31 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-07-27 Brandon L. Black Merge 'storage_exceptions' into 'DBIx-Class-current'
2006-07-26 Brandon L. Black very minor cleanups to columns_info_for
2006-07-24 Jess Robinson 1) Add an explicit error to columns_info_for if the...
2006-07-24 Brandon L. Black Storage holds a weakref to $schema now
2006-07-23 Brandon L. Black force/assume RaiseError/PrintError
2006-07-23 Brandon L. Black better DESTROY handling
2006-07-23 Brandon L. Black further refinements to storage_exceptions
2006-07-23 Brandon L. Black Merge 'DBIx-Class-current' into 'storage_exceptions'
2006-07-23 Brandon L. Black infect the storage subdrivers
2006-07-23 Brandon L. Black that was stupid
2006-07-23 Brandon L. Black first draft of storage exception stuff
2006-07-21 Jess Robinson Minor fixes to deploy / sqltargs, and more glossary
2006-07-16 Matt S Trout bah.
2006-07-16 Jess Robinson More docs
2006-07-15 Matt S Trout skip empty queries to eliminate spurious warnings on...
2006-07-14 Matt S Trout fixup for RowNum limit syntax with functions
2006-07-14 Matt S Trout fixups to ORDER BY, tweaks to deepen some copies in...
2006-07-12 Jess Robinson Make "no_comments", the default for deploy
2006-07-12 Brandon L. Black Prevent S::A::L caching of $dbh
2006-07-06 Matt S Trout env var
2006-07-04 Matt S Trout reverted commit that should have gone on branches/subselect
next