- nuke old _resultset caching stuff
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2006-11-22 Jess Robinson Fix tests, remove some random rints
2006-11-20 Matt S Trout Merge 'DBIx-Class-current' into 'versioning'
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-11-03 Matt S Trout Merge 'DBIx-Class-current' into 'versioning'
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-25 Matt S Trout fix it properly, fix Changes
2006-10-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-10-25 Matt S Trout because this actually works
2006-10-06 Jess Robinson s/Path::Class/File::Spec/
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-09-12 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-09-08 Cory G Watson More degphatification.
2006-09-08 Cory G Watson De 'gphatify' Statistics.pm per mst's request *grin*
2006-08-24 Brandon L. Black reduce redundancy in NoBindVars, add extra test for it
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-21 Brandon L. Black bugfix to Oracle columns_info_for
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-14 Brandon L. Black added sth method to Storage::DBI::NoBindVars, updated...
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 A few dbd-specific dbh_do usage improvements
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 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
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 Brandon L. Black next::method, not next::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-19 Matt S Trout and once more, with feeling
2006-07-19 Matt S Trout Callback now gets args
2006-07-18 Marc Mims Use _sql_maker_opts, now.
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-11 Marc Mims Was replaced by ODBC.pm and ODBC/DB2_400_SQL.pm
2006-07-06 Matt S Trout env var
2006-07-04 Matt S Trout reverted commit that should have gone on branches/subselect
2006-07-04 Matt LeBlanc SQL::Abstract compatability
2006-06-27 Cory G Watson Fix BEGIN WORK/COMMIT/ROLLBACK debug statements lost...
2006-06-25 Jess Robinson Improve on_connect_do docs
2006-06-22 Jess Robinson Only ensure_connected if deployment_statements isnt...
2006-06-19 Jess Robinson Fix typo.. *test test test*!
2006-06-19 Jess Robinson deployment_statements ensures_connected, this to stop...
2006-06-16 Brandon L. Black further changes to the Sybase / MSSQL storage stuff
2006-06-12 Justin Guenther Fixed incorrect ordering of POD sections
2006-06-12 Justin Guenther fixed wrong debugging hook call query_begin() to query_...
2006-06-12 Brandon L. Black author list correction/update
2006-06-11 Brandon L. Black bugfix: must set connect_info properly before setting...
2006-06-09 Justin Guenther added code and tests for Componentized::ensure_class_fo...
2006-06-09 Brandon L. Black NoBindVars + Sybase + MSSQL stuff
2006-06-09 Brandon L. Black only rebless S::DBI if it is still S::DBI and not a...
2006-06-08 Justin Guenther Added `use' statement for DBD::Pg
2006-06-08 Brandon L. Black bugfix for join-types in nested joins using the from...
2006-06-06 Brandon L. Black POD clarification and content bugfixing + a few code...
2006-05-31 Nigel Metheringham POD::Coverage additions
2006-05-30 Matt S Trout fixed debugfh
2006-05-26 Justin Guenther Add a warning for DBD::Pg < 1.49
2006-05-24 Ash Berlin Merge 'trunk' into 'DBIx-Class-current'
2006-05-23 Matt S Trout fixed screwed merge of Storage::DBI (my fault :)
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-23 Ash Berlin Added docs for quote_char, name_sep and offset RS attrib.
2006-05-22 Jess Robinson Back to on_connect in connection, rather than populate_...
2006-05-22 Jess Robinson Call on_connect AFTER actual connection, so we have...
2006-05-20 Matt S Trout Merge 'datetime' into 'DBIx-Class-current'
2006-05-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
next