Fold column_info() into columns_info()
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Oracle / Generic.pm
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
2016-07-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-04-21 Dagfinn Ilmari Man... Fix Oracle _dbh_execute_for_fetch warning suppression
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...
2016-02-03 Peter Rabbitson Remove last remaining accesses to ->VERSION in lib
2015-02-17 Peter Rabbitson Rewrite hot-ish _dbi_attrs_for_bind codepath in a leane...
2015-02-15 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2014-11-18 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2014-10-22 Peter Rabbitson Revert prematurely merged default insert support for...
2014-09-30 Lasse Makholm Unbreak $rs->create() with empty hashref on Oracle
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-07-29 Peter Rabbitson The fix in f9b5239ac was both shortsighted and insufficient
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2013-12-13 Peter Rabbitson Extra (now passing) oracle test which led to the work...
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2012-03-16 Peter Rabbitson Fix leak of oracle storage objects in its _dbh_execute...
2012-02-14 Peter Rabbitson Switch from using execute_array to execute_for_fetch...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-25 Peter Rabbitson Start caching the result of various bind_attribute_by_d...
2011-07-27 Peter Rabbitson Fix oracle (I am so stupid)
2011-07-19 Rafael Kitover Oracle: fix LOB conversions for non-LOBs (RT#69548)
2011-07-14 Peter Rabbitson Stop leaking cursors on oracle sequence retrieval
2011-06-17 Peter Rabbitson Do not consider non-sequence oracle triggers during...
2011-05-17 Rafael Kitover make Oracle trigger queries safe for coderef connect_infos
2011-05-02 Rafael Kitover Cleanup Oracle's 00a28188 / add support for update...
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-16 Rafael Kitover handle BLOB and CLOB columns in WHERE for Oracle
2011-04-01 Peter Rabbitson Fix/clarify Oracle decision whether to use WhereJoins
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-22 Peter Rabbitson Fix long relationship/column names in oracle for good
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
2011-01-19 Peter Rabbitson Fix incorrect error detection during populate() on...
2010-12-23 Peter Rabbitson More oracle sequence detection woes RT#63493
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-02 Peter Rabbitson Indulge in some microoptimization
2010-12-02 Fabien Wernli Get Storage::Oracle to behave when quoting is enabled
2010-11-10 Peter Rabbitson Cleanup Row::sequence()
2010-11-10 Alexander Hartmaier More robust Oracle autoinc pk sequence detection
2010-10-23 Peter Rabbitson -ident implementation
2010-10-14 Alexander Hartmaier fixed wrong sequence returned when multiple triggers...
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-29 Rafael Kitover improve Oracle sequence detection and related test...
2010-06-12 Rafael Kitover improve Oracle sequence detection and related test...
2010-06-12 Rafael Kitover fix using oracle sequences across schemas
2010-06-11 Alexander Hartmaier Factor out the oracle shortener code, and apply it...
2010-06-02 Peter Rabbitson Auto-fill rdbms version for sqlt
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-26 Peter Rabbitson Really fix logic
2010-05-26 Peter Rabbitson Can not return from within a try block
2010-05-26 Peter Rabbitson Simplify oracle retrial logic
2010-05-25 Rafael Kitover fix Oracle
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson Merge 'trunk' into 'try-tiny'
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-20 Rafael Kitover support INSERT OR UPDATE triggers for Oracle
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-05-14 Robert Bohne Use connect_by OR connect_by_nocycle
2010-05-14 Robert Bohne Rename option nocycle to connect_by_nocycle
2010-05-04 Peter Rabbitson _select_args processing no longer necessary
2010-04-06 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-03-27 Robert Bohne Support NOCYCLE parameter.
2010-03-27 Robert Bohne Update POD, because of new connect_by implemenation
2010-03-19 Rafael Kitover POD fixups
2010-03-16 Rafael Kitover _ping for MSSQL
2010-03-10 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-03-05 Rafael Kitover auto_nextval support for Firebird
2010-02-23 Fabien Wernli Schema Object Naming Rules :
2010-02-23 Peter Rabbitson Proper error message
2010-02-23 Peter Rabbitson Cleanup code (hopefully no functional changes)
2010-02-23 Peter Rabbitson Merge 'trunk' into 'oracle_quotes'
2010-02-22 Rafael Kitover improve with_deferred_fk_checks for Oracle, add tests
2010-02-22 Rafael Kitover with_deferred_fk_checks for Oracle
2010-02-17 Fabien Wernli still need to uc source_name if quotes off
2010-02-14 Fabien Wernli oracle_version
2010-02-09 Fabien Wernli should work now
2010-02-06 Fabien Wernli the way I thought. ribasushi suggested to override...
2010-02-01 Rafael Kitover add RT link for Oracle blob bug in DBD::Oracle == 1.23
2010-02-01 Rafael Kitover throw exception on attempt to insert a blob with DBD...
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Real detabify
2010-01-06 Rafael Kitover remove alignment mark on base64 md5
2010-01-05 Rafael Kitover minor change: use more of the hash if possible for...
2010-01-05 Rafael Kitover append half of a base64 MD5 to shortened table aliases...
2009-12-31 Rafael Kitover POD touchups
2009-12-31 Rafael Kitover got something working
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-11-19 Peter Rabbitson Patch by kalex
2009-11-11 Arthur Axel "fREW... RT50874
2009-08-24 Rafael Kitover remove duplicate oracle method and fix an mssql method...
2009-08-16 Rafael Kitover Merge 'trunk' into 'sybase'
next