Add set_ansi_mode on_connect_call for mysql
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / mysql.pm
2009-07-03 Peter Rabbitson Add set_ansi_mode on_connect_call for mysql
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-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..