Slight POD correction
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / SQLite.pm
2016-06-18 Peter Rabbitson Slight POD correction
2016-03-30 Peter Rabbitson Really fix SQLite savepoints unlike the shortsighted...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2015-03-02 Peter Rabbitson Remove warning introduced in 75a1d824d
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-07-29 Peter Rabbitson The fix in f9b5239ac was both shortsighted and insufficient
2014-07-19 Peter Rabbitson is_X_value functions introduced in 3705e3b28 migrated...
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-27 Peter Rabbitson Fix multiple savepointing transactions on DBD::SQLite
2014-01-29 Peter Rabbitson Ints bound as DBI::SQL_BIGINT on SQLite < 1.37 do not...
2013-12-07 Peter Rabbitson Augment 1363f0f5 for running in hell
2013-10-14 Peter Rabbitson Fix exceedingly sloppy SQLite warning workaround from...
2013-10-09 Peter Rabbitson Many improvements of bigint handling across various...
2013-10-08 Dagfinn Ilmari Man... Warn about non-integer values for all integer bind...
2013-10-08 Dagfinn Ilmari Man... Use explicit variable on loop
2013-08-08 David Steinbrunner typo fixes
2013-07-18 Peter Rabbitson Propagate quote_names setting to SQLite SQLT producer
2013-04-24 Peter Rabbitson Unbreak devrel version checks
2013-04-22 Peter Rabbitson It seems the upcoming DBD::SQLite fixes the txn sync...
2013-04-02 Peter Rabbitson Work around SQLite's RT#79576
2013-04-01 Peter Rabbitson Saner check for non-integer values bound as integers...
2013-01-12 Peter Rabbitson Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type...
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..