Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib /
2013-02-14 Peter Rabbitson Restore ability to handle underdefined root (t/prefetch...
2013-02-14 Peter Rabbitson Fix _resolve_collapse to always consider the entire...
2013-02-14 Peter Rabbitson ETOOMANYARGS - change _resolve_collapse to take a coupl...
2013-02-14 Peter Rabbitson Write correct odd (not even) relchain depth on primary...
2013-02-14 Peter Rabbitson Unset collapse in even more cases
2013-02-14 Peter Rabbitson Fix the silly mistake responsible for the drama around...
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-13 André Walker Fix duplicated columns for count()
2013-02-11 Alexander Hartmaier release v0.08206 v0.08206
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 More .mailmap fixes
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-23 Arthur Axel 'fREW... release v0.08205 v0.08205
2013-01-22 Jason McIntosh Clarifying that the "around" method modifier can come...
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 Further reshuffle logic in _rs_update_delete - no funct...
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-21 Peter Rabbitson Move the *preliminary* multicol IN support to the sqlmaker
2013-01-21 Peter Rabbitson Simplify dbh_do invocation, and only alias @_ when...
2013-01-21 Peter Rabbitson Reign in (a little bit) the sprawling CRLF insanity...
2013-01-12 Peter Rabbitson SQLT got a lot better lately - bump min version
2013-01-12 Peter Rabbitson Remove SQLA namespace pollution fixer - this is no...
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 Remove apparent pessimization introduced in 6a588797
2013-01-12 Peter Rabbitson Optimize populate(), especially bind handling in comple...
2013-01-12 Peter Rabbitson Simplify/cleanup parsing of search() arguments
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...
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-15 Peter Rabbitson New Pod::Inherit now works on 5.8 (still needs Pod...
2012-12-15 Peter Rabbitson Add JSON::DWIW to authordeps, so more tests run
2012-12-14 Peter Rabbitson Make pod generation more palatable to the existing...
2012-12-14 Rafael Kitover Minor clarifications to POD
2012-12-13 Brendan Byrd More documentation improvements in the spirit of fb13a49f
2012-12-13 Brendan Byrd Add linkback to ResultSource::resultset_attributes
2012-12-13 Brendan Byrd Relationship::Base documentation fixes in the spirit...
2012-12-11 Peter Rabbitson Temporarily stop requiring podinherit on < 5.10.1,...
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-12-11 Peter Rabbitson DBIC::Carp not primetime ready - hide
2012-12-11 Brendan Byrd Fill gaps in documentation: alias ($rs attr), table_ali...
2012-12-11 Brendan Byrd FINALLY document DBIC @bind_vals
2012-12-11 Peter Rabbitson Clarify purpose and deprecation of search_literal
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-11 Brendan Byrd Utilize Pod::Inherit to add an INHERITED METHODS sectio...
2012-12-10 Brendan Byrd Various method POD changes
2012-12-10 Peter Rabbitson Move generated POD to its own dir
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-30 Peter Rabbitson Add MOAR meta
2012-11-29 Peter Rabbitson Some podlator stacks do not like multi-word =begin
2012-11-19 Peter Rabbitson Stop stripping table name qualifier on complex $rs...
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-14 Peter Rabbitson Reorganize metadata, add github addresses
2012-11-14 Michael Jemmeson doc fix for Resultset find_or_new and update_or_new...
2012-11-08 Torsten Raudssus Release 0.08204 v0.08204
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-04 Peter Rabbitson Remove code which migrated into the core of SQLA
2012-11-03 Peter Rabbitson Fix API mismatch between new_related() and new_result...
2012-11-03 Peter Rabbitson Clarify CookBook example (RT#78283)
2012-11-03 Peter Rabbitson Fix CookBook example until the rsrc refactor (RT#77910)
2012-11-03 Peter Rabbitson Improve IC documentation (RT#76525)
2012-11-03 Alessandro Ranellucci Mention the internal join pruner in POD
2012-11-03 Peter Rabbitson Fix unique constraint violations in Ordered.pm blanket...
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-11-03 Matt Phillips Let SQLMaker rs_attr 'for' support string literals
2012-11-03 Felix Antonius Wil... Fix invalid pod example syntax
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-08-25 Dagfinn Ilmari Man... Fix filename interpolation in DBIC::Optional::Dependecies
2012-08-24 Arthur Axel 'fREW... release 0.08200 v0.08200
2012-08-23 Arthur Axel 'fREW... release 0.08199 v0.08199
2012-08-23 Jess Robinson Dev release changes
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-07-17 Gareth Kirwan Fix Class::AccessorGroup to allow instances in get_com...
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 Rafael Kitover mark some tests in admin/10script.t on Win32 TODO
2012-07-10 Arthur Axel 'fREW... release 0.08197 v0.08197
2012-07-10 Arthur Axel 'fREW... fix pod for unicode name
2012-06-15 Justin Hunter fix broken syntax
next