Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / Changes
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-02-13 Peter Rabbitson Stop shipping world writeable files in our tarball
2013-02-13 André Walker Fix duplicated columns for count()
2013-02-11 Alexander Hartmaier release v0.08206 v0.08206
2013-02-01 Peter Rabbitson Changelogging for 728f32b5 and e705f529
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-23 Dagfinn Ilmari Man... Only allow known globals in SQL::Translator leak allowance
2013-01-23 Arthur Axel 'fREW... release v0.08205 v0.08205
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-21 Peter Rabbitson Fix proper handling of composite resultset heads (e...
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2013-01-12 Peter Rabbitson Deprecate emulate_limit() - can not be sanely supported...
2012-12-18 Alexander Hartmaier Improve the populate docs in ::Schema and ::ResultSet
2012-12-11 Peter Rabbitson Fix RT#78436 - a replicated storage does not have a...
2012-12-11 Peter Rabbitson Partial fix for the hash randomization issues in 5...
2012-11-19 Peter Rabbitson Stop stripping table name qualifier on complex $rs...
2012-11-18 Peter Rabbitson Back out frivolous loading of threads.pm
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-11-08 Torsten Raudssus Release 0.08204 v0.08204
2012-11-05 Peter Rabbitson Better diagnostics in the case of missing drivers,...
2012-11-03 Peter Rabbitson Fix API mismatch between new_related() and new_result...
2012-11-03 Peter Rabbitson Fix unique constraint violations in Ordered.pm blanket...
2012-11-03 Matt Phillips Let SQLMaker rs_attr 'for' support string literals
2012-11-03 Peter Rabbitson Compress changelog a bit (excise devrel fluff)
2012-10-20 Peter Rabbitson release 0.08203_01
2012-10-18 Arthur Axel 'fREW... release 0.08203 v0.08203
2012-10-15 Arthur Axel 'fREW... release 0.08202_01
2012-10-12 Peter Rabbitson Really fix the DBD::SQLite ping() issue
2012-10-06 Matt S Trout release commit for 0.08202 v0.08202
2012-10-05 Arthur Axel 'fREW... release 0.08201 v0.08201
2012-10-05 Peter Rabbitson Replace inadequate $dbh->ping SQLite implementation...
2012-09-01 Dagfinn Ilmari Man... Revert "Fix t/storage/reconnect.t when run as root"
2012-09-01 Dagfinn Ilmari Man... Fix t/storage/reconnect.t when run as root
2012-08-24 Arthur Axel 'fREW... release 0.08200 v0.08200
2012-08-24 Arthur Axel 'fREW... rewrite test to use existing schema
2012-08-23 Arthur Axel 'fREW... release 0.08199 v0.08199
2012-08-23 Jess Robinson Dev release changes
2012-07-11 Arthur Axel 'fREW... release v0.08198 v0.08198
2012-07-10 Arthur Axel 'fREW... release 0.08197 v0.08197
2012-05-30 Arthur Axel 'fREW... release 0.08197_01
2012-04-21 Peter Rabbitson Fix lapse on limited incomplete has_many prefetches
2012-04-14 Peter Rabbitson Document software_limit and properly throw on related...
2012-04-14 Peter Rabbitson Extra tests for all the improvements
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-04-09 Peter Rabbitson Fix complete breakage of ddl_filename on certain paths
2012-04-07 Peter Rabbitson Revert 796acb6a - latest FreeTDS does not support MARs...
2012-04-03 Rafael Kitover improvements for MSSQL driver via DBD::ADO
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 make carp_once register messages not just callsite
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-22 Peter Rabbitson Multiple cleanups to accommodate broken FreeTDS driver
2012-03-22 Peter Rabbitson Fix pessimization of offset-less Oracle limits, introdu...
2012-03-20 Rafael Kitover Factor out IDENTITY_INSERT for Sybase ASE and MSSQL...
2012-03-17 Peter Rabbitson base.pm now repeatedly require()s modules, exposing...
2012-03-16 Peter Rabbitson Fix leak of oracle storage objects in its _dbh_execute...
2012-03-16 Peter Rabbitson Fix the pure-perl in_global_destruction() emulation...
2012-03-15 Peter Rabbitson Adjust tests to work correctly with the upcoming Test...
2012-03-12 Eden Cardim making config flags actually recognize config files
2012-03-12 Peter Rabbitson Test suite wide leaktesting
2012-03-12 Peter Rabbitson Fix more $schema leaks in the SQLT DBIC Parser (AUGHHHH...
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-03-02 Peter Rabbitson Add an internal unique colset finder and relax complex...
2012-03-02 Peter Rabbitson Remove the "row-by-row shift" Ordered.pm pessimization
2012-02-18 Peter Rabbitson Fix embarrassing leak triggered on calling new_related...
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 Allow users to disable the "DT in search" warning intro...
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-12-05 Peter Rabbitson Fix and test first_skip/skip_first limit dialects
2011-11-29 Andrew Rodland Release 0.08196 v0.08196
2011-11-26 Peter Rabbitson Fix the join/prefetch resolver when dealing with '...
2011-11-25 Peter Rabbitson Fix TxnScopeGuard misbehaving on externally set $@...
2011-11-25 Peter Rabbitson Abstract away the CORE::GLOBAL::require override code...
2011-11-25 Peter Rabbitson Skip error/warn frames within CAG - saner callsite...
2011-11-25 Peter Rabbitson Drop Math::BigInt optdep: no fixes concerning us were...
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-11-24 Peter Rabbitson Fix incorrect Test::Builder dep (RT#72282)
2011-11-21 Peter Rabbitson Pass tests with DBICTEST_SQLITE_USE_FILE set
2011-11-21 Peter Rabbitson Changes for 135e8ce
2011-10-25 Peter Rabbitson Throw a sensible error when a malformed 'as'-spec is...
2011-10-25 Peter Rabbitson Remove the transparrent hook lazy-pager-count experiment
2011-10-25 Peter Rabbitson Fix find() pessimization when invoked with bare values
2011-10-25 Dagfinn Ilmari Man... Add Changes entry for DBD::SQLite fixes.
2011-07-27 Alexander Hartmaier Release 0.08195 v0.08195
2011-07-27 Peter Rabbitson Fix oracle (I am so stupid)
2011-07-20 Alexander Hartmaier Release 0.08194 v0.08194
2011-07-19 Rafael Kitover Oracle: fix LOB conversions for non-LOBs (RT#69548)
2011-07-17 Peter Rabbitson Stop Data::Compare from loading plugins at will
2011-07-15 Peter Rabbitson Really fix t/53lean_startup.t
2011-07-15 Matt S Trout fix $rs->populate([]) to be a no-op rather than an...
2011-07-14 Arthur Axel 'fREW... Fix spurious test failures caused by use of Data::Compare
2011-07-14 Alexander Hartmaier Release 0.08193 v0.08193
next