Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / SQLAnywhere.pm
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2014-10-24 Peter Rabbitson Replace a couple useless string evals with their equivalent
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2013-01-12 Peter Rabbitson Reduce amount of calls to $rsrc->columns_info where...
2012-04-03 Rafael Kitover The cursor class is now autoloaded due to CAG component...
2012-03-20 Rafael Kitover Factor out IDENTITY_INSERT for Sybase ASE and MSSQL...
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-02-24 Rafael Kitover rewrite SQLAnywhere GUID normalizing as a cursor_class...
2011-02-24 Rafael Kitover Refactor UUID generation logic in ::Storage::DBI::Uniqu...
2011-02-03 Rafael Kitover add quote_names connect_info option
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...