more has_relationship_loaded tests + fix for the failing tests
[dbsrgits/DBIx-Class.git] / lib /
2013-11-19 Alexander Hartmaier more has_relationship_loaded tests + fix for the failin... people/abraxxa/has_relationship_loaded
2013-11-19 Alexander Hartmaier first take at has_relationship_loaded
2013-11-19 Alexander Hartmaier added has_relationship_loaded skeleton method and some...
2013-11-18 Peter Rabbitson Stop correlated subqueries from affecting the aliastype...
2013-11-08 Peter Rabbitson Rename imprecisely named variables in the load_namespac...
2013-11-05 Peter Rabbitson Clarify what happens on distinct + get_column($aggregat...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-10-31 Peter Rabbitson Simplify DBIHacks signatures
2013-10-31 Peter Rabbitson Test more JSON::Any backends, and reorder the selection...
2013-10-29 Dagfinn Ilmari Man... Consistently use "eq ''" when checking for exception...
2013-10-29 Dagfinn Ilmari Man... Explicitly stringify when checking for existing exception
2013-10-25 Peter Rabbitson Fix a47f273b change to be in line with the Row->Result...
2013-10-24 Karen Etheridge fix some pod links
2013-10-14 Peter Rabbitson Fix exceedingly sloppy SQLite warning workaround from...
2013-10-11 Karen Etheridge Pod/comment fixes
2013-10-11 Peter Rabbitson Make the dbh error handler installer `Perl -d` friendly
2013-10-09 Peter Rabbitson Many improvements of bigint handling across various...
2013-10-08 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
2013-10-08 Dagfinn Ilmari Man... Warn about non-integer values for all integer bind...
2013-10-08 Dagfinn Ilmari Man... Use explicit variable on loop
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-10-02 Karen Etheridge fix pod formatting of this code snippet
2013-10-02 Dagfinn Ilmari Man... Stop using the deprecated Class::MOP::load_class()
2013-10-02 Arthur Axel 'fREW... Further tradeoffs on relationship sanity checking ...
2013-10-01 Dagfinn Ilmari Man... Throw clearer exception on ->new_related() with a non...
2013-09-17 Peter Rabbitson Delist Example and add QuickStart to the DocMap
2013-09-17 Scott R. Godin Update DocMap - include missing local Manual pages...
2013-09-16 Karen Etheridge switch from Class::MOP::class_of to Moose::Util::find_meta
2013-09-16 Peter Rabbitson Reorder relationship sanity checks, run them only on...
2013-09-16 Peter Rabbitson Consolidate single-pk checks from relationship inferren...
2013-09-16 Peter Rabbitson More unreachable code - we've already thrown on !define...
2013-09-13 David Steinbrunner typo fix
2013-09-09 Peter Rabbitson Excise unreachable code
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-09-02 Peter Rabbitson Fix typoed variable (just remote the shorthand entirely...
2013-08-29 Olly Betts More typo fixes
2013-08-29 Peter Rabbitson Sync Example.pod with reality, though in fairness it...
2013-08-29 Peter Rabbitson These comments are woefully outdated
2013-08-26 Peter Rabbitson Standardize examples/docs on Schema::Loader schema...
2013-08-26 Peter Rabbitson New podlators are allergic to leading link space
2013-08-22 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 Extra paragraph dropped from 113e8d16 for some reason
2013-08-22 Peter Rabbitson Fixup weird wording introduced in 54e4be92
2013-08-22 Peter Rabbitson Fix name mangle in Replicated.pm broken by e8c31aec...
2013-08-22 Peter Rabbitson OCD - undo some incorrect changes of non-typos from...
2013-08-08 David Steinbrunner typo fixes
2013-07-22 Peter Rabbitson Augment 84d8c2ad so that the custom join specification...
2013-07-22 Peter Rabbitson Self-cleaning is not yet entirely stable - back it...
2013-07-18 Peter Rabbitson Propagate quote_names setting to SQLite SQLT producer
2013-07-15 Dagfinn Ilmari Man... Fix POD typo Retur -> Return
2013-07-15 Dagfinn Ilmari Man... Fix glossary link
2013-07-10 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 point out where in the docs a user is most likely to...
2013-07-10 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 quick-start documentation
2013-06-03 D. Ilmari Mannsåker Add header for custom coderef join conditions
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-05-08 Alexander Hartmaier fixed xt/pod.t failure in Row.pm
2013-04-29 Peter Rabbitson Release v0.08250 v0.08250
2013-04-26 Matt Phillips devrel 0.08249_05
2013-04-26 Peter Rabbitson Do not invoke the pk accessor in filter deflate
2013-04-26 Matt Phillips Stop adding empty caches to resultsets chained off...
2013-04-24 Jordan Metzmeier fix syntax error in pod documentation for find_or_new
2013-04-24 Peter Rabbitson Devrel 0.08249_04
2013-04-24 Peter Rabbitson Unbreak devrel version checks
2013-04-24 Peter Rabbitson Stop instantiating a cursor on single() use
2013-04-24 Peter Rabbitson Fix very subtle but deadly bug in single()
2013-04-24 Peter Rabbitson Bump minimum Test::Pod Dependency
2013-04-22 Peter Rabbitson ... and devrel 0.08249_03
2013-04-22 Peter Rabbitson Devrel 0.08249_02
2013-04-22 Peter Rabbitson It seems the upcoming DBD::SQLite fixes the txn sync...
2013-04-20 Peter Rabbitson Devrel 0.08249_01
2013-04-20 Peter Rabbitson deployment_statements() and cursor_class() are storage...
2013-04-20 Peter Rabbitson Cleanup logic of _determine_driver - do not fire unless...
2013-04-20 Peter Rabbitson More robust tests of dependency lazy-loading and delay...
2013-04-19 Peter Rabbitson Escape more frames when determining carp/throw_exceptio...
2013-04-19 Alexander Hartmaier Clarify how to use SQL functions as part of a larger...
2013-04-19 Alexander Hartmaier Removed usage of plain_value bind value workaround...
2013-04-19 Brendan Byrd Support for $val === [ {}, $val ] in literal SQL +...
2013-04-19 Peter Rabbitson Add (slowish) sanity check to detect incorrect non...
2013-04-19 Peter Rabbitson Explicitly disallow redirection of has_many columns...
2013-04-19 Peter Rabbitson Store the final calculated select args in the original $rs
2013-04-19 Peter Rabbitson Misc cleanup, no functional changes
2013-04-18 Peter Rabbitson Cut down amount of calls to _resolve_aliastypes_from_se...
2013-04-18 Peter Rabbitson Make 'filter' rels work half-way sanely with partial...
2013-04-17 Peter Rabbitson Another blast from the past - fix distinct/order behavi...
2013-04-17 Peter Rabbitson Fix "current rs is always first in from" brainfart...
2013-04-17 Matt S Trout Variation of dq's d35a4e048 - sanify multiplying join...
2013-04-17 Dagfinn Ilmari Man... Factor out ORDER BY direction detection/stripping
2013-04-17 Peter Rabbitson Overhaul GenericSubq limit - add support for multicol...
2013-04-17 Peter Rabbitson Recognize root source unqualified columns under limited...
2013-04-17 Peter Rabbitson Consider where condition when determining leftmost...
2013-04-17 Peter Rabbitson Use the defined-or operator in generated code on newer...
2013-04-17 Peter Rabbitson Another parser microoptimisation - lose nullability...
2013-04-17 Peter Rabbitson Stop needlesly invoking the $rs bool overload
2013-04-17 Peter Rabbitson Reorder prefetch logic for optimal execution (no functi...
2013-04-17 Peter Rabbitson Normalize varnames (zero functional changes)
2013-04-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-04-17 Peter Rabbitson Remove idiotic RowCountOrGenericSubQ - it will never...
2013-04-15 Matt Phillips Changes pod references to deprecated SQLT methods
2013-04-10 Jason McIntosh In example code, placing a necessary semicolon after...
2013-04-09 Peter Rabbitson Fix oversight in subqueried MySQL update/delete
2013-04-04 Peter Rabbitson Release v0.08210 v0.08210
next