Majorly cleanup $rs->update/delete (no $rs-aware code should be in ::Storages)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-02-14 Peter Rabbitson Switch from using execute_array to execute_for_fetch...
2012-02-14 Peter Rabbitson Fix ASE bulk_insert for bind changes in 0e773352
2012-02-14 Peter Rabbitson Factor out bindattr resolver and tighten code a bit
2012-02-02 Caleb Cushing remove stale link and doc readonly pool queries
2012-01-18 Graham Knop correct organization for SQLite POD
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-25 Peter Rabbitson Start caching the result of various bind_attribute_by_d...
2011-11-25 Peter Rabbitson Fix uninitializied warnings in ::Storage::Sybase::ASE...
2011-10-25 Peter Rabbitson Fixxor pause indexing
2011-07-27 Peter Rabbitson Fix oracle (I am so stupid)
2011-07-20 Uwe fix link in replication introduction
2011-07-19 Rafael Kitover Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA
2011-07-19 Rafael Kitover Oracle: fix LOB conversions for non-LOBs (RT#69548)
2011-07-14 Arthur Axel 'fREW... fix spurious PAUSE message
2011-07-14 Peter Rabbitson Stop leaking cursors on oracle sequence retrieval
2011-06-17 Peter Rabbitson Do not consider non-sequence oracle triggers during...
2011-06-17 Arthur Axel 'fREW... fix bigint handling in sqlite
2011-06-08 Rafael Kitover Make Access inner joins 'INNER JOIN' to avoid JOIN...
2011-06-05 Peter Rabbitson Extra cleanup of leftovers from 70171cd7
2011-05-18 Rafael Kitover add DateTime parser for Sybase ASE
2011-05-17 Rafael Kitover change FreeTDS related warnings to carp_once
2011-05-17 Rafael Kitover make Oracle trigger queries safe for coderef connect_infos
2011-05-09 Peter Rabbitson Fix serious DBD::SQLite numeric datatype mismatch regre...
2011-05-02 Rafael Kitover Fix assumption in Sybase::ASE blob updater: cond is...
2011-05-02 Peter Rabbitson Channel all DBIHacks methods to the replicated writer
2011-05-02 Rafael Kitover Cleanup Oracle's 00a28188 / add support for update...
2011-05-02 Rafael Kitover fix MSSQL on_connect_call => 'use_dynamic_cursors'...
2011-04-29 Rafael Kitover savepoints for SQLite
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-16 Rafael Kitover handle BLOB and CLOB columns in WHERE for Oracle
2011-04-16 Robert Bohne Add retrieve_on_insert column_info flag, to autoretriev...
2011-04-14 Rafael Kitover make a proper storage base class for Firebird
2011-04-14 Rafael Kitover support sub-second precision for TIMESTAMPs for Firebir...
2011-04-11 Rafael Kitover support for DBD::Firebird
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-04-11 Rafael Kitover Use _is_binary_lob_type to determine datatypes in need...
2011-04-11 Rafael Kitover Remove use of _resolve_column_info call from _prep_for_...
2011-04-09 Rafael Kitover Refactor/improve support of DBD::Sybase compiled agains...
2011-04-01 Rafael Kitover Comprehensive MSAccess support over both DBD::ODBC...
2011-04-01 Peter Rabbitson Fix/clarify Oracle decision whether to use WhereJoins
2011-03-31 Rafael Kitover make the DB2/AS400 storage a subclass of DB2, do RNO...
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Privatize _sth
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Fix long relationship/column names in oracle for good
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2011-03-21 Peter Rabbitson Lazily load DBD::Pg in ::Storage::DBI::Pg, only when...
2011-03-20 Rob Kinyon Fixed bug in _strip_cond_qualifiers, patch generously...
2011-03-08 Rafael Kitover fixup Firebird ODBC driver for DBD::ODBC 1.29
2011-03-01 Peter Rabbitson Switch sql_maker_class and datetime_parser_type to...
2011-02-25 Peter Rabbitson Cleanup C3 handling, require updated Class::C3::Compone...
2011-02-24 Rafael Kitover Temporarily monkeypatch DBD::ADO to fix warnings during...
2011-02-24 Rafael Kitover rewrite SQLAnywhere GUID normalizing as a cursor_class...
2011-02-24 Rafael Kitover Refactor UUID generation logic in ::Storage::DBI::Uniqu...
2011-02-21 Rafael Kitover Display a warning when an ODBC or ADO subclass is not...
2011-02-21 Rafael Kitover Multiple code/test/doc improvements for MSSQL over...
2011-02-21 Rafael Kitover Cleanup/extend blob/clob detection/checks
2011-02-21 Rafael Kitover Use a safer $dbh->get_info
2011-02-15 Peter Rabbitson Fix replicated fails introduced with 2b8cc2f2
2011-02-03 Rafael Kitover add quote_names connect_info option
2011-01-27 Ronald J Kimball Fix broken sections links in POD
2011-01-25 Peter Rabbitson Stop eating syntax errors in ODBC drivers
2011-01-25 Peter Rabbitson Disable default mysql_auto_reconnect for MySQL
2011-01-25 Rafael Kitover improve MSSQL+ODBC initialization, clarify docs on...
2011-01-20 Rafael Kitover improve bare ODBC dsn warning
2011-01-19 Rafael Kitover Examples/instructions for connecting to MSSQL over...
2011-01-19 Rafael Kitover Improvements for MSSQL+ODBC multiple active resultset...
2011-01-19 Peter Rabbitson Fix incorrect error detection during populate() on...
2010-12-27 Rafael Kitover Improve fallback-to-master/return-to-slave reporting...
2010-12-23 Peter Rabbitson More oracle sequence detection woes RT#63493
2010-12-15 Rafael Kitover merge and improve _is_lob_type from Sybase::ASE into...
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-02 Peter Rabbitson Indulge in some microoptimization
2010-12-02 Fabien Wernli Get Storage::Oracle to behave when quoting is enabled
2010-12-01 Peter Rabbitson Quieter Sybase tests
2010-12-01 Peter Rabbitson Rename method, normalize rv to [$sql, @bind]
2010-11-23 Rafael Kitover Fix multiple storage regressions from 52416317
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-11-10 Peter Rabbitson Refactor insert logic (Row should not handle SQLA options)
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-11-10 Peter Rabbitson Cleanup Row::sequence()
2010-11-10 Alexander Hartmaier More robust Oracle autoinc pk sequence detection
2010-11-10 John Napiorkowski fix and regression test for RT #62642
2010-10-27 Norbert Buchmuller Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
2010-10-27 Peter Rabbitson Automatically mark the cap. framework methods as unimpl...
2010-10-26 Peter Rabbitson $sth->{Active} may throw during destruction >.<
2010-10-26 Peter Rabbitson Patch up weird MRO fail on 5.8 perls
2010-10-23 Peter Rabbitson -ident implementation
2010-10-16 Peter Rabbitson Deleting long forgotten ::Storage::DBI:Role:QueryCounter
2010-10-14 Alexander Hartmaier fixed wrong sequence returned when multiple triggers...
2010-10-14 Peter Rabbitson That's an embarrasing c/p :(
2010-10-12 Peter Rabbitson Load sqlite backup required modules on demand only
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-10-04 Peter Rabbitson Delay construction of try block until an active $sth...
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-08-31 Peter Rabbitson Remove forgotten frame from Storage-method overrides...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson Drop-in legacy code for DB2-AS/400
next