Fold column_info() into columns_info()
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase / ASE.pm
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
2016-04-28 Peter Rabbitson Centralize remaining uses of Sub::Name within _Util
2016-04-12 Peter Rabbitson Fix forgotten finally{} in Sybase::ASE (missed in ddcc0...
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-01-22 Peter Rabbitson Microoptimize various "is this string empty" checks
2015-09-10 Tina Mueller Fix ::Sybase::ASE incorrect attempt to retrieve an...
2015-09-10 Peter Rabbitson Greatly simplify the ::Sybase::ASE::insert() override
2015-09-10 Peter Rabbitson First pass on Sybase::ASE - reformats and minor cleanup...
2015-09-08 Peter Rabbitson Trap expected t/746sybase.t warnings, use LC_ALL instea...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-08-05 Peter Rabbitson Deprecate insert_bulk - we will be changing its signatu...
2013-10-08 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-04-17 Peter Rabbitson Remove idiotic RowCountOrGenericSubQ - it will never...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2012-05-15 Rafael Kitover add more docs on software_limit resultset attr
2012-04-03 Rafael Kitover Fix auto-pk for Sybase ASE, broken by refactoring in...
2012-03-24 Rafael Kitover Fix thinkos from bfec318f and 3edfebff
2012-03-23 Rafael Kitover support FreeTDS 0.91 with Sybase ASE + DBD::Sybase
2012-03-23 Peter Rabbitson Centralize (and privatize) handling of freetds driver...
2012-03-20 Rafael Kitover Factor out IDENTITY_INSERT for Sybase ASE and MSSQL...
2012-02-14 Peter Rabbitson Switch from using execute_array to execute_for_fetch...
2012-02-14 Peter Rabbitson Fix ASE bulk_insert for bind changes in 0e773352
2011-11-25 Peter Rabbitson Fix uninitializied warnings in ::Storage::Sybase::ASE...
2011-06-05 Peter Rabbitson Extra cleanup of leftovers from 70171cd7
2011-05-18 Rafael Kitover add DateTime parser for Sybase ASE
2011-05-17 Rafael Kitover change FreeTDS related warnings to carp_once
2011-05-02 Rafael Kitover Fix assumption in Sybase::ASE blob updater: cond is...
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-09 Rafael Kitover Refactor/improve support of DBD::Sybase compiled agains...
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