AUTHORS mass update; mst doesn't have to take credit for -everything- :)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / SQLite.pm
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-10-12 Peter Rabbitson Really fix the DBD::SQLite ping() issue
2012-10-05 Peter Rabbitson Replace inadequate $dbh->ping SQLite implementation...
2012-01-18 Graham Knop correct organization for SQLite POD
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-06-17 Arthur Axel 'fREW... fix bigint handling in sqlite
2011-05-09 Peter Rabbitson Fix serious DBD::SQLite numeric datatype mismatch regre...
2011-04-29 Rafael Kitover savepoints for SQLite
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-01 Peter Rabbitson Switch sql_maker_class and datetime_parser_type to...
2011-02-03 Rafael Kitover add quote_names connect_info option
2010-10-12 Peter Rabbitson Load sqlite backup required modules on demand only
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-06-01 Rafael Kitover pass sqlite and pg version properly on ->deploy for...
2010-06-01 Rafael Kitover pass postgres_version in producer_args when deploying...
2010-04-08 Peter Rabbitson Refactor the version handling
2010-03-25 Rafael Kitover minor fix for SQLite version check
2010-03-25 Rafael Kitover remove _get_mssql_version
2010-03-19 Rafael Kitover POD fixups
2010-03-17 Rafael Kitover add connect_call_use_foreign_keys for SQLite
2010-03-03 Moritz Onken Fix for SQLite to ignore the { for => ... } attribute
2010-02-10 Peter Rabbitson Consolidate last_insert_id handling with a fallback...
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-10-31 Rafael Kitover fix regex to numify sqlite_version
2009-10-31 Rafael Kitover pass sqlite_version to SQLT
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-06-11 Peter Rabbitson IC::DT changes:
2009-05-02 Justin Hunter remove hackish ways
2009-04-21 Peter Rabbitson New SQLite kicks ass - remove some warning silencers...
2008-11-10 Peter Rabbitson Switch out one more reliance on connect_info
2008-10-07 Peter Rabbitson Silence SQLite ->disconnect warnings
2008-02-01 Jess Robinson Sanitise filename of sqlite backup file
2007-08-13 Tom Hukins Fix a package name I corrected wrongly in revision...
2007-08-10 Tom Hukins Fix package names in documentation
2007-05-10 Jess Robinson Oops, unbreak stupid txn_begin change
2007-05-09 Jess Robinson No nested transactions in SQLite.
2006-11-23 Jess Robinson Add backup_directory, make tests cleanup
2006-10-06 Jess Robinson s/Path::Class/File::Spec/
2006-10-06 Jess Robinson Versioning! With tests! Woo!
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-05-19 Jess Robinson Remove Versioning.pm, add backup to SQLite
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-21 Simon Elliott undo changes that should have been in TRUNK. /me thwaps...
2006-03-21 Simon Elliott Doc fixes for PK::Auto::DB references. All handled...
2006-02-10 David Kamholz PK::Auto fixes in branch
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..