duh
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2009-05-22 Rafael Kitover comment addition
2009-05-22 Rafael Kitover add some support for trying to determine storage driver...
2009-05-20 Peter Rabbitson on_connect_do now accepts a single string like it does...
2009-05-20 Peter Rabbitson Add explicit grouping for rs update/delete operations...
2009-05-16 Peter Rabbitson Merge 'trunk' into 'joined_count'
2009-05-15 Peter Rabbitson A workable fix for the resultset multicol update/delete...
2009-05-15 Rafael Kitover minor replication changes - use a real hash merge,...
2009-05-14 Peter Rabbitson Merge 'storage-tweaks' into 'trunk'
2009-05-14 Peter Rabbitson Sometimes _prepare_for_execute may not return a set...
2009-05-12 Peter Rabbitson Some more die/croak conversions
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-05-12 Peter Rabbitson Whops, forgotten post-merge tweaks
2009-05-12 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-12 Peter Rabbitson Merge 'count_distinct' into 'trunk'
2009-05-12 Peter Rabbitson Trying to untangle failing merge (whitespace change)
2009-05-11 Justin Hunter oops
2009-05-11 Justin Hunter make sure we get just a string
2009-05-11 Justin Hunter Merge 'trunk' into 'count_distinct'
2009-05-11 Justin Hunter use carp instead of warn
2009-05-11 Justin Hunter warn/die based on { select => { distinct => { } } }
2009-05-11 Ron "Quinn" Straight Moved DBIC::SQL::Abstract inner classes to DBIx::Class...
2009-05-09 Rafael Kitover ::DBI::Replicated - don't build pool/balancer from...
2009-05-09 Peter Rabbitson Merge 'trunk' into 'storage-tweaks'
2009-05-09 Rafael Kitover ::DBI::Replicated - fix fallback to master, test for...
2009-05-09 Rafael Kitover ::DBI::Replicated - add master_read_weight to ::Random...
2009-05-08 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-08 Rafael Kitover support ::DBI::Replicated opts in connect_info
2009-05-08 Peter Rabbitson Throw away some debugging code
2009-05-07 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-05-07 Peter Rabbitson Merge 'fix-update-and-delete-as_query' into 'trunk'
2009-05-07 Peter Rabbitson Temporary fix or the IN ( ( ... ) ) problem until we...
2009-05-07 Peter Rabbitson Back out skip_parens support in as_query
2009-05-06 Peter Rabbitson Rename internal function to clarify what it does
2009-05-06 Peter Rabbitson Merge 'trunk' into 'count_distinct'
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-05 Ron "Quinn" Straight Added self to contributors; clarified comment on :ora_t...
2009-05-05 Justin Hunter add a line to Changes and add a CAVEAT
2009-05-04 Rafael Kitover ::Replicated - test hashref for connect_replicants...
2009-05-04 Rafael Kitover support hashrefs for connect_replicants
2009-05-03 Johannes Plunien Methods update/delete on resultset use now new as_query...
2009-05-03 Ron "Quinn" Straight Support for saving CLOB and BLOB types in Oracle.
2009-05-02 Justin Hunter remove DBIx::Class::Storage::DBI::MultiDistinctEmulation
2009-05-02 Justin Hunter remove hackish ways
2009-04-30 Justin Hunter fixes for MSSQL via Sybase
2009-04-30 Justin Hunter jump to ::DBI::Sybase::MSSQL if we are using MSSQL...
2009-04-24 Peter Rabbitson Merge 'trunk' into 'count_distinct'
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-14 Justin Hunter * change count with group_by (distinct) to use a subquery
2009-03-13 Justin Hunter rewrite _bind_to_sql to not replace ? with the bindvars...
2009-03-13 Justin Hunter changes to handling of from
2009-03-13 Justin Hunter created count_distinct branch
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...
next