update proxied methods for DBI::Replicated
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2010-03-22 Rafael Kitover update proxied methods for DBI::Replicated
2010-03-22 Peter Rabbitson Even cleaner way of handling returning (no column inter...
2010-03-22 Rafael Kitover move INSERT ... RETURNING code into ::DBI::InsertReturn...
2010-03-22 Rafael Kitover redo Pg auto-columns using INSERT RETURNING
2010-03-19 Rafael Kitover POD fixups
2010-03-17 Rafael Kitover add connect_call_use_foreign_keys for SQLite
2010-03-16 Rafael Kitover _ping for MSSQL
2010-03-12 Rafael Kitover update Firebird docs
2010-03-07 Rafael Kitover fix RETURNING for empty INSERT
2010-03-07 Peter Rabbitson What I really meant
2010-03-06 Rafael Kitover don't die on insert in firebird with no pk
2010-03-06 Rafael Kitover remove that code for non-pk autoincs from Row, move...
2010-03-05 Rafael Kitover auto_nextval support for Firebird
2010-03-03 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-03 Moritz Onken Fix for SQLite to ignore the { for => ... } attribute
2010-03-01 Rafael Kitover update POD
2010-02-28 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-23 Fabien Wernli Schema Object Naming Rules :
2010-02-23 Peter Rabbitson Proper error message
2010-02-23 Peter Rabbitson Cleanup code (hopefully no functional changes)
2010-02-23 Peter Rabbitson Merge 'trunk' into 'oracle_quotes'
2010-02-23 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-23 Rafael Kitover don't use ib_softcommit by default
2010-02-22 Robert Buels added package name to DBD::Pg warning in Pg storage...
2010-02-22 Rafael Kitover improve with_deferred_fk_checks for Oracle, add tests
2010-02-22 Rafael Kitover with_deferred_fk_checks for Oracle
2010-02-21 Peter Rabbitson Merge 'trunk' into 'oracle_quotes'
2010-02-19 Rafael Kitover s/primary_columns/_pri_cols/ for Firebird
2010-02-19 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-19 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-18 Peter Rabbitson Retire useless abstraction (all rdbms need this anyway)
2010-02-17 Fabien Wernli still need to uc source_name if quotes off
2010-02-16 Rafael Kitover POD fix
2010-02-16 Rafael Kitover POD touchups
2010-02-16 Rafael Kitover set behavior for Hash::Merge in ::DBI::Replicated,...
2010-02-16 Rafael Kitover use OO interface of Hash::Merge for ::DBI::Replicated
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-15 Peter Rabbitson One more
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-14 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-14 Fabien Wernli oracle_version
2010-02-14 Peter Rabbitson Merge 'trunk' into 'oracle_quotes'
2010-02-14 Rafael Kitover add doc on maximum cursors for SQLAnywhere
2010-02-13 Peter Rabbitson Changes
2010-02-12 Peter Rabbitson Move replicated to Opt::Deps
2010-02-11 Rafael Kitover support the DATE data type for Firebird
2010-02-11 Rafael Kitover savepoints for SQLAnywhere
2010-02-11 Rafael Kitover add unimplemented Storage::DBI methods to ::DBI::Replicated
2010-02-10 Rafael Kitover fix savepoints for Firebird ODBC
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 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-10 Rafael Kitover turn on ib_softcommit, savepoint tests now pass for...
2010-02-10 Rafael Kitover default to sql dialect 3 unless overridden
2010-02-10 Peter Rabbitson Consolidate last_insert_id handling with a fallback...
2010-02-09 Fabien Wernli should work now
2010-02-08 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-08 Rafael Kitover better DT inflation for Firebird and _ping
2010-02-06 Fabien Wernli the way I thought. ribasushi suggested to override...
2010-02-06 Rafael Kitover Firebird: add POD, fix BLOB tests
2010-02-06 Rafael Kitover move Firebird ODBC override for RETURNING to a SQLAHack...
2010-02-05 Rafael Kitover support autoinc PKs without is_auto_increment set
2010-02-05 Rafael Kitover check for both NULL and null, rename _fb_auto_incs...
2010-02-05 Rafael Kitover rename a couple of variables
2010-02-05 Rafael Kitover fix up my Row code for non-pk autoincs, add pretty...
2010-02-05 Peter Rabbitson Refactor some evil code
2010-02-04 Rafael Kitover override quoting columns for RETURNING in Firebird...
2010-02-04 Rafael Kitover limit and better autoinc for Firebird
2010-02-04 Rafael Kitover Firebird: fix test cleanup, add ODBC wrapper
2010-02-04 Moritz Lenz [Storage::DBI::InterBase] remove more cruft
2010-02-04 Moritz Lenz [Storage::DBI::InterBase] remove cruft copied from...
2010-02-04 Moritz Lenz primitive, non-working and very specific Storage::DBI...
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-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2010-01-31 Peter Rabbitson This is not really used for anything (same code in...
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-17 Peter Rabbitson Real detabify
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
next