rename and document dt setup method, will be an on_connect_call at later merge point
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2009-06-17 Rafael Kitover rename and document dt setup method, will be an on_conn...
2009-06-14 Rafael Kitover Merge 'trunk' into 'sybase'
2009-06-13 Rafael Kitover fix master debug output for ::Replicated
2009-06-13 Rafael Kitover switch to DateTime::Format::Sybase
2009-06-12 Rafael Kitover Merge 'trunk' into 'sybase'
2009-06-11 Peter Rabbitson IC::DT changes:
2009-06-10 Rafael Kitover cache rsrc properly in NoBindVars, return undef if...
2009-06-10 Rafael Kitover handle unknown rsrc in NoBindVars and Sybase::NoBindVars
2009-06-10 Rafael Kitover cache rsrc in NoBindVars correctly
2009-06-10 Rafael Kitover Sybase count by first pk, if available
2009-06-10 Rafael Kitover cache rsrc in NoBindVars, use name_sep
2009-06-10 Rafael Kitover Sybase::NoBindVars now correctly quotes
2009-06-10 Rafael Kitover Merge 'trunk' into 'sybase'
2009-06-09 Peter Rabbitson Move as_query out of the cursor
2009-06-07 Peter Rabbitson Add mysql empty insert SQL override
2009-06-07 Peter Rabbitson Fix for mysql subquery problem
2009-06-06 Rafael Kitover temporary sybase noquote hack
2009-06-06 Rafael Kitover tweaks to sybase types
2009-06-05 Rafael Kitover update sybase types which shouldn't be quoted
2009-06-05 Rafael Kitover shit doesn't work yet
2009-06-05 Rafael Kitover Merge 'sybase_noquote' into 'sybase'
2009-06-05 Rafael Kitover Merge 'trunk' into 'sybase_noquote'
2009-06-04 Rafael Kitover set date format on _rebless correctly
2009-06-04 Rafael Kitover minor sybase count fix
2009-06-04 Rafael Kitover back to counting rows for Sybase LIMIT counts
2009-06-04 Rafael Kitover use TOP for sybase limit count thanks to refactored...
2009-06-04 Rafael Kitover sybase limit count without offset now works
2009-06-04 Rafael Kitover update Sybase docs
2009-06-04 Rafael Kitover fix base for mssql (can't be a sybase anymore)
2009-06-03 Rafael Kitover fix Sybase DT stuff and storage bases
2009-06-03 Rafael Kitover Merge 'trunk' into 'sybase'
2009-06-03 Rafael Kitover add missing files to sybase branch
2009-06-03 Rafael Kitover resolve conflict
2009-05-26 Peter Rabbitson fix comments
2009-05-25 Peter Rabbitson Move the DB2 Limit syntax setting into the storage...
2009-05-24 Peter Rabbitson Switch around inheritance of MSSQL drivers, remove...
2009-05-24 Peter Rabbitson eol adjustments
2009-05-24 Peter Rabbitson Deprecate ::DBI::Sybase::MSSQL
2009-05-24 Peter Rabbitson SUPER is so last century
2009-05-24 Peter Rabbitson MSSQL through ODBC does not like unfinished statements...
2009-05-23 Rafael Kitover try not to fuck mssql with the sybase crap
2009-05-23 Peter Rabbitson Make sure MultiColumnIn quotes column names while mungi...
2009-05-23 Rafael Kitover minor clean up
2009-05-23 Rafael Kitover Merge 'trunk' into 'sybase'
2009-05-23 Rafael Kitover revert last Sybase changes
2009-05-23 Rafael Kitover hide internal Sybase classes from PAUSE
2009-05-23 Rafael Kitover Sybase bindvar and IC::DT support
2009-05-23 Peter Rabbitson Add storage component of multipk resultset update/delet...
2009-05-23 Rafael Kitover Sybase autopk, and a test, no limit support yet
2009-05-23 Peter Rabbitson Refactor rs_update_delete (too many methods for no...
2009-05-22 Rafael Kitover ::Replicated -- check for master rebless and reapply...
2009-05-22 Rafael Kitover comment addition
2009-05-22 Rafael Kitover add some support for trying to determine storage driver...
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 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 Merge 'trunk' into 'count_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 Back out skip_parens support in as_query
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-21 Peter Rabbitson New SQLite kicks ass - remove some warning silencers...
2009-03-11 Wallace Reis removed configure_sqlt method
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 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-26 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-02-20 Matt S Trout revert previous revision
2009-02-20 Jason M. Mills Merge 'rt_bug_41083' into 'trunk'
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
next