This is not really used for anything (same code in DBI)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / mysql.pm
2010-01-31 Peter Rabbitson This is not really used for anything (same code in...
2010-01-15 Peter Rabbitson Better description of mysql strict option
2009-09-02 Peter Rabbitson Mysql v3 support (ick)
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-08 Peter Rabbitson Merge 'reduce_pings' into 'trunk'
2009-08-07 Peter Rabbitson Fix bogus POD
2009-08-05 Peter Rabbitson Rename last_dbh and turn it into a public method
2009-08-05 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-08-03 Peter Rabbitson Wrap up set_strict_mode for mysql
2009-07-14 Rafael Kitover substantially reduced ping count, dynamic cursors suppo...
2009-07-04 Peter Rabbitson Fix POD
2009-07-04 Peter Rabbitson Fix POD
2009-07-04 Peter Rabbitson Initial set_ansi_mode code - make sure to utilize _do_q...
2009-07-04 Peter Rabbitson Backout mysql changes for further polishing
2009-07-04 Peter Rabbitson Add set_ansi_mode POD
2009-07-03 Peter Rabbitson Merge 'mssql_top_fixes' into 'trunk'
2009-07-03 Peter Rabbitson Capitalize mysql commands
2009-07-03 Peter Rabbitson Add set_ansi_mode on_connect_call for mysql
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-07-01 Peter Rabbitson Fixed deadlock test
2009-06-20 Peter Rabbitson Add count_rs, move the code back from DBI - leave only...
2009-06-19 Peter Rabbitson augment inheritance
2009-06-09 Arthur Axel "fREW... Added AmbiguousGlob.pm for silly servers like mssql...
2009-06-07 Peter Rabbitson Add mysql empty insert SQL override
2009-06-07 Peter Rabbitson Fix for mysql subquery problem
2009-05-26 Peter Rabbitson fix comments
2009-05-23 Peter Rabbitson Add storage component of multipk resultset update/delet...
2009-05-23 Peter Rabbitson Refactor rs_update_delete (too many methods for no...
2008-08-06 Luke Saunders added with_deferred_fk_checks functionality to storage
2008-05-09 John Napiorkowski fixed up the relicant status tests to exclude them...
2008-05-08 John Napiorkowski converted replicant to a role so that we can apply...
2008-05-07 John Napiorkowski changed the way args are passed to a storage, should...
2008-03-23 Cory G Watson Remove unnecessary passing of $self->dbh as a separate...
2008-03-23 Cory G Watson Merge 0.09's savepoint branch
2006-08-24 Brandon L. Black clean up the way dbh_do is used in Storage::* so that...
2006-07-23 Brandon L. Black infect the storage subdrivers
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-02-28 Simon Elliott fix for deploying MySQL schemas. schema debug++
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..