Remove the only use of the CAG 'inherited_ro_instance' group
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-09-13 Peter Rabbitson Remove non-functional part of ::Storage::DBI::Sybase...
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
2016-07-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-06-18 Peter Rabbitson Slight POD correction
2016-05-26 Peter Rabbitson Prevent CLONE from potentially running more than once
2016-05-24 Peter Rabbitson Remove last active reference to List::Util from lib/
2016-05-24 Peter Rabbitson This piece of doc has been incorrect since c354902c
2016-04-28 Peter Rabbitson Centralize remaining uses of Sub::Name within _Util
2016-04-21 Dagfinn Ilmari Man... Fix ordering by 1:M prefetched boolean columns in Pg
2016-04-21 Dagfinn Ilmari Man... Use prepared statement from the start for populate...
2016-04-21 Dagfinn Ilmari Man... Fix Oracle _dbh_execute_for_fetch warning suppression
2016-04-12 Peter Rabbitson Fix forgotten finally{} in Sybase::ASE (missed in ddcc0...
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-04-12 Peter Rabbitson Remove dead code from DBI::Replicated
2016-04-01 Peter Rabbitson Fix annoying warnings on innocent looking MSSQL code
2016-03-30 Peter Rabbitson Really fix SQLite savepoints unlike the shortsighted...
2016-03-30 Peter Rabbitson Fix incorrect exception propagation in ::Replicated...
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
2016-02-11 Dagfinn Ilmari Man... Proper fix for the lazy workaround in 7e1774f7
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-02-03 Peter Rabbitson Remove last remaining accesses to ->VERSION in lib
2016-02-03 Peter Rabbitson Streamline BYTEA (binary) Pg optdeps using the new...
2016-01-27 Peter Rabbitson Another overhaul (hopefully one of the last ones) of...
2016-01-22 Peter Rabbitson Microoptimize various "is this string empty" checks
2015-11-04 Peter Rabbitson Replace \D with [^0-9] in sensitive spots
2015-10-15 Peter Rabbitson Clarify comments/documentation regarding DBIC/SQLA...
2015-09-10 Peter Rabbitson Trap exact condition of reported, yet undiagnosed IDENT...
2015-09-10 Tina Mueller Fix ::Sybase::ASE incorrect attempt to retrieve an...
2015-09-10 Peter Rabbitson Greatly simplify the ::Sybase::ASE::insert() override
2015-09-10 Peter Rabbitson First pass on Sybase::ASE - reformats and minor cleanup...
2015-09-08 Peter Rabbitson Trap expected t/746sybase.t warnings, use LC_ALL instea...
2015-09-08 Peter Rabbitson Switch the ::Sybase family to _determine_connector_driv...
2015-03-18 Peter Rabbitson Fix exception on complex update/delete under a replicat...
2015-03-18 Peter Rabbitson Fix exception on complex update/delete under a replicat...
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Clarify name of guard function from 3d56e026, add it...
2015-03-12 Peter Rabbitson The real workaround for txn_scope_guard being called...
2015-03-02 Peter Rabbitson Remove warning introduced in 75a1d824d
2015-02-17 Peter Rabbitson Rewrite hot-ish _dbi_attrs_for_bind codepath in a leane...
2015-02-15 Peter Rabbitson Revert 2131aa2, cf52a9a and 2aa3f4c
2015-02-15 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2014-12-22 Dagfinn Ilmari Man... Take a copy instead of weakening in 5.8 leak workaround
2014-11-18 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2014-10-24 Peter Rabbitson Replace a couple useless string evals with their equivalent
2014-10-22 Peter Rabbitson Revert prematurely merged default insert support for...
2014-10-21 Dagfinn Ilmari Man... Weaken $self to avoid leaks with nested closures on 5.8
2014-10-21 Peter Rabbitson Switch all double-optdeps calls to a single invocation...
2014-10-18 Dagfinn Ilmari Man... Silence with_deferred_fk_checks() warning on PostgreSQL 9.4
2014-09-30 Lasse Makholm Unbreak $rs->create() with empty hashref on Oracle
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-08-05 Peter Rabbitson Deprecate insert_bulk - we will be changing its signatu...
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-17 Peter Rabbitson Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
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-05-27 Naveed Massjouni Updated discard_changes docs regarding { force_pool...
2014-04-25 Peter Rabbitson Properly detect and test mysql v3 default JOIN behavior
2014-04-25 Peter Rabbitson Fix missing true return lost during e5a62c46f
2014-03-11 Naveed Massjouni fixed example in the DBIx::Class::Storage::DBI::Replica...
2014-03-08 Olaf Alders Fixes Pod typo.
2014-01-31 Peter Rabbitson Give Firebird (and Interbase) a common sqlt_type
2014-01-30 Peter Rabbitson Fix datetimes in ODBC/Firebird (merge identical code...
2014-01-29 Peter Rabbitson Ints bound as DBI::SQL_BIGINT on SQLite < 1.37 do not...
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2014-01-19 Peter Rabbitson Stop various CLONE-registries from growing indefinitely
2013-12-13 Peter Rabbitson Extra (now passing) oracle test which led to the work...
2013-12-10 Peter Rabbitson Streamline connection codepath, fix $ENV{DBI_DSN} regre...
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 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
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-10-02 Dagfinn Ilmari Man... Stop using the deprecated Class::MOP::load_class()
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-08-26 Peter Rabbitson Standardize examples/docs on Schema::Loader schema...
2013-08-22 Peter Rabbitson Fix name mangle in Replicated.pm broken by e8c31aec...
2013-08-08 David Steinbrunner typo fixes
2013-07-22 Peter Rabbitson Self-cleaning is not yet entirely stable - back it...
2013-07-18 Peter Rabbitson Propagate quote_names setting to SQLite SQLT producer
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
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-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-04-17 Peter Rabbitson Remove idiotic RowCountOrGenericSubQ - it will never...
2013-04-09 Peter Rabbitson Fix oversight in subqueried MySQL update/delete
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-04-01 Peter Rabbitson Simplify _select_args_to_query - contortions not needed...
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
2013-03-29 David Steinbrunner DESCRIPTION typo fix
2013-03-24 Peter Rabbitson 9 years of perl and I somehow did not know that...
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-15 Peter Rabbitson More (temporary) kwalitee fixups
next