Merge 'trunk' into 'handle_all_storage_methods_in_replicated'
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
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-02-10 Peter Rabbitson Consolidate last_insert_id handling with a fallback...
2010-02-05 Peter Rabbitson Refactor some evil code
2010-02-03 Rafael Kitover minor code cleanup for SQL Anywhere last_insert_id
2010-02-03 Rafael Kitover support for Sybase SQL Anywhere through ODBC
2010-02-02 Rafael Kitover Merge 'sybase_computed_columns' into 'trunk'
2010-02-02 Rafael Kitover minor POD update
2010-02-02 Rafael Kitover DT inflation now works
2010-02-02 Rafael Kitover rename ::Sybase::ASA to ::SQLAnywhere, per mst
2010-02-02 Rafael Kitover fix stupid identity bug, test empty insert (works)...
2010-02-02 Rafael Kitover deref table name if needed, check all columns for ident...
2010-02-02 Rafael Kitover ASA last_insert_id and limit support, still needs BLOB...
2010-02-01 Rafael Kitover add RT link for Oracle blob bug in DBD::Oracle == 1.23
2010-02-01 Rafael Kitover throw exception on attempt to insert a blob with DBD...
2010-02-01 Rafael Kitover update POD about Schema::Loader for Sybase
2010-01-31 Rafael Kitover add POD about computed columns and timestamps for Sybase
2010-01-31 Rafael Kitover empty insert into a Sybase table with computed columns...
2010-01-29 Peter Rabbitson Require non-warning-spewing MooseX::Types
2010-01-22 Peter Rabbitson Initial informix support
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-15 Peter Rabbitson Better description of mysql strict option
2010-01-15 Peter Rabbitson Strict mysql bugfix
2010-01-11 Peter Rabbitson Merge 'mssql_limit_regression' into 'trunk'
2010-01-10 Peter Rabbitson rename as per mst
2010-01-10 Rafael Kitover fix connection details in ::DBI::Replicated docs
2010-01-10 Peter Rabbitson Rename subquery to subselect and rewrite POD (per castaway)
2010-01-09 Peter Rabbitson Changes and typos
2010-01-09 Peter Rabbitson Close the book on mssql ordered subqueries
2010-01-08 Peter Rabbitson Merge 'trunk' into 'mssql_limit_regression'
2010-01-07 Peter Rabbitson Wrong title
2010-01-06 Rafael Kitover remove alignment mark on base64 md5
2010-01-05 Rafael Kitover minor change: use more of the hash if possible for...
2010-01-05 Rafael Kitover Merge 'oracle_shorten_aliases' into 'trunk'
2010-01-05 Rafael Kitover append half of a base64 MD5 to shortened table aliases...
2010-01-03 Rafael Kitover fix _rebless into sybase/mssql/nobindvars
2010-01-02 Florian Ragwitz Port replicated storage from MXAH to native traits.
2009-12-31 Rafael Kitover POD touchups
2009-12-31 Rafael Kitover got something working
2009-12-23 Rafael Kitover minor POD fixes
2009-12-17 Rafael Kitover more types for ADO fix, and documentation
2009-12-17 Rafael Kitover cleanup source_bind_attributes for ADO
2009-12-17 Rafael Kitover minor changes
2009-12-17 Rafael Kitover somewhat better fix for ADO
2009-12-16 Peter Rabbitson This is horrific but the tests pass... maybe someone...
2009-12-09 Arthur Axel "fREW... fail nicely if user doesn't have perms for xp_msver
2009-12-09 Peter Rabbitson Merge 'mssql_rno_pagination' into 'trunk'
2009-12-09 Rafael Kitover workaround for evil ADO bug
2009-12-09 Rafael Kitover fix _get_mssql_version for ODBC
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-12-09 Arthur Axel "fREW... fix mssql version check so it's lazier
2009-12-08 Arthur Axel "fREW... real exception instead of die
2009-12-08 Arthur Axel "fREW... add version check for mssql 2005 and greater
2009-12-05 Peter Rabbitson Wrap mssql selects in yet another subquery to make...
2009-12-04 Peter Rabbitson Unify the MSSQL and DB2 RNO implementations - they...
2009-12-04 Peter Rabbitson Add support for unordered limited resultsets
2009-12-04 Peter Rabbitson Smarter implementation of the select top 100pct subsele...
2009-12-04 Peter Rabbitson Variable clash
2009-12-03 Peter Rabbitson The correct top100 mssql solution and test
2009-12-03 Arthur Axel "fREW... Switch to RowNumberOver for MSSQL
2009-11-23 Peter Rabbitson refactor part 2
2009-11-23 Peter Rabbitson Merge 'trunk' into 'sybase_refactor'
2009-11-23 Peter Rabbitson Whoops
2009-11-23 Peter Rabbitson refactor part1
2009-11-22 Rafael Kitover override _run_connection_actions for internal connectio...
2009-11-22 Rafael Kitover fix connection setup for Sybase
2009-11-15 Rafael Kitover fix MSSQL via DBD::Sybase regression
2009-11-14 Rafael Kitover Merge 'trunk' into 'ado_mssql'
2009-11-13 Arthur Axel "fREW... fix subtle bug with Sybase database type determination
2009-11-12 Peter Rabbitson Saner naming/comments
2009-11-12 Peter Rabbitson Factor out more stuff
2009-11-12 Peter Rabbitson Factor some code out
2009-11-11 Arthur Axel "fREW... RT50874
2009-11-10 Rafael Kitover made commit/rollback when disconnected an exception
2009-11-06 Rafael Kitover transactions for MSSQL over DBD::Sybase
2009-11-04 Peter Rabbitson Cleanup exceptions
2009-11-04 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-10-31 Rafael Kitover work-around disconnect bug with DBD::Pg 2.15.1
2009-10-31 Rafael Kitover fix regex to numify sqlite_version
2009-10-31 Rafael Kitover pass sqlite_version to SQLT
2009-10-21 Robert Buels reverted [7807], and just changed code to use the custo...
2009-10-21 Robert Buels gutted Pg storage driver's sequence discovery to just...
2009-10-18 Rafael Kitover Merge 'sybase_support' into 'sybase_bulkinsert_support'
2009-10-18 Rafael Kitover Merge 'trunk' into 'sybase_support'
2009-10-14 Rafael Kitover Merge 'trunk' into 'ado_mssql'
2009-10-04 Peter Rabbitson Fix AutoCast's POD
2009-10-03 Rafael Kitover remove _pretty_print
2009-10-01 Rafael Kitover remove a piece of dead code
2009-09-30 Rafael Kitover factor out subclass-specific _execute_array callback
2009-09-30 Rafael Kitover fix insert_bulk when not using bulk api inside a txn
2009-09-30 Rafael Kitover remove _exhaaust_statements
2009-09-29 Rafael Kitover make insert_bulk atomic
2009-09-29 Rafael Kitover minor changes after review
2009-09-29 Rafael Kitover removed some dead code, added fix and test for _execute...
2009-09-28 Rafael Kitover fix DT stuff
2009-09-28 Rafael Kitover minor changes
2009-09-26 Rafael Kitover some cleanups
2009-09-24 Rafael Kitover fix insert with all defaults
2009-09-24 Rafael Kitover remove some duplicate code
next