Massive rewrite of bind handling, and overall simplification of ::Storage::DBI
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Privatize _sth
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-27 Jonathan Yu Minor POD spelling and link fixes
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-02-25 Peter Rabbitson Cleanup C3 handling, require updated Class::C3::Compone...
2011-02-22 milki Patch to schema->deploy against a file
2011-02-21 Rafael Kitover Cleanup/extend blob/clob detection/checks
2011-02-21 Rafael Kitover Use a safer $dbh->get_info
2011-02-03 Peter Rabbitson Better exception when things get really really bad...
2011-02-03 Rafael Kitover add quote_names connect_info option
2011-01-19 Peter Rabbitson DBIC now warns on explicit false AutoCommit, and when...
2011-01-19 Peter Rabbitson Fix incorrect error detection during populate() on...
2011-01-14 Peter Rabbitson Reduce to a warning the commit-without-apparent-begin...
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
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 Fix the DBI-destroy-warning silencer
2010-11-23 Rafael Kitover Fix multiple storage regressions from 52416317
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-11-18 Peter Rabbitson Stop showing __BULK_INSERT__ during populate() without...
2010-11-18 Peter Rabbitson Fix a forgotten nested try::tiny usage
2010-11-18 Peter Rabbitson Attach a storage debugobj lazily instead of at new...
2010-11-18 Peter Rabbitson Unqualify imported functions
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 Arthur Axel 'fREW... Don't quote NULL for debug output
2010-10-27 Peter Rabbitson Add undocumented ability to disable the join optimizer
2010-10-22 Peter Rabbitson Massive cleanup of transaction handlers
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-09-18 Peter Rabbitson Fix leak of $sth during populate() on perls < 5.10
2010-09-17 Peter Rabbitson No longer explicitly disconnect on ::Storage DESTROY
2010-09-17 Peter Rabbitson Remove bogus pre-txn_begin first-connect call
2010-09-17 Peter Rabbitson Make _server_info() _determine_driver-bound
2010-08-31 Peter Rabbitson Fix mysterious ::Storage::DBI goto-shim failures on...
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 SQLA::Limit is no more \o/
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-07-12 Peter Rabbitson Rewrite the DBI connector to use Try::Tiny, avoid a...
2010-07-11 Peter Rabbitson Fix bulk-insert trace
2010-06-11 Peter Rabbitson Stop using Try::Tiny until the perl refcounting problem...
2010-06-02 Peter Rabbitson Make sure ddl_dir is created even if a dir-object is...
2010-06-02 Peter Rabbitson Do not use 2**32 directly - causes %u differences betwe...
2010-06-01 Peter Rabbitson Preserve @_ aliasing semantics on coderefs within try...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Peter Rabbitson Fix Schema::Versioned borkage
2010-05-31 Peter Rabbitson Fix Top-limit problem of missed bindvars
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-30 Peter Rabbitson Rewrite GenericSubQ from SQLA::L to be actually useful
2010-05-26 Peter Rabbitson Can not return from within a try block
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-17 Ton Voon Fix missing $@ in try::tiny conversion
2010-05-17 Peter Rabbitson Merge 'trunk' into 'try-tiny'
2010-05-16 Rafael Kitover add sql_maker to @rdbms_specific_methods
2010-05-14 Ton Voon eval => try where tests for $@ done
2010-05-14 Ton Voon txn_do's eval => try
2010-05-14 Ton Voon Another eval => try
2010-05-14 Ton Voon Add eval => try
2010-05-14 Ton Voon Conversion of eval => try (part 1)
2010-05-07 Peter Rabbitson Failure to determine dbms version is *not* a fatal...
2010-05-05 Peter Rabbitson Merge 'trunk' into 'subqueried_limit_fixes'
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-05-01 Peter Rabbitson Preliminary version
2010-04-28 Peter Rabbitson Refactor SQLA/select interaction (in reality just cleanup)
2010-04-27 Peter Rabbitson Fix global destruction problems
2010-04-27 Peter Rabbitson Reformat tests/comments a bit
2010-04-20 Robert Buels do not croak, rbuels! jeez.
2010-04-20 Robert Buels create_ddl_dir mkpaths its dir if necessary. also...
2010-04-14 Rafael Kitover support $ENV{DBI_DSN} and $ENV{DBI_DRIVER} (patch from...
2010-04-08 Peter Rabbitson Even safer version normalization
2010-04-08 Peter Rabbitson Refactor the version handling
2010-04-08 Peter Rabbitson Make the insert_returning capability private (and saner...
2010-04-02 Bryan Beeley - Fix the synopsis for DBIC::Storage::DBI. ->datetime_...
2010-03-26 Rafael Kitover move warning suppression into ::DBI::InterBase
2010-03-26 Rafael Kitover missing local
2010-03-26 Rafael Kitover minor cleanups
2010-03-26 Rafael Kitover a couple minor Informix fixes
2010-03-25 Rafael Kitover add storage->_server_info->{dbms_ver_normalized}
2010-03-25 Rafael Kitover remove _get_mssql_version
2010-03-24 Rafael Kitover s/_get_server_info/_populate_server_info/
2010-03-24 Rafael Kitover collect _server_info on connection
2010-03-24 Peter Rabbitson Really fix INSERT RETURNING - simply make it a flag...
2010-03-22 Peter Rabbitson Even cleaner way of handling returning (no column inter...
2010-03-09 Dagfinn Ilmari Man... Fix POD link
2010-03-07 Rafael Kitover remove unnecessary transaction_depth check in DBI:...
2010-03-06 Rafael Kitover cache autoinc sequence in column_info
2010-03-06 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-06 Peter Rabbitson Fix RT54063
2010-03-06 Peter Rabbitson More checks for weird usage of _determine_driver (maint...
2010-03-05 Rafael Kitover auto_nextval support for Firebird
2010-03-03 Rafael Kitover destroy cached statements in $storage->disconnect too
2010-02-28 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-25 Peter Rabbitson Typo
2010-02-21 Peter Rabbitson Merge 'trunk' into 'oracle_quotes'
next