Massive rewrite of bind handling, and overall simplification of ::Storage::DBI
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase / ASE.pm
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-01 Peter Rabbitson Switch sql_maker_class and datetime_parser_type to...
2011-02-21 Rafael Kitover Cleanup/extend blob/clob detection/checks
2011-02-03 Rafael Kitover add quote_names connect_info option
2010-12-15 Rafael Kitover merge and improve _is_lob_type from Sybase::ASE into...
2010-12-02 Peter Rabbitson Indulge in some microoptimization
2010-12-01 Peter Rabbitson Quieter Sybase tests
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-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-06-02 Rafael Kitover use SET ROWCOUNT for Sybase ASE limits without an offset
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-06-01 Rafael Kitover fix uninitialized warning
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-03-19 Rafael Kitover POD fixups
2010-02-19 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-14 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-01 Rafael Kitover update POD about Schema::Loader for Sybase
2010-01-31 Rafael Kitover add POD about computed columns and timestamps for Sybase
2010-01-31 Rafael Kitover empty insert into a Sybase table with computed columns...
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2009-11-23 Peter Rabbitson refactor part 2