Fixes Pod typo.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated.pm
2014-03-08 Olaf Alders Fixes Pod typo.
2013-12-10 Peter Rabbitson Streamline connection codepath, fix $ENV{DBI_DSN} regre...
2013-08-22 Peter Rabbitson Fix name mangle in Replicated.pm broken by e8c31aec...
2013-08-08 David Steinbrunner typo fixes
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
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-11-05 Peter Rabbitson Better diagnostics in the case of missing drivers,...
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-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-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 Factor out bindattr resolver and tighten code a bit
2012-02-02 Caleb Cushing remove stale link and doc readonly pool queries
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-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
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-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2011-03-20 Rob Kinyon Fixed bug in _strip_cond_qualifiers, patch generously...
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
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-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 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-14 Peter Rabbitson That's an embarrasing c/p :(
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-06-05 Arthur Axel 'fREW... Typos
2010-05-31 Peter Rabbitson test replication test fail
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-04-28 Rafael Kitover add _verify_pid and _verify_tid to methods that croak...
2010-04-28 Rafael Kitover update ::DBI::Replicated
2010-04-12 Rafael Kitover better way to find minimal dbms version in ::Replicated
2010-04-08 Rafael Kitover use min dbms_version for ::Replicated
2010-04-08 Peter Rabbitson Refactor the version handling
2010-04-08 Peter Rabbitson Make the insert_returning capability private (and saner...
2010-03-24 Peter Rabbitson Cosmetics + changes
2010-03-22 Rafael Kitover update proxied methods for DBI::Replicated
2010-02-16 Rafael Kitover set behavior for Hash::Merge in ::DBI::Replicated,...
2010-02-16 Rafael Kitover use OO interface of Hash::Merge for ::DBI::Replicated
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-13 Peter Rabbitson Changes
2010-02-12 Peter Rabbitson Move replicated to Opt::Deps
2010-02-11 Rafael Kitover add unimplemented Storage::DBI methods to ::DBI::Replicated
2010-02-10 Rafael Kitover add a couple proxy methods to Replicated so it can run
2010-02-10 Rafael Kitover revert Moose bug workaround, bump Moose dep for Replica...
2010-02-10 Rafael Kitover workaround for Moose bug affecting Replicated storage
2010-01-29 Peter Rabbitson Require non-warning-spewing MooseX::Types
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Real detabify
2010-01-10 Rafael Kitover fix connection details in ::DBI::Replicated docs
2010-01-02 Florian Ragwitz Port replicated storage from MXAH to native traits.
2009-09-29 Rafael Kitover removed some dead code, added fix and test for _execute...
2009-09-28 Rafael Kitover minor changes
2009-09-20 Peter Rabbitson Part one of the sybase work by Caelum (mostly reviewed)
2009-09-20 Peter Rabbitson Backout sybase changes
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-09-03 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-31 Rafael Kitover support coderef connect_infos for repicated storage
2009-08-10 Peter Rabbitson privatize dormant method - it may be useful for sybase...
2009-08-10 Peter Rabbitson pesky whitespace
2009-07-21 Rafael Kitover update Storage::Replicated prereqs
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 John Napiorkowski increased Moose version requirements due to changes...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-10 John Napiorkowski a few more Moose Type related fixes and added diag...
2009-07-10 John Napiorkowski pod cleanup, fixed broken pod links, and new Introducti...
2009-07-09 John Napiorkowski some documention updates and changed the way we find...
2009-07-09 John Napiorkowski fixed test resultclass formatting, added a few more...
2009-07-09 John Napiorkowski changed the way transactions are detected for replicati...
2009-06-13 Rafael Kitover fix master debug output for ::Replicated
2009-05-22 Rafael Kitover ::Replicated -- check for master rebless and reapply...
2009-05-15 Rafael Kitover minor replication changes - use a real hash merge,...
2009-05-09 Rafael Kitover ::DBI::Replicated - don't build pool/balancer from...
2009-05-09 Rafael Kitover ::DBI::Replicated - add master_read_weight to ::Random...
2009-05-08 Rafael Kitover support ::DBI::Replicated opts in connect_info
2009-05-06 Rafael Kitover ::DBI:Replicated - merge connect_info from master to...
2009-05-06 Rafael Kitover Replicated - fixup types and namespace::clean
2009-05-06 Rafael Kitover fix ::DBI::Replicated::all_storages
next