dbsrgits/DBIx-Class.git
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
2013-03-29 David Steinbrunner DESCRIPTION typo fix
2013-03-25 Peter Rabbitson Fix test warnings left in by 11343b34
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 improve outline by introducing synopsis subheadings
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 improve mark-up
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 development info is less important than user info
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 Add daxim to contribs, specify main doc encoding
2013-03-24 Peter Rabbitson 9 years of perl and I somehow did not know that...
2013-03-23 Peter Rabbitson Fix copypasta - strictures test needs no global lock
2013-03-21 Peter Rabbitson Only display output of failed workers in parallel_insta...
2013-03-20 Peter Rabbitson File::Path needs to be upgraded separately on smoking
2013-03-20 Darius Jokilehto Add deprecation warnings for cols/include_columns
2013-03-19 Peter Rabbitson Fix test failing with some tracing envvars (and smoke...
2013-03-10 Peter Rabbitson EXPERIMENTAL Release v0.08242 v0.08242
2013-03-10 Peter Rabbitson Properly wrap a subquery around grouped resultsets...
2013-03-10 Peter Rabbitson Radically rethink complex prefetch - make most useful...
2013-03-10 Peter Rabbitson There is no point of ordering the insides of a complex...
2013-03-10 Peter Rabbitson Consider unselected order_by during complex subqueried...
2013-03-10 Peter Rabbitson Warn in case of iterative collapse being upgraded to...
2013-03-10 Peter Rabbitson Move CDBI code out of the main ResultSet implementation
2013-03-10 Peter Rabbitson Still do null-branch pruning when we are using our...
2013-03-10 Peter Rabbitson Forgotten cruft after 52864fbd5
2013-03-10 Peter Rabbitson Rename some private methods/attributes to align with...
2013-03-10 Peter Rabbitson Remove some superfluous expensive try blocks
2013-03-10 Peter Rabbitson Simplify more - remove loop and cleanup the while cond
2013-03-10 Peter Rabbitson An underdefined root has to use the %cur_row_ids container
2013-03-10 Peter Rabbitson MOAR optimization - tracking is_new_res is double work
2013-03-10 Peter Rabbitson BAIL_OUT stops the entire test run - do not want that
2013-03-10 Peter Rabbitson Scale back validation of the 'as' attribute (revert...
2013-03-10 Peter Rabbitson Clarify result_class tweaking on active/cached cursors
2013-03-10 Peter Rabbitson Remove test cruft forgotten after 52864fbd
2013-03-10 Peter Rabbitson Do not rely on Data::Dumper to produce rolled out hashrefs
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-10 Peter Rabbitson Abraxxa-proof the distbuild (disallow `make manifest...
2013-03-10 Peter Rabbitson Exclude DBICTest namespace from stacktraces
2013-03-08 Peter Rabbitson Augment 1b6cbedd (reverting my moronic use of preamble...
2013-03-08 Graham Knop move the location of the extra upload checks so it...
2013-03-08 Peter Rabbitson More comprehensive test of qualifier stripping for...
2013-03-05 Christian Walde Change the rt link from one requiring a login to a...
2013-03-05 Peter Rabbitson Reorganize and freshen up the DocMap
2013-03-05 Christian Walde Move DocMap link to top of DBIx::Class to prevent it...
2013-03-05 Peter Rabbitson Remove outdated (and kinda offensive) CONTRIBUTING...
2013-03-05 Peter Rabbitson And more fulltest dep conflicts
2013-03-05 Peter Rabbitson Clarify wtf do we have a _bool
2013-03-02 Christian Walde Require latest EU::MM at dist-building time to avoid...
2013-03-02 Peter Rabbitson Do not auto-install dist-building dependencies in autho...
2013-03-01 Peter Rabbitson Smoke all branches on travis except for blocked* and...
2013-03-01 Peter Rabbitson Another adjustment of travis depinstall order
2013-03-01 Peter Rabbitson Punt TODO until the dateops work merges
2013-03-01 Peter Rabbitson This infrastructure was removed ages ago by 263e41be
2013-03-01 Peter Rabbitson Remove TODO that could never be made to work (revert...
2013-03-01 Alexander Hartmaier Release v0.08209 v0.08209
2013-02-28 Peter Rabbitson Fulltests deps clarification
2013-02-28 Peter Rabbitson Guard against exceptions in _describe_connection
2013-02-27 Peter Rabbitson Whitespace-check the travis scripts as well
2013-02-27 Peter Rabbitson Shuffle travis CLEANTEST=false depchain again
2013-02-27 Peter Rabbitson Test::Strict is smarter now
2013-02-26 Peter Rabbitson Regex /o is *EVIL* - no idea why I even thought of...
2013-02-26 Peter Rabbitson Warn on signs of Moose-borkage (in case it gets to...
2013-02-23 Peter Rabbitson Adjust CLEANTEST=false depinstall a bit more
2013-02-23 David Schmidt Fix cookbook - missing cond in 'Equivalent SQL'
2013-02-23 Peter Rabbitson Instrument the lockfile creation failure
2013-02-23 Peter Rabbitson Fix regression breaking search on prefetched rel (broke...
2013-02-23 Peter Rabbitson Uncomment disabled test (not sure why it was)
2013-02-20 Peter Rabbitson EXPERIMENTAL Release v0.08241 v0.08241
2013-02-20 Peter Rabbitson Clarify prefetch documentation a bit, remove the nonsen...
2013-02-20 Peter Rabbitson Sanity-check columns added as primary key
2013-02-20 Peter Rabbitson Optimize the HRI-direct collapser even more
2013-02-20 Peter Rabbitson Fatalize warnings within the compiled row parsers
2013-02-20 Peter Rabbitson Modify the null-branch pruning introduced in ce556881...
2013-02-20 Peter Rabbitson Add optdep on CPAN::Uploader to get an effortless ...
next