dbsrgits/DBIx-Class.git
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
2013-06-21 Dagfinn Ilmari... Don't try to run pperl --kill if we didn't find PPerl
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-29 Peter Rabbitson This stuff is done (either now or earlier)
2013-04-26 Peter Rabbitson Kill intra-devrel changelog entry
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 Require bugfixed (and a tad faster) CAG
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 Make some travis confs smoke latest -dev offerings...
2013-04-22 Peter Rabbitson It seems the upcoming DBD::SQLite fixes the txn sync...
2013-04-21 Peter Rabbitson Fix test failures with DBD::SQLite 1.38_02
2013-04-21 Peter Rabbitson Silence pesky Devel::Cycle warning in leak test on...
2013-04-21 Peter Rabbitson And of course the test pragma is not supported everywhere
2013-04-20 Peter Rabbitson Devrel 0.08249_01
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
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 Peter Rabbitson Tweak timing of t/zzzzzzz_perl_perf_bug.t - we started...
2013-04-19 Peter Rabbitson Test live mssql server generated SQL
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 Merge branch 'topic/constructor_rewrite' into master
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... Factor out ORDER BY direction detection/stripping
2013-04-17 Peter Rabbitson Overhaul GenericSubq limit - add support for multicol...
2013-04-17 Peter Rabbitson Start running more limit dialect torture tests if possible
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 space-compress tests making them readable - no changes
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 Fix test description (DrHyde++)
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-11 Peter Rabbitson Add a TODO to catch when Text::Balanced RT#74994 is...
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
2013-04-04 Peter Rabbitson Trap and display STDERR during travis test runs
2013-04-04 Peter Rabbitson More shuffling of travis testdeps
2013-04-04 Peter Rabbitson Make sure external DBIC envvars do not cause tests...
2013-04-04 Peter Rabbitson Fix incorrect warning/exception originator
2013-04-04 Peter Rabbitson Do not repeatedly trace test schema populate under...
2013-04-04 Peter Rabbitson Extra TODO tests for a txn_guard silencing problem
2013-04-02 Peter Rabbitson Work around SQLite's RT#79576
2013-04-01 Peter Rabbitson Saner check for non-integer values bound as integers...
2013-04-01 Peter Rabbitson Simplify _select_args_to_query - contortions not needed...
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
next