Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2013-02-14 Peter Rabbitson Unset collapse in even more cases
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-02-01 Peter Rabbitson Revert parts of 6864429a which utterly broke dbh_do...
2013-01-29 Peter Rabbitson Extra sanity check of a fresh DBI handle
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2013-01-21 Peter Rabbitson Revert workarounds for $@ broken during 5.13.x - mainly...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-21 Peter Rabbitson Simplify dbh_do invocation, and only alias @_ when...
2013-01-12 Peter Rabbitson deployment_statements() is not storage-dependent -...
2013-01-12 Peter Rabbitson Reduce amount of calls to $rsrc->columns_info where...
2013-01-12 Peter Rabbitson _resolve_bindattrs already expects colinfo - just pass...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2013-01-12 Peter Rabbitson Optimize populate(), especially bind handling in comple...
2013-01-12 Peter Rabbitson Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type...
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2012-12-11 Peter Rabbitson Fix RT#78436 - a replicated storage does not have a...
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-10 Peter Rabbitson Use legacy File::Path API - avoid a dependency (see...
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-11-18 Peter Rabbitson Rewrite 461c7168 solving Oracle silent connection failures
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-11-05 Peter Rabbitson Squash NaN warnings on older perls
2012-11-05 Peter Rabbitson Switch vestigial warn() calls to carp()
2012-11-05 Peter Rabbitson Better diagnostics in the case of missing drivers,...
2012-11-03 Peter Rabbitson Properly signify internal cursor methods, trash their...
2012-11-03 Rafael Kitover fix Cursor SYNOPSIS
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2012-10-12 Peter Rabbitson Really fix the DBD::SQLite ping() issue
2012-10-05 Peter Rabbitson Replace inadequate $dbh->ping SQLite implementation...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-07-11 Arthur Axel 'fREW... release v0.08198 v0.08198
2012-07-10 Rafael Kitover fix silent Oracle connection failures
2012-07-10 Rafael Kitover better type check for mssql+ado binary null strip
2012-07-10 Arthur Axel 'fREW... fix pod for unicode name
2012-06-05 Rafael Kitover fix debian mssql/odbc setup docs for multiarch
2012-05-15 Justin Hunter fix typo
2012-05-15 Rafael Kitover add more docs on software_limit resultset attr
2012-04-21 Peter Rabbitson Remove realiasing overengineering introduced in 86bb5a27da
2012-04-21 Peter Rabbitson Fix lapse on limited incomplete has_many prefetches
2012-04-21 Peter Rabbitson Do not artificially order the internals of a has_many...
2012-04-16 Matt S Trout No join pruning on a SINGLE TABLE FROM CLAUSE
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-14 Peter Rabbitson Document software_limit and properly throw on related...
2012-04-14 Peter Rabbitson Take into account resultset conditions when determining...
2012-04-07 Rafael Kitover add a link to doc on MAS for MSSQL+ODBC
2012-04-07 Peter Rabbitson Better detection/synchronization of MSSQL dynamic curso...
2012-04-07 Peter Rabbitson Revert 796acb6a - latest FreeTDS does not support MARs...
2012-04-04 Rafael Kitover check DBD::ODBC version when disabling array ops
2012-04-03 Rafael Kitover improvements for MSSQL driver via DBD::ADO
2012-04-03 Rafael Kitover The cursor class is now autoloaded due to CAG component...
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-24 Rafael Kitover Disable ODBC batch ops for Access, they are broken
2012-03-23 Rafael Kitover support FreeTDS 0.91 with Sybase ASE + DBD::Sybase
2012-03-23 Rafael Kitover disable batch ops for firebird ODBC driver
2012-03-23 Rafael Kitover Appease DBD::Sybase compiled with new freetds
2012-03-23 Rafael Kitover As shitty as freetds is, it seems they at least got...
2012-03-23 Peter Rabbitson Centralize (and privatize) handling of freetds driver...
2012-03-22 Peter Rabbitson Multiple cleanups to accommodate broken FreeTDS driver
2012-03-22 Peter Rabbitson Remove all "magic number" DBI get_info calls from the...
2012-03-22 Peter Rabbitson Replace all use of wantarray tri-calls with explicit...
2012-03-20 Rafael Kitover Factor out IDENTITY_INSERT for Sybase ASE and MSSQL...
2012-03-18 Peter Rabbitson Make sure do_query retries on potentially disconnected...
2012-03-16 Peter Rabbitson Fix leak of oracle storage objects in its _dbh_execute...
2012-03-12 Peter Rabbitson Rewrite txn_do and dbh_do to use a (hidden for now...
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-03-02 Peter Rabbitson Deduplicate code in rownum limit emulation
2012-03-02 Peter Rabbitson Add an internal unique colset finder and relax complex...
2012-02-18 Peter Rabbitson Fix rogue child disconnecting a parent $dbh - no idea...
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-02-14 Peter Rabbitson Overhaul of variable \[] handling in populate, and...
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
2012-02-14 Peter Rabbitson Factor out bindattr resolver and tighten code a bit
2012-02-14 Peter Rabbitson Allow users to disable the "DT in search" warning intro...
2012-02-02 Caleb Cushing remove stale link and doc readonly pool queries
2012-01-18 Graham Knop use more correct subsection links in POD
2012-01-18 Graham Knop remove ::Storage::DBI::sth from POD as it should never...
2012-01-18 Graham Knop correct organization for SQLite POD
2012-01-18 Rafael Kitover issue warning for DateTimes passed to ->search
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-25 Peter Rabbitson Fix TxnScopeGuard misbehaving on externally set $@...
2011-11-25 Peter Rabbitson Start caching the result of various bind_attribute_by_d...
2011-11-25 Peter Rabbitson Fix uninitializied warnings in ::Storage::Sybase::ASE...
2011-10-26 Dagfinn Ilmari Man... Mark ->with_deferred_fk_checks as RDBMS-specific
2011-10-25 Peter Rabbitson Fixxor pause indexing
2011-07-27 Peter Rabbitson Fix oracle (I am so stupid)
2011-07-20 Uwe fix link in replication introduction
2011-07-19 Rafael Kitover Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA
2011-07-19 Rafael Kitover Oracle: fix LOB conversions for non-LOBs (RT#69548)
2011-07-14 Arthur Axel 'fREW... fix spurious PAUSE message
2011-07-14 Peter Rabbitson Stop leaking cursors on oracle sequence retrieval
2011-06-17 Peter Rabbitson Open the logfile in append mode
2011-06-17 Peter Rabbitson Yet another SQL munging atrocity (shadow needs it)
2011-06-17 Peter Rabbitson Do not consider non-sequence oracle triggers during...
2011-06-17 Arthur Axel 'fREW... fix bigint handling in sqlite
2011-06-08 Rafael Kitover Make Access inner joins 'INNER JOIN' to avoid JOIN...
next