dbsrgits/DBIx-Class.git
2014-09-24 Alexander Hartmaier added tests for RT#63709 wip/where_relattr_tests
2014-09-24 Karen Etheridge Document including literal SQL and values in a resultse...
2014-09-24 Peter Rabbitson After 5268b1da populate remained the sole user of Data...
2014-09-24 Peter Rabbitson (travis) Attempt to grab more info on parallel_installd...
2014-09-24 Peter Rabbitson New Pod::Inherit does not need Pod::Tree
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-24 Peter Rabbitson Deal with authorship properly, in a future-sustainable...
2014-09-24 Peter Rabbitson Re-attribute a substantial chunk of docs, due to lost...
2014-09-24 Peter Rabbitson Initial AUTHORS stub (the last one where `git blame...
2014-09-24 Peter Rabbitson The revert 8494142c incorrectly killed 4d93345c, reinst...
2014-09-24 Peter Rabbitson Viciously deal with more strictures fallout
2014-09-24 Peter Rabbitson (travis) Bump tested perls a bit
2014-09-24 Peter Rabbitson (travis) reload the already running RDBMS, as a precaution
2014-09-23 Peter Rabbitson Reorganize dist-time meta handling (no semantic changes)
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-09-21 Peter Rabbitson Proper end-of-file for DBIx/Class.pm
2014-09-20 Matt S Trout Add forgotten bit preventing scan of where-binds (origi...
2014-09-20 Dagfinn Ilmari... Add basic .dir-locals.el
2014-09-19 Peter Rabbitson (travis) Attempt to revert 86370cc74, SC is too slow...
2014-09-19 Peter Rabbitson Properly handle empty group_by/order_by
2014-09-19 Peter Rabbitson Improve SQLT::Parser warning messages (build further...
2014-09-19 Peter Rabbitson Properly implement very sloppy and lazy hack from bad0b73b
2014-09-19 Peter Rabbitson Revert e9f71ab2 - it ends up breaking a declared API
2014-09-16 Peter Rabbitson Fix broken temporary backcompat shim for naughty _resol...
2014-09-16 Peter Rabbitson Multilevel find_or_(multi)create got inadvertently...
2014-09-16 Peter Rabbitson Yet another loose end on the cond collapser
2014-09-15 Peter Rabbitson Ensure the tempextlib is available at distbuild time
2014-09-15 Peter Rabbitson Put in place deprecation forgotten for several years
2014-09-15 Peter Rabbitson Split DBIC from SQLMaker test (deprecated in next commit)
2014-09-15 Peter Rabbitson Ensure the custom rel cond resolver does not trigger...
2014-09-15 Peter Rabbitson A more robust column equality extractor
2014-09-15 Peter Rabbitson Ensure undef_on_null_fk does not affect non-introspecta...
2014-09-15 Peter Rabbitson Yet another missed sanity check in the relcond resolver
2014-09-15 Peter Rabbitson Make sure the me-relname-flip does not affect any error...
2014-09-15 Peter Rabbitson Fix copy() assuming all columns are native
2014-09-15 Peter Rabbitson Adjust for SQLA's API change 966200cc8
2014-09-15 Peter Rabbitson (travis) Accommodate a slow mirror grrrrr
2014-09-15 Peter Rabbitson (travis) Stop auto-upgrading everything on non-clean...
2014-09-10 Tommy Butler Fix syntax error in ::Manual::Joining example
2014-09-10 Peter Rabbitson Fix incorrect cond construction in _minimal_valueset_sa...
2014-09-10 Peter Rabbitson Ensure ::Schema::Versioned connects only once by reusin...
2014-09-08 Peter Rabbitson Stop using Sys::SigAction in pg tests
2014-09-08 Peter Rabbitson Fix for gut-reaching travesty as reported by gbjk
2014-09-08 Peter Rabbitson No longer use rel_info($rel)->{class} in the cond resolver
2014-09-07 Peter Rabbitson Simplify self_result_object argument check in cond...
2014-09-07 Peter Rabbitson Minor relcond resolver refactor, no func. changes
2014-09-05 Peter Rabbitson Skip malformed relationships in SQLT parser instead...
2014-09-05 Peter Rabbitson Move and simplify a chunk of parser code
2014-09-05 Peter Rabbitson Make sure IO::Handle is loaded - missing stubs on older...
2014-09-05 Peter Rabbitson Make sure the resolve_cond shim attempts to lint the...
2014-09-05 Peter Rabbitson (travis) Sorry metacpan, your mirror is simply shit >:(
2014-09-04 Peter Rabbitson Changelog for RT#98161
2014-09-04 Peter Rabbitson Better describe the _resolve_relationship_condition API
2014-09-04 Peter Rabbitson Add one more spot of unroll
2014-09-04 Peter Rabbitson One more fail-case missed in 135ac69dd
2014-09-04 Peter Rabbitson Better optional diag in t/sqlmaker/dbihacks_internals.t
2014-09-03 Peter Rabbitson Fix condition collapser corrupting -X operators
2014-09-03 Peter Rabbitson Make sure empty cond collapser works on all positions
2014-09-01 Peter Rabbitson Make sure cond collapser works case insensitively
2014-09-01 Peter Rabbitson Deduplicate (and stabilize) the result of _collapse_cond
2014-09-01 Peter Rabbitson Switch to a sane deduplication system
2014-09-01 Peter Rabbitson Remove a superfluous pair of []s in cond collapser
2014-08-14 Stefan Hornburg... Fix "muse" typo in Relationship::Base's POD.
2014-08-12 Ben Hutton Update 'as' vs '-as' discussion in ResultSet.pm
2014-08-12 Olaf Alders Reword the having attribute reference
2014-08-08 Ben Hutton Add extra doc line expanding on the role of the prefetc...
2014-08-07 Peter Rabbitson Ensure the TempExtlib actuall exists
2014-08-05 Peter Rabbitson S::L tests rely on preserving the sqlmaker between...
2014-08-05 Peter Rabbitson Tighten the 'txn-op on disconnected handle' checks
2014-08-05 Peter Rabbitson Simplify some ::Storage::DBI methods (no tempvars)
2014-08-05 Dagfinn Ilmari... Fix $rs->populate with column name array but no row...
2014-08-05 Peter Rabbitson Deprecate insert_bulk - we will be changing its signatu...
2014-08-05 Peter Rabbitson Fix both a dubious test and a regression in populate...
2014-08-05 Peter Rabbitson Cosmetic rearranging/renaming of some parts of the...
2014-07-31 Fitz Elliott strip schema name from ADD CONSTRAINT / CREATE INDEX
2014-07-31 Peter Rabbitson "Fix" symptoms described in ba7892a8c4 (I still do...
2014-07-31 Peter Rabbitson Ensure proper behavior when quoting is *disabled* ...
2014-07-29 Peter Rabbitson The extra reltype flag is breaking some suites - make...
2014-07-29 Peter Rabbitson Remove unused leftover from c19ca6e80 - there was much...
2014-07-29 Peter Rabbitson Kill rel-exists sanity checks for 28, reinstate them...
2014-07-29 Peter Rabbitson The fix in f9b5239ac was both shortsighted and insufficient
2014-07-29 Peter Rabbitson Check relationship declarations more consistently
2014-07-29 Peter Rabbitson Revert improved test added in b6b8f72f, replace with...
2014-07-29 Peter Rabbitson More diag from t/53lean_startup.t when under smoker env
2014-07-29 Peter Rabbitson A little cleanup of ->id callsites (incomplete)
2014-07-29 Peter Rabbitson Properly throw on FC with find (it can never work anyway)
2014-07-29 Peter Rabbitson Deprecate _build_unique_cond, move its guts to ::Result...
2014-07-28 Peter Rabbitson The merger failing is no longer a possibility after...
2014-07-28 Peter Rabbitson Shuffle logic in find() a bit, no functional changes
2014-07-27 Peter Rabbitson Fix set_column on non-native (+columns) selections...
2014-07-27 Peter Rabbitson Tighten even more inflate_result() invocations, for...
2014-07-27 Peter Rabbitson Ensure collapse is respected regardless of selection...
2014-07-27 Peter Rabbitson Upgrade the "too many args on customcond" warning from...
2014-07-27 Peter Rabbitson Add reference to RT for the fix from d0cefd99
2014-07-25 Peter Rabbitson Bring back resolve_condition deleted in 03f6d1f7
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-24 Peter Rabbitson Change version style/handling (doc coming up shortly)
2014-07-24 Jens Gassmann Minor limit dialects doc fix
2014-07-24 Mike Francis Added support for handling Class::DBI::Column in CDBICompat
2014-07-24 Mike Francis Added handling for implicit inflate/deflate of CDBI...
next