Fix multiple storage regressions from 52416317
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / SQLAnywhere.pm
2010-11-23 Rafael Kitover Fix multiple storage regressions from 52416317
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-04-12 Rafael Kitover better way to find minimal dbms version in ::Replicated
2010-04-07 Rafael Kitover clean up UUID stringification for SQL Anywhere
2010-04-07 Rafael Kitover UUID support for SQL Anywhere
2010-02-16 Rafael Kitover POD touchups
2010-02-14 Rafael Kitover add doc on maximum cursors for SQLAnywhere
2010-02-11 Rafael Kitover savepoints for SQLAnywhere
2010-02-10 Rafael Kitover workaround for Moose bug affecting Replicated storage
2010-02-03 Rafael Kitover minor code cleanup for SQL Anywhere last_insert_id
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 ASA last_insert_id and limit support, still needs BLOB...