Merge 'trunk' into 'sybase'
[dbsrgits/DBIx-Class.git] / lib / DBIx /
2009-08-05 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-05 Rafael Kitover rename connect_call_use_mars to connect_call_use_MARS
2009-08-05 Peter Rabbitson Really sanify _resolve_column_info
2009-08-05 Peter Rabbitson Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-08-05 Peter Rabbitson Tadaaaa (even more prefetch insanity)
2009-08-04 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch_redux'
2009-08-04 Peter Rabbitson Fix how a distinct-induced group_by is calculated,...
2009-08-03 Peter Rabbitson Simplify code and add some comments
2009-08-03 Peter Rabbitson Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-08-03 Rafael Kitover check that dynamic cursors are functional if enabled
2009-08-03 Peter Rabbitson Sanify unqualified column bindtype handling
2009-08-03 Peter Rabbitson Wrap up set_strict_mode for mysql
2009-08-03 Peter Rabbitson Merge 'trunk' into 'mysql_ansi'
2009-08-02 Jess Robinson Docs: Explainations of result sources and how to find...
2009-08-02 Jess Robinson Mention ResultSet, ResultSource and Row in synopsis
2009-08-01 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-01 Rafael Kitover default collist for storage _resolve_column_info
2009-08-01 Rafael Kitover Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-07-31 Rafael Kitover fix a bug in _determine_driver
2009-07-31 Moritz Onken undo that attributes merge stuff
2009-07-31 Moritz Onken POD fix
2009-07-30 Jess Robinson Mangled Rob's example somewhat, still needs explaining...
2009-07-30 Rafael Kitover fix syntax error
2009-07-30 Rafael Kitover add missing file
2009-07-30 Rafael Kitover make sure DBD::Oracle is loaded when using constants...
2009-07-30 Rafael Kitover make ::Oracle::Generic load without DBD::Oracle
2009-07-30 Rafael Kitover better rebless check for insert
2009-07-30 Rafael Kitover make sure the new mssql insert method works on an un...
2009-07-30 Rob Kinyon Fixed caveats
2009-07-30 Rob Kinyon Added prefetch caveats
2009-07-30 Rafael Kitover MSSQL GUID support
2009-07-30 Rafael Kitover better test for "smalldatetime" in Sybase
2009-07-28 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-28 Rafael Kitover Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-07-28 Rafael Kitover forgot to set mro in dbi::cursor
2009-07-28 Rafael Kitover minor refactoring, cleanups, doc updates
2009-07-28 Rafael Kitover add postgres "timestamp without time zone" support
2009-07-27 Rafael Kitover better FreeTDS support
2009-07-26 Rafael Kitover SAVEPOINT methods for MSSQL
2009-07-25 Rafael Kitover add money type support
2009-07-25 Rafael Kitover make insert work as a nested transaction too
2009-07-25 Rafael Kitover use _resolve_column_info in NoBindVars
2009-07-25 Rafael Kitover add a comment
2009-07-25 Rafael Kitover move placeholder support detection into ::Sybase::Base
2009-07-24 Rafael Kitover code cleanup
2009-07-24 Rafael Kitover fix race condition in last_insert_id with placeholders
2009-07-24 Rafael Kitover minor doc clarification
2009-07-24 Rafael Kitover savepoint support
2009-07-24 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-24 Rafael Kitover add support for IDENTITY_INSERT
2009-07-24 Rafael Kitover add placeholder support detection for mssql through...
2009-07-24 Rafael Kitover fix a warning in SQLAHacks
2009-07-24 Rafael Kitover merge in some more MSSQL code, including odbc dynamic...
2009-07-24 Rafael Kitover moved code to ::DBI::MSSQL and added DT inflation test
2009-07-23 Rafael Kitover add test for updating money value to NULL
2009-07-23 Rafael Kitover minor change
2009-07-23 Rafael Kitover fix money columns
2009-07-23 Rafael Kitover doc tweak
2009-07-22 Rafael Kitover fix doc for how to check for FreeTDS
2009-07-22 Rafael Kitover remove unnecessary test Result class
2009-07-22 Rafael Kitover minor cleanups
2009-07-22 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-21 Rafael Kitover show Oracle datetime_setup alter session statements...
2009-07-21 Rafael Kitover update Storage::Replicated prereqs
2009-07-20 Norbert Buchmuller Fixed 'typo' (removed a word that I left there by accid...
2009-07-20 Norbert Buchmuller Fixed documentation and added test for the "Arbitrary...
2009-07-20 Rafael Kitover better check for FreeTDS thanks to arcanez
2009-07-20 Rafael Kitover change the (incorrect) version check to a check for...
2009-07-20 Tom Hukins Fix POD changes from r7040.
2009-07-20 Rafael Kitover blob update now works
2009-07-19 Rafael Kitover minor cleanups
2009-07-19 Rafael Kitover mangling _select_args turned out to be unnecessary
2009-07-17 Rafael Kitover some compatibility updated for older DBD::Sybase versio...
2009-07-17 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-17 Rafael Kitover make insertion of blobs into tables with identity colum...
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 John Napiorkowski increased Moose version requirements due to changes...
2009-07-16 Peter Rabbitson Merge 'new_replication_transaction_fixup' into 'trunk'
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-15 Rafael Kitover add "smalldatetime" support to IC::DT
2009-07-15 Ian Wells Added SQLA link for more comprehensive documentation...
2009-07-14 Rafael Kitover set maxConnect in DSN and add docs
2009-07-14 Rob Kinyon Merge 'trunk' into 'new_replication_transaction_fixup'
2009-07-14 Peter Rabbitson grouped prefetch fix
2009-07-14 Peter Rabbitson Minor logic cleanup
2009-07-13 Dan Dascalescu Minor POD fixes in Cookbook
2009-07-13 Dan Dascalescu Favored using ->single to get the topmost result over...
2009-07-13 Dan Dascalescu Minor POD fixes in Example.pod
2009-07-13 Dan Dascalescu Fixed run-on sentences in FAQ
2009-07-13 Dan Dascalescu Fixed has_many example in Intro.pod
2009-07-13 Dan Dascalescu PK::Auto has moved into Core since 2007
2009-07-11 Rafael Kitover reword IC::DT doc patch
2009-07-10 Rob Kinyon Applied patch from kados regarding use of a DateTime...
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-10 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-10 Rafael Kitover fix NoBindVars
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...
next