dbsrgits/DBIx-Class.git
2013-02-14 Peter Rabbitson EXPERIMENTAL Release 0.08240 v0.08240
2013-02-14 Peter Rabbitson Rudimentary documentation
2013-02-14 Peter Rabbitson Reintroduce conditional null-branch pruning and add...
2013-02-14 Peter Rabbitson Optimization - order only on lazy prefetch
2013-02-14 Peter Rabbitson And another collapser issue
2013-02-14 Peter Rabbitson Yet another collapser oversight
2013-02-14 Peter Rabbitson Simplify collapse map contents, shuffle things around...
2013-02-14 Peter Rabbitson Move the infmap verification/exception way earlier
2013-02-14 Peter Rabbitson Convert in_storage() to a simple accessor (potentially...
2013-02-14 Peter Rabbitson Remove ResultSourceHandle check in inflate_result
2013-02-14 Peter Rabbitson Switch the cursor iterator to pull data via bind_columns
2013-02-14 Peter Rabbitson Massively optimize ->cursor->next while fixing some...
2013-02-14 Peter Rabbitson Restore ability to handle underdefined root (t/prefetch...
2013-02-14 Rafael Kitover Test for restricted prefetch (now passing again after...
2013-02-14 Peter Rabbitson Fix _resolve_collapse to always consider the entire...
2013-02-14 Peter Rabbitson ETOOMANYARGS - change _resolve_collapse to take a coupl...
2013-02-14 Peter Rabbitson Write correct odd (not even) relchain depth on primary...
2013-02-14 Alexander Hartmaier Added test for join and empty prefetch exception
2013-02-14 Peter Rabbitson Unset collapse in even more cases
2013-02-14 Peter Rabbitson Fixups for 5.17.6+ hash randomization
2013-02-14 Peter Rabbitson Hit an MC hash-order bug - simplify create, and solve...
2013-02-14 Peter Rabbitson Reverting a48693f42e - the test is a fat duplicate...
2013-02-14 Peter Rabbitson Fix the silly mistake responsible for the drama around...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-14 Peter Rabbitson Moar kwalitee - we do have pod(coverage) tests
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-02-13 Peter Rabbitson Stop shipping world writeable files in our tarball
2013-02-13 André Walker Fix duplicated columns for count()
2013-02-11 Alexander Hartmaier release v0.08206 v0.08206
2013-02-07 Peter Rabbitson Try Schwern's latest Test::Builder offering on a stock...
2013-02-07 Peter Rabbitson Reorganize travis stuff a little - no functional changes
2013-02-07 Peter Rabbitson Try to config Fibrebird twice - it does seem to help >.<
2013-02-07 Peter Rabbitson Temporary workaround for Path::Class not being installa...
2013-02-01 Peter Rabbitson Changelogging for 728f32b5 and e705f529
2013-02-01 Peter Rabbitson Revert parts of 6864429a which utterly broke dbh_do...
2013-02-01 Peter Rabbitson Clarify travis timings
2013-02-01 Peter Rabbitson New travis build infrastructure is 'set -e' sensitive
2013-01-29 Peter Rabbitson Prevent spurious unclean git repo state on ddl regeneration
2013-01-29 Peter Rabbitson Extra sanity check of a fresh DBI handle
2013-01-25 Peter Rabbitson Make `perl Makefile.PL` runs more user friendly - bette...
2013-01-25 Peter Rabbitson Stop `perl Makefile.PL` from recursing into distdirs...
2013-01-25 Peter Rabbitson More .mailmap fixes
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-25 Peter Rabbitson Remove TODO labels from blocks not using todo_skip...
2013-01-25 Peter Rabbitson Revert 344f761c - this was a stupid idea
2013-01-23 Peter Rabbitson ::Storage::BlockRunner now has minimum POD, tell CPAN...
2013-01-23 Dagfinn Ilmari... Only allow known globals in SQL::Translator leak allowance
2013-01-23 Arthur Axel... release v0.08205 v0.08205
2013-01-22 Peter Rabbitson Ensure xt/whitespace.t executes standalone
2013-01-22 Jason McIntosh Clarifying that the "around" method modifier can come...
2013-01-22 Peter Rabbitson Do not tax travis with full pull request smoking
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2013-01-21 Peter Rabbitson Revert workarounds for $@ broken during 5.13.x - mainly...
2013-01-21 Peter Rabbitson Further reshuffle logic in _rs_update_delete - no funct...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-21 Peter Rabbitson Fix proper handling of composite resultset heads (e...
2013-01-21 Peter Rabbitson Move the *preliminary* multicol IN support to the sqlmaker
2013-01-21 Peter Rabbitson Flip quoting in all of t/71mysql.t (no test changes)
2013-01-21 Peter Rabbitson Simplify dbh_do invocation, and only alias @_ when...
2013-01-21 Peter Rabbitson Scope::Upper somehow confuses pseudofork on older perls...
2013-01-21 Peter Rabbitson Reign in (a little bit) the sprawling CRLF insanity...
2013-01-12 Peter Rabbitson Ensure the testddl is regenerated at Makefile and distd...
2013-01-12 Peter Rabbitson Regenerate SQLite testschema ddl with explicit quoting...
2013-01-12 Peter Rabbitson SQLT got a lot better lately - bump min version
2013-01-12 Peter Rabbitson Remove SQLA namespace pollution fixer - this is no...
2013-01-12 Peter Rabbitson deployment_statements() is not storage-dependent -...
2013-01-12 Peter Rabbitson Reduce amount of calls to $rsrc->columns_info where...
2013-01-12 Peter Rabbitson _resolve_bindattrs already expects colinfo - just pass...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2013-01-12 Peter Rabbitson Remove apparent pessimization introduced in 6a588797
2013-01-12 Peter Rabbitson Optimize populate(), especially bind handling in comple...
2013-01-12 Peter Rabbitson Simplify/cleanup parsing of search() arguments
2013-01-12 Peter Rabbitson Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type...
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2013-01-12 Peter Rabbitson Deprecate emulate_limit() - can not be sanely supported...
2013-01-06 Peter Rabbitson Reorganize travis test script, I *think* no functional...
2013-01-05 Peter Rabbitson List::Util got fixed and is again installable on 5.8
2012-12-26 Peter Rabbitson Move Travis Data::Dumper installation earlier, before...
2012-12-26 Peter Rabbitson Install Carp.pm separately on Travis
2012-12-26 Peter Rabbitson Reorganize MSSQL/DBD::Sybase TODOs on MAS+txn tests
2012-12-26 Brendan Byrd Fix TODO tests to only mark exactly the failing tests...
2012-12-26 Peter Rabbitson No reason to run this test at all until MC is rewritten
2012-12-26 Peter Rabbitson Promote leaky rscond todo to a smoke-fail - try to...
2012-12-19 Peter Rabbitson Fix broken DBICTest::RunMode::is_smoker() (riba got...
2012-12-19 Peter Rabbitson Attempt to build a dist on travis if all tests pass
2012-12-19 Peter Rabbitson Fixup possible crlf in generated files
2012-12-19 Peter Rabbitson Tighten notab/eol checks even more
2012-12-19 Peter Rabbitson Switch rm to rm -f - we do not care about failure
2012-12-19 Peter Rabbitson Move generated README to maint/.Generated_Pod as well...
2012-12-19 Peter Rabbitson Use plain old file concat for the dbicadmin pod-injection
2012-12-19 Peter Rabbitson Create distinct lib/ subdir in maint/.Generated_Pod...
2012-12-19 Peter Rabbitson Rewrite all Makefile oneliners in terms of EU::MM:...
2012-12-18 Alexander Hartmaier Improve the populate docs in ::Schema and ::ResultSet
2012-12-18 Peter Rabbitson Expand notabs/eol testing to .pod and some files at...
2012-12-18 Peter Rabbitson Explicitly specify Scalar::Util dep, and work around...
2012-12-18 Peter Rabbitson Fix silly thinko in travis_prepare_env's extract_prereqs()
2012-12-15 Peter Rabbitson New Pod::Inherit now works on 5.8 (still needs Pod...
2012-12-15 Peter Rabbitson I was wrong about 2d12a809 - the crash is real
2012-12-15 Peter Rabbitson Run t/storage/global_destruction.t using SQLite as...
2012-12-15 Peter Rabbitson Add JSON::DWIW to authordeps, so more tests run
next