Reduce to a warning the commit-without-apparent-begin exception from 7d216b10
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2010-12-27 Rafael Kitover Improve fallback-to-master/return-to-slave reporting...
2010-12-23 Peter Rabbitson More oracle sequence detection woes RT#63493
2010-12-15 Rafael Kitover merge and improve _is_lob_type from Sybase::ASE into...
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-12-01 Peter Rabbitson Quieter Sybase tests
2010-12-01 Peter Rabbitson Rename method, normalize rv to [$sql, @bind]
2010-11-23 Rafael Kitover Fix multiple storage regressions from 52416317
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-11-10 Peter Rabbitson Refactor insert logic (Row should not handle SQLA options)
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-11-10 Peter Rabbitson Cleanup Row::sequence()
2010-11-10 Alexander Hartmaier More robust Oracle autoinc pk sequence detection
2010-11-10 John Napiorkowski fix and regression test for RT #62642
2010-10-27 Norbert Buchmuller Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
2010-10-27 Peter Rabbitson Automatically mark the cap. framework methods as unimpl...
2010-10-26 Peter Rabbitson $sth->{Active} may throw during destruction >.<
2010-10-26 Peter Rabbitson Patch up weird MRO fail on 5.8 perls
2010-10-23 Peter Rabbitson -ident implementation
2010-10-16 Peter Rabbitson Deleting long forgotten ::Storage::DBI:Role:QueryCounter
2010-10-14 Alexander Hartmaier fixed wrong sequence returned when multiple triggers...
2010-10-14 Peter Rabbitson That's an embarrasing c/p :(
2010-10-12 Peter Rabbitson Load sqlite backup required modules on demand only
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-10-04 Peter Rabbitson Delay construction of try block until an active $sth...
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-08-31 Peter Rabbitson Remove forgotten frame from Storage-method overrides...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson Drop-in legacy code for DB2-AS/400
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-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-05 Arthur Axel 'fREW... Typos
2010-06-02 Peter Rabbitson Auto-fill rdbms version for sqlt
2010-06-02 Peter Rabbitson Do not use 2**32 directly - causes %u differences betwe...
2010-06-02 Rafael Kitover use SET ROWCOUNT for Sybase ASE limits without an offset
2010-06-01 Rafael Kitover pass sqlite and pg version properly on ->deploy for...
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover pass postgres_version in producer_args when deploying...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-06-01 Peter Rabbitson Merge 'oracle_hierarchical_queries_rt39121' into 'trunk'
2010-06-01 Rafael Kitover fix uninitialized warning
2010-05-31 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-31 Peter Rabbitson test replication test fail
2010-05-31 Peter Rabbitson Fix RT57467, simplify test
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 odbc/mssql dynamic cursors
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-07 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-07 Rafael Kitover minor change
2010-05-07 Rafael Kitover detect row_number() over support in MSSQL if version...
2010-05-05 Peter Rabbitson Merge 'trunk' into 'subqueried_limit_fixes'
2010-05-04 Peter Rabbitson _select_args processing no longer necessary
2010-05-04 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-05-03 Peter Rabbitson Do not add TOP prefixes to queries already containing it
2010-04-28 Rafael Kitover add _verify_pid and _verify_tid to methods that croak...
2010-04-28 Rafael Kitover update ::DBI::Replicated
2010-04-14 Rafael Kitover datetime millisecond precision for MSSQL
2010-04-12 Rafael Kitover better way to find minimal dbms version in ::Replicated
2010-04-12 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-04-08 Rafael Kitover use min dbms_version for ::Replicated
2010-04-08 Rafael Kitover syntax error
2010-04-08 Peter Rabbitson Refactor the version handling
2010-04-08 Peter Rabbitson Make the insert_returning capability private (and saner...
2010-04-07 Rafael Kitover clean up UUID stringification for SQL Anywhere
2010-04-07 Rafael Kitover UUID support for SQL Anywhere
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-26 Rafael Kitover a bit cleaner warning suppression for DBD::InterBase...
2010-03-26 Rafael Kitover move warning suppression into ::DBI::InterBase
2010-03-26 Rafael Kitover with_deferred_fk_checks for Informix
2010-03-26 Rafael Kitover InflateColumn::DateTime support for Informix
2010-03-26 Rafael Kitover savepoints for Informix
2010-03-25 Rafael Kitover add storage->_server_info->{dbms_ver_normalized}
2010-03-25 Rafael Kitover minor fix for SQLite version check
2010-03-25 Rafael Kitover remove _get_mssql_version
2010-03-24 Rafael Kitover collect _server_info on connection
2010-03-24 Rafael Kitover Pg version check for can_insert_returning
2010-03-24 Peter Rabbitson Cosmetics + changes
2010-03-24 Peter Rabbitson Really fix INSERT RETURNING - simply make it a flag...
2010-03-24 Peter Rabbitson Straight_join support RT55579
2010-03-22 Rafael Kitover update proxied methods for DBI::Replicated
2010-03-22 Peter Rabbitson Even cleaner way of handling returning (no column inter...
2010-03-22 Rafael Kitover move INSERT ... RETURNING code into ::DBI::InsertReturn...
next