support ::DBI::Replicated opts in connect_info
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
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
2009-05-04 Rafael Kitover ::Replicated - test hashref for connect_replicants...
2009-05-04 Rafael Kitover support hashrefs for connect_replicants
2009-04-24 Moritz Onken patch for DBI.pm so store_column is called only once...
2009-04-21 Peter Rabbitson New SQLite kicks ass - remove some warning silencers...
2009-03-29 Peter Rabbitson Take experimental off TxnScopeGuard
2009-03-19 Rob Kinyon Moved some SQL parsing of ORDER BY from _select_args...
2009-03-11 Wallace Reis removed configure_sqlt method
2009-03-11 Peter Rabbitson Replace the fallback _dbh_last_insert_id with an explic...
2009-03-09 Peter Rabbitson Strip bogus Data::Dump requires
2009-03-03 Peter Rabbitson Put code back into branch (and fix trunk snafu)
2009-03-03 Peter Rabbitson Backout entire sybase/nobindvars/noquote changeset...
2009-03-03 Peter Rabbitson Clarify sybase/nobindvars problem (should have never...
2009-02-27 Peter Rabbitson Fix some should_quote_data_type problems
2009-02-27 Peter Rabbitson Merge 'sybase' into 'trunk'
2009-02-24 Guillermo Roditi correct args in wrong order in deplo_statements
2009-02-22 Rob Kinyon Added support for subqueries in the select and +select...
2009-02-20 Matt S Trout revert previous revision
2009-02-20 Jason M. Mills Merge 'rt_bug_41083' into 'trunk'
2009-02-20 Michael Reddick added support for from => $rs->as_query
2009-02-18 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-18 John Napiorkowski Merge 'trunk' into 'subquery'
2009-02-18 John Napiorkowski I guess ensure_connected does not have a return value...
2009-02-18 Rob Kinyon as_query now provides its own parens
2009-02-17 Rafael Kitover minor Oracle changes
2009-02-17 Norbert Buchmuller * Added the missing POD of a sub.
2009-02-17 Norbert Buchmuller * Fixed the bug with omitting 'FOR UPDATE'/'FOR SHARED...
2009-02-16 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-16 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-16 Peter Rabbitson Some cleanups of oracle patch
2009-02-16 Rafael Kitover sorry, I fucked up the indentation...
2009-02-15 Rafael Kitover Improved connected logic for Oracle storage
2009-02-15 Johannes Plunien RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic...
2009-02-15 Peter Rabbitson A dbh_do statement executed with bind values will confu...
2009-02-13 Rafael Kitover Throw exception on invalidated session if in a transaction.
2009-02-13 Rafael Kitover Some fixes for Oracle edge cases
2009-02-13 Johannes Plunien Refactored and re-added r5041: Split sql statements...
2009-02-11 Rob Kinyon check in bombing test for subquery-with-as_query
2009-02-10 Rob Kinyon Added as_query() support to ResultSetColumn
2009-02-10 Rob Kinyon Added as_query to ResultSet with a couple tests
2009-02-07 Peter Rabbitson Up dependency on SQLT (releasing now)
2009-02-02 Peter Rabbitson part 2
2009-02-02 Peter Rabbitson Bring back _RowNumberOver deleted in the sqla commotion...
2009-01-30 Peter Rabbitson Add the _find_syntax caching back
2009-01-30 Jess Robinson DB2 compatibility fix, update test to add new artist...
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-16 Peter Rabbitson Proper MSSQL last_insert_id() scoping patch by abraxxa
2009-01-14 Rafael Kitover auto_savepoint support for Oracle and a note on txn_do...
2009-01-09 Ricardo Signes by setting conn_?id first, we prevent $storage->dbh...
2009-01-08 Ricardo Signes fix the just-added test; pass the Storage object to...
2008-12-22 Yuval Kogman map blob to PG_BYTEA on DBD::Pg
2008-12-20 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2008-12-19 John Napiorkowski more noise debugging messages if debug is on, minor...
2008-12-15 John Napiorkowski changes to replication so that if a replicant is offlin...
2008-11-26 Norbert Buchmuller * Removed extra parens from the ON expression of JOIN...
2008-11-25 Norbert Buchmuller * Disabled stringification of arrayref bind values...
2008-11-20 Jess Robinson Fix pod errors so that some storage subclasses show...
2008-11-16 Norbert Buchmuller * Added test cases to test if arrayref bind values...
2008-11-13 Peter Rabbitson resultset attribute from can now take a scalarref and...
2008-11-12 Norbert Buchmuller * Made DBIC::SQL::Abstract pass on order_by hashref...
2008-11-12 Matt S Trout Merge 'trunk' into 'sqla_1.50_compat'
2008-11-10 Norbert Buchmuller * Removed dead code (sub _RowNumberOver).
2008-11-10 Norbert Buchmuller * Converted some of the test cases to use SQL::Abstrac...
2008-11-10 Peter Rabbitson Switch out one more reliance on connect_info
2008-11-10 John Napiorkowski changed the way we get the DSN for debugging in replication
2008-11-09 Peter Rabbitson Switch schema management version calls from VERSION...
2008-11-09 Peter Rabbitson Fix detection of multiple rows being returned for singl...
2008-11-01 Johannes Plunien rolling back my last change, waiting until new sqlt...
2008-11-01 Johannes Plunien fixed next warnings
2008-11-01 Johannes Plunien split sql statements for deploy only if SQLT::Producer...
2008-10-30 Peter Rabbitson Final set of DBI docfixes
2008-10-30 Jess Robinson Documentation fixups, still needs standardising though
2008-10-30 Peter Rabbitson Fix some lapses in Storage::DBI pod
2008-10-30 Peter Rabbitson Massive cleanup of Storage::DBI::connect_info, based...
2008-10-28 Peter Rabbitson Fix an obscure bug in the DBI exception handler, clobbe...
2008-10-07 Peter Rabbitson Silence SQLite ->disconnect warnings
2008-10-06 Marc Mims Use DBI->last_insert_id for ODBC base class.
2008-09-28 Matt S Trout new_related works again
2008-09-21 Peter Rabbitson SQLite is rather peculiar on disconnection as described...
2008-08-27 John Napiorkowski fixed braindead typo in docs telling people to use...
2008-08-24 Matt S Trout first cut at vairable bind vars for sybase
2008-08-12 Marc Mims ODBC fixes: superfluous connection in rebless; undef...
2008-08-07 Luke Saunders proxying new storage method
2008-08-06 Luke Saunders added with_deferred_fk_checks functionality to storage
2008-07-23 John Napiorkowski podcoverage test now requires minimum 0.19 version...
2008-07-23 John Napiorkowski changed some replication POD so that we get correctly...
2008-07-18 John Napiorkowski updated CHANGES, removed debug code left by accident...
2008-07-18 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-07-14 Luke Saunders reordered methods of Versioned.pm and factored the...
2008-07-11 John Napiorkowski just a tiny grammer fix to POD
2008-07-11 John Napiorkowski added tests for required modules, minor documentation...
2008-07-10 John Napiorkowski make sure debugobj calls always go to the master
2008-07-10 John Napiorkowski fixed regression in the random balancer that I created...
2008-07-09 John Napiorkowski make sure various Storage mutators correctly return...
2008-07-09 John Napiorkowski removed the mistaken debug code
2008-07-09 John Napiorkowski use BUILDARGS intead of wrapping new, added make_immuta...
next