Updated discard_changes docs regarding { force_pool => 'master' }
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
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
2013-02-14 Peter Rabbitson Switch the cursor iterator to pull data via bind_columns
2013-02-14 Peter Rabbitson Massively optimize ->cursor->next while fixing some...
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-12 Peter Rabbitson Reduce amount of calls to $rsrc->columns_info where...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2013-01-12 Peter Rabbitson Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type...
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2012-12-11 Peter Rabbitson Fix RT#78436 - a replicated storage does not have a...
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-11-05 Peter Rabbitson Squash NaN warnings on older perls
2012-11-05 Peter Rabbitson Switch vestigial warn() calls to carp()
2012-11-05 Peter Rabbitson Better diagnostics in the case of missing drivers,...
2012-11-03 Peter Rabbitson Properly signify internal cursor methods, trash their...
2012-11-03 Rafael Kitover fix Cursor SYNOPSIS
2012-10-12 Peter Rabbitson Really fix the DBD::SQLite ping() issue
2012-10-05 Peter Rabbitson Replace inadequate $dbh->ping SQLite implementation...
2012-07-10 Rafael Kitover better type check for mssql+ado binary null strip
2012-07-10 Arthur Axel 'fREW... fix pod for unicode name
2012-06-05 Rafael Kitover fix debian mssql/odbc setup docs for multiarch
2012-05-15 Justin Hunter fix typo
2012-05-15 Rafael Kitover add more docs on software_limit resultset attr
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-16 Peter Rabbitson Fix leak of oracle storage objects in its _dbh_execute...
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...
next