a few more Moose Type related fixes and added diag to the replication test to report...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2009-07-10 John Napiorkowski a few more Moose Type related fixes and added diag...
2009-07-10 John Napiorkowski pod cleanup, fixed broken pod links, and new Introducti...
2009-07-09 John Napiorkowski some documention updates and changed the way we find...
2009-07-09 John Napiorkowski fixed test resultclass formatting, added a few more...
2009-07-09 John Napiorkowski set correct number of tests, changed the debuggin outpu...
2009-07-09 John Napiorkowski big update to the test suite so that we now check to...
2009-07-09 John Napiorkowski more changes to the way debug output works
2009-07-09 John Napiorkowski changed the way transactions are detected for replicati...
2009-07-04 Peter Rabbitson Fix POD
2009-07-04 Peter Rabbitson Missing newline
2009-07-04 Peter Rabbitson Backout mysql changes for further polishing
2009-07-04 Peter Rabbitson Add set_ansi_mode POD
2009-07-04 Peter Rabbitson Hide devel documentation from the indexer
2009-07-03 Peter Rabbitson Merge 'mssql_top_fixes' into 'trunk'
2009-07-03 Peter Rabbitson Capitalize mysql commands
2009-07-03 Peter Rabbitson Add set_ansi_mode on_connect_call for mysql
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-07-03 Peter Rabbitson Ask for newer DBD::Pg in author mode, suggest the newer...
2009-07-03 Peter Rabbitson Fix some mssql shortcommings when confronted with the...
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-07-01 Rafael Kitover move connection tests into _ping()
2009-07-01 Rafael Kitover fix segfault with old DBD::Sybase
2009-07-01 Rafael Kitover use ->do instead of ->prepare_cached in oracle's connec...
2009-07-01 Rafael Kitover use dbh->do for connected instead of prepare_cached
2009-07-01 Rafael Kitover better connection test
2009-07-01 Rafael Kitover new connected() for dbd::sybase users
2009-07-01 Peter Rabbitson Merge 'grouped_prefetch' into 'trunk'
2009-07-01 Peter Rabbitson Fixed deadlock test
2009-06-30 Peter Rabbitson Merge 'trunk' into 'grouped_prefetch'
2009-06-30 Peter Rabbitson Fix borked next invocation
2009-06-30 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-30 Peter Rabbitson Some fixes after review
2009-06-29 Peter Rabbitson And score! (all works)
2009-06-24 Rafael Kitover IC::DT does support timestamp with timezone
2009-06-23 Rafael Kitover minor doc update
2009-06-22 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-20 Peter Rabbitson Test and merge fixes
2009-06-20 Peter Rabbitson Add count_rs, move the code back from DBI - leave only...
2009-06-19 Peter Rabbitson augment inheritance
2009-06-19 Peter Rabbitson fix eol
2009-06-15 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-14 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-13 Rafael Kitover fix master debug output for ::Replicated
2009-06-13 Rafael Kitover fixup _setup_connect_do, other minor cleanups
2009-06-12 Arthur Axel "fREW... silly warns.
2009-06-12 Arthur Axel "fREW... Insert Identity works!
2009-06-12 Arthur Axel "fREW... Now I just need to check if the actual values are set...
2009-06-12 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-11 Rafael Kitover connect_call_set_datetime_format for Oracle, I have...
2009-06-11 Arthur Axel "fREW... updated _resolve_column_source to _resolve_column_info...
2009-06-11 Rafael Kitover on_connect_call implementation and set_datetime_format...
2009-06-11 Arthur Axel "fREW... Use new _resolve_column_sources method and begin insert...
2009-06-11 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-11 Arthur Axel "fREW... still busted :-(
2009-06-11 Peter Rabbitson IC::DT changes:
2009-06-10 Arthur Axel "fREW... beginning of DWIM for IDENTITY_INSERT
2009-06-10 Arthur Axel "fREW... don't use eval!
2009-06-09 Peter Rabbitson Move as_query out of the cursor
2009-06-09 Arthur Axel "fREW... Added AmbiguousGlob.pm for silly servers like mssql...
2009-06-07 Peter Rabbitson Add mysql empty insert SQL override
2009-06-07 Peter Rabbitson Fix for mysql subquery problem
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 Peter Rabbitson Make sure MultiColumnIn quotes column names while mungi...
2009-05-23 Rafael Kitover minor clean up
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
next