Cleanup of stale constructor codepath comments
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-14 Peter Rabbitson Document software_limit and properly throw on related...
2012-04-14 Peter Rabbitson Take into account resultset conditions when determining...
2012-04-07 Rafael Kitover add a link to doc on MAS for MSSQL+ODBC
2012-04-07 Peter Rabbitson Better detection/synchronization of MSSQL dynamic curso...
2012-04-07 Peter Rabbitson Revert 796acb6a - latest FreeTDS does not support MARs...
2012-04-04 Rafael Kitover check DBD::ODBC version when disabling array ops
2012-04-03 Rafael Kitover improvements for MSSQL driver via DBD::ADO
2012-04-03 Rafael Kitover The cursor class is now autoloaded due to CAG component...
2012-04-03 Rafael Kitover Fix auto-pk for Sybase ASE, broken by refactoring in...
2012-03-24 Rafael Kitover Fix thinkos from bfec318f and 3edfebff
2012-03-24 Rafael Kitover Disable ODBC batch ops for Access, they are broken
2012-03-23 Rafael Kitover support FreeTDS 0.91 with Sybase ASE + DBD::Sybase
2012-03-23 Rafael Kitover disable batch ops for firebird ODBC driver
2012-03-23 Rafael Kitover Appease DBD::Sybase compiled with new freetds
2012-03-23 Rafael Kitover As shitty as freetds is, it seems they at least got...
2012-03-23 Peter Rabbitson Centralize (and privatize) handling of freetds driver...
2012-03-22 Peter Rabbitson Multiple cleanups to accommodate broken FreeTDS driver
2012-03-22 Peter Rabbitson Remove all "magic number" DBI get_info calls from the...
2012-03-22 Peter Rabbitson Replace all use of wantarray tri-calls with explicit...
2012-03-20 Rafael Kitover Factor out IDENTITY_INSERT for Sybase ASE and MSSQL...
2012-03-18 Peter Rabbitson Make sure do_query retries on potentially disconnected...
2012-03-16 Peter Rabbitson Fix leak of oracle storage objects in its _dbh_execute...
2012-03-12 Peter Rabbitson Rewrite txn_do and dbh_do to use a (hidden for now...
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-03-02 Peter Rabbitson Deduplicate code in rownum limit emulation
2012-03-02 Peter Rabbitson Add an internal unique colset finder and relax complex...
2012-02-18 Peter Rabbitson Fix rogue child disconnecting a parent $dbh - no idea...
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-02-14 Peter Rabbitson Overhaul of variable \[] handling in populate, and...
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-14 Peter Rabbitson Allow users to disable the "DT in search" warning intro...
2012-02-02 Caleb Cushing remove stale link and doc readonly pool queries
2012-01-18 Graham Knop use more correct subsection links in POD
2012-01-18 Graham Knop remove ::Storage::DBI::sth from POD as it should never...
2012-01-18 Graham Knop correct organization for SQLite POD
2012-01-18 Rafael Kitover issue warning for DateTimes passed to ->search
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-25 Peter Rabbitson Fix TxnScopeGuard misbehaving on externally set $@...
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-26 Dagfinn Ilmari Man... Mark ->with_deferred_fk_checks as RDBMS-specific
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 Open the logfile in append mode
2011-06-17 Peter Rabbitson Yet another SQL munging atrocity (shadow needs it)
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-07 Alexander Hartmaier fixed order of rows difference between first and subseq...
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-10 Peter Rabbitson Fix incorrect > vs >= ver. check, causing 5.13.1 fails
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 Throw away the error prone _strip_cond_qualifiers
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-22 Peter Rabbitson Fix stupid optimizer bug with has_many joined over...
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-04 Peter Rabbitson Overhaul populate code - fix \[] support and exotic...
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-29 Peter Rabbitson Correctly select the root source of the inner part...
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-27 Jonathan Yu Minor POD spelling and link fixes
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
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...
next