Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / mysql.pm
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2015-10-15 Peter Rabbitson Clarify comments/documentation regarding DBIC/SQLA...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-04-25 Peter Rabbitson Properly detect and test mysql v3 default JOIN behavior
2013-08-26 Peter Rabbitson Standardize examples/docs on Schema::Loader schema...
2013-04-09 Peter Rabbitson Fix oversight in subqueried MySQL update/delete
2013-03-24 Peter Rabbitson 9 years of perl and I somehow did not know that...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2012-03-22 Peter Rabbitson Remove all "magic number" DBI get_info calls from the...
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-02-21 Rafael Kitover Use a safer $dbh->get_info
2011-02-03 Rafael Kitover add quote_names connect_info option
2011-01-25 Peter Rabbitson Disable default mysql_auto_reconnect for MySQL
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-06-02 Peter Rabbitson Auto-fill rdbms version for sqlt
2010-03-24 Peter Rabbitson Straight_join support RT55579
2010-02-18 Peter Rabbitson Retire useless abstraction (all rdbms need this anyway)
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..