Merge 'trunk' into 'sybase_support'
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase / Base.pm
2009-09-20 Peter Rabbitson Missed a part of the revert
2009-08-23 Peter Rabbitson Rename the common sybase driver
2009-08-23 Peter Rabbitson Generalize and hide placeholder support check
2009-08-16 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-10 Rafael Kitover document placeholders_with_type_conversion_supported...
2009-08-08 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-05 Peter Rabbitson Whoopsie - more renames
2009-08-05 Rafael Kitover update branch after pull
2009-07-30 Rafael Kitover add missing file
2009-07-28 Rafael Kitover minor refactoring, cleanups, doc updates
2009-07-27 Rafael Kitover better FreeTDS support
2009-07-25 Rafael Kitover make insert work as a nested transaction too
2009-07-25 Rafael Kitover add a comment
2009-07-25 Rafael Kitover move placeholder support detection into ::Sybase::Base
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
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