dbsrgits/DBIx-Class.git
2013-10-12 Matt S Trout clean up OracleJoins
2013-10-12 Matt S Trout oraclejoins fix
2013-10-12 Matt S Trout t/sqlmaker/oracle.t - parens and quoting fixes
2013-10-12 Matt S Trout t/sqlmaker/limit_dialects/toplimit.t - ORDER BY title...
2013-10-12 Matt S Trout t/sqlmaker/limit_dialects/rownum.t - ROWNUM -> ROWNUM AS
2013-10-12 Matt S Trout t/sqlmaker/limit_dialects/rno.t - ORDER BY on column...
2013-10-12 Matt S Trout t/sqlmaker/limit_dialects/fetch_first.t - minor SQL...
2013-10-09 Matt S Trout correctly carry DESC on simple orderings for complex...
2013-10-09 Matt S Trout make multicolumn IN work for update/delete
2013-10-09 Matt S Trout switch _adjust_select_args_for_complex_prefetch order...
2013-10-09 Matt S Trout switch having code in _count_subq_rs to DQ SQLA, update...
2013-10-09 Matt S Trout make _resolve_aliastypes_from_select_args handle an...
2013-10-09 Matt S Trout clear renderer objects before dicking around with them...
2013-10-07 Matt S Trout t/53lean_startup.t - permit Module::Runtime, Data:...
2013-10-07 Matt S Trout t/76joins.t - join_type inner now produces just JOIN
2013-10-07 Matt S Trout ident dequalification in _rs_update_delete using DQ
2013-10-07 Matt S Trout RowCountOrGenericSubQ can FOAD, as per ribasushi
2013-10-07 Matt S Trout fix stupid mistake in _extract_order_criteria
2013-10-07 Matt S Trout switch _resolve_aliastypes_from_select_args to calling...
2013-10-07 Matt S Trout remove vestigial dwarn
2013-10-07 Matt S Trout only generate a cond for update/delete if we actually...
2013-10-07 Matt S Trout import sqlmaker work from the dq branch
2013-10-02 Peter Rabbitson Fail early properly even in the presence of -jN
2013-10-02 Karen Etheridge fix pod formatting of this code snippet
2013-10-02 Dagfinn Ilmari... Stop using the deprecated Class::MOP::load_class()
2013-10-02 Arthur Axel... Further tradeoffs on relationship sanity checking ...
2013-10-02 Peter Rabbitson Fail early if full test is run in a stale checkout
2013-10-02 Peter Rabbitson Proper fix for t/storage/replicated.t (augments 617474ab7e)
2013-10-01 Dagfinn Ilmari... Fix t/storage/replicated.t class loading problem
2013-10-01 Dagfinn Ilmari... Throw clearer exception on ->new_related() with a non...
2013-09-24 Peter Rabbitson Smoker-wide parallel testing of installed deps
2013-09-24 Peter Rabbitson Better diagnostics of skipped non-essential tests
2013-09-23 Peter Rabbitson Engage nuclear option of travis testing
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-17 Peter Rabbitson A fixed DBD::Firebird went to CPAN as well
2013-09-17 Peter Rabbitson These workarounds are thankfully no longer needed
2013-09-17 Peter Rabbitson This was fixed in March 2013
2013-09-16 Karen Etheridge switch from Class::MOP::class_of to Moose::Util::find_meta
2013-09-16 Peter Rabbitson Augment test suite with oddball relationship declarations
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-13 Peter Rabbitson MOAR workarounds - freeze CMM at a usable version
2013-09-13 Peter Rabbitson Disable perl introduced in ced296a8 until fixed Carp...
2013-09-13 Peter Rabbitson Run travis-prove under taint mode
2013-09-13 Peter Rabbitson Fix 79061be1 not working under -T
2013-09-09 Peter Rabbitson Excise unreachable code
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-09-09 Peter Rabbitson Make sure we can load each DBICTest::Schema result...
2013-09-09 Peter Rabbitson Reorder travis tests by length, add 5.12.4
2013-09-09 Peter Rabbitson Only run our own tests concurrently, not stuff in after...
2013-09-09 Peter Rabbitson Check that each preinstall on an old CPAN.pm completes
2013-09-08 Peter Rabbitson EU::MM on < 5.8.9 got fixed
2013-09-08 Peter Rabbitson Change CPAN mirror again - metacpan is a complete backp...
2013-09-06 Peter Rabbitson Lock down Tree::DAG_Node version until new Test::Warn...
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 Changes for 113e8d16 and 64c50e81
2013-08-29 Peter Rabbitson Prevent DBD::Firebird and DBD::InterBase from colliding...
2013-08-29 Peter Rabbitson Manpages are of no use on travis
2013-08-29 Peter Rabbitson Do one poisoned env testrun with a threaded perl
2013-08-29 Peter Rabbitson Only smoke blead-pan on allowed-to-fail runs
2013-08-29 Peter Rabbitson Move bleadperl to 'fail ok' submatrix - too much churn
2013-08-29 Peter Rabbitson Work around https://rt.cpan.org/Ticket/Display.html...
2013-08-29 Peter Rabbitson Temporary work around yet another cpanm issue
2013-08-29 Peter Rabbitson Use the same mirror for cpanm as we use for CPAN
2013-08-29 Peter Rabbitson Switch travis-perl tests to 5.18
2013-08-29 Peter Rabbitson I did manage to screw up locking in parallel testing...
2013-08-29 Peter Rabbitson Adjust DBD::Firebird travis init
2013-08-29 Peter Rabbitson Sync Example.pod with reality, though in fairness it...
2013-08-29 Peter Rabbitson Automatically regenerate the example ddl/db from the...
2013-08-29 Peter Rabbitson Generalize the SQLite DDL generation tool (see next...
2013-08-29 Peter Rabbitson Update example Result classes for proper DDL generation
2013-08-29 Peter Rabbitson Teach the example scripts how to find their DB from...
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 Apparently on_failure email flag affects the original...
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 perlbrew exits with 0 if `perlbrew use` fails :(
2013-07-22 Peter Rabbitson Ignore stderr in extract_prereqs - only rely on $?
2013-07-22 Peter Rabbitson Install EU::CB in a separate step as to not tickle...
2013-07-22 Peter Rabbitson Fix test error failing after "undef\n=>" was fixed...
2013-07-22 Peter Rabbitson Temporary inslatt Pod::POM via cpan
2013-07-22 Peter Rabbitson Allow spaces in parallel installation module spec
2013-07-22 Peter Rabbitson Turns out Travis CPAN mirror is not local, add a fallback
2013-07-22 Peter Rabbitson Self-cleaning is not yet entirely stable - back it...
2013-07-18 Peter Rabbitson Tests no longer fail if $ENV{DBI_DSN} is set
2013-07-18 Peter Rabbitson Propagate quote_names setting to SQLite SQLT producer
2013-07-15 Dagfinn Ilmari... Fix POD typo Retur -> Return
2013-07-15 Dagfinn Ilmari... 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
next