Merge 'trunk' into 'handle_all_storage_methods_in_replicated'
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
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 Fix typo and borked test
2010-02-05 Peter Rabbitson Refactor some evil code
2010-02-04 Peter Rabbitson Fix bug reported by tommyt
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-28 Peter Rabbitson Merge 'informix' into 'trunk'
2010-01-28 Peter Rabbitson Consolidate insert_bulk guards (and make them show...
2010-01-27 Arthur Axel "fREW... fix silly multipk bug
2010-01-26 Peter Rabbitson Merge 'trunk' into 'informix'
2010-01-26 Peter Rabbitson Merge 'prefetch_pager' into 'trunk'
2010-01-26 Peter Rabbitson Fix txn_begin on external non-AC coderef regression
2010-01-22 Peter Rabbitson Initial informix support
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Changes
2010-01-17 Peter Rabbitson This is made out of awesome
2010-01-17 Peter Rabbitson Turned out to be much trickier
2010-01-17 Peter Rabbitson Getting warmer
2010-01-17 Peter Rabbitson More mangling
2010-01-15 Peter Rabbitson Merge 'trunk' into 'prefetch_pager'
2010-01-15 Peter Rabbitson Better varnames
2010-01-15 Peter Rabbitson Better refactor
2010-01-15 Peter Rabbitson Better description of mysql strict option
2010-01-15 Peter Rabbitson Strict mysql bugfix
2010-01-14 Curtis "Ovid" Poe Attempt to factor our alias handling has mostly failed.
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 Rafael Kitover split connect_info parser out into private _normalize_c...
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-09 Peter Rabbitson Subqueries no longer experimental
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.
2010-01-01 Rafael Kitover fix uninitialized warning and a bug in ResultSet
2009-12-31 Rafael Kitover POD touchups
2009-12-31 Rafael Kitover got something working
2009-12-24 Peter Rabbitson Fix deployment_statements context sensitivity regression
2009-12-23 Rafael Kitover minor POD fixes
2009-12-18 Curtis "Ovid" Poe Refactor internals to expose some join logic. Awful...
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-12 Peter Rabbitson Isolate prefetch heads using RNO with a subquery
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 Fix comment
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 Better not touch Top - it's too complex at this point
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 Source sanity check on subqueried update/delete
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 Rafael Kitover Merge 'sybase_refactor' into 'trunk'
2009-11-23 Rafael Kitover add subname to rdbms_specific_methods wrapper
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-16 Peter Rabbitson Merge 'prefetch-group_by' into 'trunk'
2009-11-16 Peter Rabbitson Make _resolve_column_info function without supplying...
2009-11-15 Rafael Kitover fix MSSQL via DBD::Sybase regression
2009-11-15 Peter Rabbitson Hide from pause
2009-11-15 Peter Rabbitson Move more code to DBIHacks, put back the update/delete...
next