dbsrgits/DBIx-Class.git
2012-10-06 Matt S Trout release commit for 0.08202 v0.08202
2012-10-05 Arthur Axel... release 0.08201 v0.08201
2012-10-05 Peter Rabbitson Fix test using legacy order_by spec
2012-10-05 Peter Rabbitson Replace inadequate $dbh->ping SQLite implementation...
2012-09-01 Dagfinn Ilmari... Don't ignore README, it's supposed to be cleaned automa...
2012-09-01 Dagfinn Ilmari... Revert "Fix t/storage/reconnect.t when run as root"
2012-09-01 Dagfinn Ilmari... Fix t/storage/reconnect.t when run as root
2012-08-25 Dagfinn Ilmari... Fix filename interpolation in DBIC::Optional::Dependecies
2012-08-24 Dagfinn Ilmari... Ignore Emacs droppings and generated README
2012-08-24 Arthur Axel... release 0.08200 v0.08200
2012-08-24 Arthur Axel... put off deprecation and clarify test output
2012-08-24 Arthur Axel... rewrite test to use existing schema
2012-08-23 Arthur Axel... release 0.08199 v0.08199
2012-08-23 Jess Robinson Dev release changes
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-08-23 Eden Cardim failing test for prefetch bug where prefetched values...
2012-08-23 Rafael Kitover remove ->deploy from castaway's test
2012-08-23 Jess Robinson New test for recent prefetch/undef bug
2012-07-17 Gareth Kirwan Fix Class::AccessorGroup to allow instances in get_com...
2012-07-11 Arthur Axel... release v0.08198 v0.08198
2012-07-10 Rafael Kitover fix silent Oracle connection failures
2012-07-10 Rafael Kitover better type check for mssql+ado binary null strip
2012-07-10 Rafael Kitover mark some tests in admin/10script.t on Win32 TODO
2012-07-10 Rafael Kitover preload threads.pm in storage/txn.t for fork error
2012-07-10 Rafael Kitover skip 51threadnodb.t on Win32 on < 5.14
2012-07-10 Arthur Axel... release 0.08197 v0.08197
2012-07-10 Arthur Axel... no longer dep on dev rel since this is not a dev rel
2012-07-10 Arthur Axel... fix pod for unicode name
2012-06-20 Brendan Byrd Add Travis YML for Travis-CI support
2012-06-15 Justin Hunter fix broken syntax
2012-06-15 Peter Rabbitson Add authority for new moules
2012-06-15 Arthur Axel... fix tests on solaris
2012-06-05 Rafael Kitover fix debian mssql/odbc setup docs for multiarch
2012-05-30 Arthur Axel... release 0.08197_01
2012-05-23 Justin Hunter fix for RT#77241
2012-05-15 Justin Hunter fix typo
2012-05-15 Rafael Kitover add more docs on software_limit resultset attr
2012-05-08 Gerda Shank update proxy/cascade_update doc in Relationship::Base
2012-05-06 Dagfinn Ilmari... Remove mention of obsolete DBIx::Class::WebForm.
2012-05-06 Dagfinn Ilmari... Remove/fix bogus defaults values in example
2012-04-27 Peter Rabbitson Adjust tests for new Moo
2012-04-27 Peter Rabbitson Simplify untainting - Module::Find can't return invalid...
2012-04-27 Peter Rabbitson Use the now pure-perlized Devel::GlobalDestroy module
2012-04-27 Peter Rabbitson Fix more fallout from 9b871b00, centralize the ugly...
2012-04-21 Peter Rabbitson Remove realiasing overengineering introduced in 86bb5a27da
2012-04-21 Peter Rabbitson More limit torture
2012-04-21 Peter Rabbitson Fix lapse on limited incomplete has_many prefetches
2012-04-21 Peter Rabbitson Do not artificially order the internals of a has_many...
2012-04-21 Peter Rabbitson Saner naming for helper test method
2012-04-20 Peter Rabbitson Fix test failure on MSWin32
2012-04-20 Peter Rabbitson Make sure order realiasing remains in proper sequence...
2012-04-20 Peter Rabbitson Fix test borkage after 9b871b00c - ALWAYS RUN TESTS...
2012-04-18 Peter Rabbitson Better handling of bogus tmpdir returned by File::Spec...
2012-04-18 Arthur Axel... add missing catfile so tests can run on win32
2012-04-16 Peter Rabbitson Version/dist Makefile.PL safety checks
2012-04-16 Peter Rabbitson Add strictures to the Makefile.PL inc-snippets
2012-04-16 Peter Rabbitson This is stupid - no need to build the SQL manually...
2012-04-16 Matt S Trout No join pruning on a SINGLE TABLE FROM CLAUSE
2012-04-16 Peter Rabbitson Merge branch 'topic/constructor_rewrite'
2012-04-16 Peter Rabbitson Minor cleanups in ResultSet.pm (no functional changes)
2012-04-16 Peter Rabbitson Cleanup of stale constructor codepath comments
2012-04-16 Peter Rabbitson I think we are done here
2012-04-16 Peter Rabbitson Move scary stuff to its own class
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-15 Peter Rabbitson Add torture of limiting subselect with non-root table...
2012-04-14 Matt S Trout me.minyear is not a valid alias, minyear is
2012-04-14 Peter Rabbitson Entire test suite now executable under tainted perl...
2012-04-14 Peter Rabbitson Merge massive rework of limit dialects
2012-04-14 Peter Rabbitson Document software_limit and properly throw on related...
2012-04-14 Peter Rabbitson Extra tests for all the improvements
2012-04-14 Peter Rabbitson Take into account resultset conditions when determining...
2012-04-14 Peter Rabbitson Fix RowCountOrGenericSubQ dropping group/having/order...
2012-04-14 Peter Rabbitson When realiasing carry all 'renames' in longest first...
2012-04-14 Peter Rabbitson Anything that isn't in the selector list needs a realias
2012-04-14 Peter Rabbitson Always reselect a bind-containing order by even if...
2012-04-14 Peter Rabbitson Do not alias plain column names to the inflator spec...
2012-04-14 Peter Rabbitson Fix bind order in RNO limits when there are both select...
2012-04-14 Peter Rabbitson Sanify handling of genericsubquery order determination...
2012-04-14 Peter Rabbitson Simplify 3-query skimming limits to omit the last redun...
2012-04-14 Peter Rabbitson Simplify skimming limits - simpler query when no offset...
2012-04-14 Peter Rabbitson Refactor a lot of the limit dialects common code -...
2012-04-12 Alexander Hartmaier fixed current_source_alias example code
2012-04-11 Peter Rabbitson Fix broken tests that would fail in future SQL::Abstract
2012-04-11 Peter Rabbitson Check more files for notabs/eol
2012-04-11 Peter Rabbitson No longer depend on MI::AuthorTests. Switch xt tests...
2012-04-11 Peter Rabbitson Relax requirement of a config stanza introduced in...
2012-04-11 Peter Rabbitson Fix buggered skip, broken by reorg in d9bd5195
2012-04-10 moltar Removed PRIVATE METHODS pod section from Ordered.
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-04-09 Peter Rabbitson Reorganize CDBICompat tests - centralize prereq checks...
2012-04-09 Peter Rabbitson Fix complete breakage of ddl_filename on certain paths
2012-04-09 Peter Rabbitson Fix incorrect DSN in test (does not affect test condition)
2012-04-09 Peter Rabbitson Bump Moo deps
2012-04-09 Peter Rabbitson Enhance 19b088d1 to add SQLT dep regardless of Makefile...
2012-04-07 Rafael Kitover add a link to doc on MAS for MSSQL+ODBC
2012-04-07 Peter Rabbitson Better detection/synchronization of MSSQL dynamic curso...
2012-04-07 Peter Rabbitson Revert 796acb6a - latest FreeTDS does not support MARs...
2012-04-06 Alexander Hartmaier added paragraph to update_or_create and find_or_create...
2012-04-04 Rafael Kitover move schema state copy to _copy_state_from
next