dbsrgits/DBIx-Class.git
2009-05-22 Rafael Kitover ::Replicated -- check for master rebless and reapply...
2009-05-22 Peter Rabbitson duh
2009-05-22 Peter Rabbitson Some attributes require a grouped count subquery, some...
2009-05-22 Peter Rabbitson Extend DB2 test
2009-05-22 Rafael Kitover fix limit for DB2
2009-05-22 Rafael Kitover comment addition
2009-05-22 Rafael Kitover add some support for trying to determine storage driver...
2009-05-21 Peter Rabbitson Duh, no point of having ordered subqueries while counti...
2009-05-21 Peter Rabbitson Clarify usage of _resolved_attrs by adding the explicit...
2009-05-20 Peter Rabbitson on_connect_do now accepts a single string like it does...
2009-05-20 Peter Rabbitson Switch as_query testing to direct specification in...
2009-05-20 Peter Rabbitson POD fixes
2009-05-20 Arthur Axel... fix test for people with spaces in path
2009-05-20 Justin Hunter fix for sql functions in group_by
2009-05-20 Justin Hunter update to Changes
2009-05-20 Peter Rabbitson More explicit attribute deletion/detection - a lof...
2009-05-20 Peter Rabbitson Make sure we always work with resolved rs attributes...
2009-05-20 Peter Rabbitson Add explicit grouping for rs update/delete operations...
2009-05-20 Peter Rabbitson Bring back the old code from resolve_prefetch so ash...
2009-05-20 Peter Rabbitson detect/purge having bind for compeleteness
2009-05-20 Peter Rabbitson Make joined rs counts backwards compatible - we do...
2009-05-20 Rafael Kitover add test for distinct result of sql function
2009-05-20 Rafael Kitover add mysql lost password faq
2009-05-20 Dan Dascalescu Tiny POD formatting fix
2009-05-19 Peter Rabbitson Simplify __count() - explicitly specify which attribute...
2009-05-19 Peter Rabbitson Make podcoverage happy (deprecated, undocumented methods)
2009-05-19 Peter Rabbitson Adjust dependencies - most of them pull in bugfixes
2009-05-19 Peter Rabbitson Merge 'joined_count' into 'trunk'
2009-05-19 Peter Rabbitson Hide resultsource methods that should have never been...
2009-05-19 Peter Rabbitson Make sure pg test can restart after half-way failures
2009-05-19 Alexander Hartmaier added test for total_entries on a paged resultset
2009-05-19 Peter Rabbitson Make select always equal group by on count subqueries
2009-05-19 Justin Hunter I think I got it right this time
2009-05-19 Justin Hunter doc patch per amiri
2009-05-18 Arthur Axel... I contributed!
2009-05-18 Arthur Axel... Merge 'trunk' into 'joined_count'
2009-05-18 Arthur Axel... cleanup for ribasushi
2009-05-18 Peter Rabbitson Merge 'diamond_relationships' into 'trunk'
2009-05-18 Peter Rabbitson Require bugfixed sqla
2009-05-18 Peter Rabbitson Failing tests go to branches
2009-05-18 Arthur Axel... Test to show problem
2009-05-18 Peter Rabbitson pager optimization
2009-05-18 Peter Rabbitson Merge 'trunk' into 'joined_count'
2009-05-18 Arthur Axel... Fix order by clauses for MSSQL
2009-05-18 Peter Rabbitson Add a comment about a small resolve_join omission
2009-05-17 Peter Rabbitson Fixes for the diamond-relationship prefetch/join problem
2009-05-17 Peter Rabbitson Merge 'trunk' into 'diamond_relationships'
2009-05-16 Peter Rabbitson Rewrite SqlMakerTest to fully depend on SQLA::Test
2009-05-16 Peter Rabbitson Test and fixed for paged grouped count
2009-05-16 Peter Rabbitson Merge 'trunk' into 'joined_count'
2009-05-16 Peter Rabbitson Now we can do diag $rs->hri_dump, ain't that nice
2009-05-16 Peter Rabbitson Add default resultclass/resultsetclass to the entire...
2009-05-16 Peter Rabbitson Not sure what this part of the test is for, but it...
2009-05-16 Peter Rabbitson Rename tests
2009-05-16 Peter Rabbitson Cleanup tests
2009-05-15 Peter Rabbitson Optimize some Ordered.pm code
2009-05-15 Peter Rabbitson A workable fix for the resultset multicol update/delete...
2009-05-15 Alexander Hartmaier added Static sub-classing DBIx::Class result classes...
2009-05-15 Peter Rabbitson Add failing multikey rs delete (and by implication...
2009-05-15 Rafael Kitover minor replication changes - use a real hash merge,...
2009-05-14 Peter Rabbitson Merge 'storage-tweaks' into 'trunk'
2009-05-14 Peter Rabbitson Questionable test changes - need a review
2009-05-14 Peter Rabbitson Straightforward test changes
2009-05-14 Peter Rabbitson Refactor count handling - use a different code path...
2009-05-14 Peter Rabbitson Clarify test
2009-05-14 Peter Rabbitson Sometimes _prepare_for_execute may not return a set...
2009-05-14 Justin Hunter Merge 'trunk' into 'diamond_relationships'
2009-05-13 Peter Rabbitson join can be found without seen_join
2009-05-13 Peter Rabbitson Better testing and heuristics for subqueried _cond_for_...
2009-05-13 Peter Rabbitson Fix _select_for_update/delete - bring back old code...
2009-05-13 Peter Rabbitson fix bogus test
2009-05-12 Peter Rabbitson Fix shot test
2009-05-12 Peter Rabbitson Some more die/croak conversions
2009-05-12 Justin Hunter Changes for count_distinct branch merge
2009-05-12 Anders Nor... Test for failing code related to many to many in MySQL
2009-05-12 Ron "Quinn... Added synopsis of merged oracle-tweaks branch to Changes
2009-05-12 Brian Cassidy added info to Changes from my DateTime::InflateColumn...
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-05-12 Peter Rabbitson Rename m2m warn disable envvar
2009-05-12 Peter Rabbitson Shuffle delete tests, and sanify the delete related...
2009-05-12 Peter Rabbitson Cleanup
2009-05-12 Peter Rabbitson Merge 'oracle-tweaks' into 'trunk'
2009-05-12 Peter Rabbitson Whops, forgotten post-merge tweaks
2009-05-12 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-12 Peter Rabbitson Merge 'count_distinct' into 'trunk'
2009-05-12 Peter Rabbitson Trying to untangle failing merge (whitespace change)
2009-05-11 Justin Hunter oops
2009-05-11 Justin Hunter make sure we get just a string
2009-05-11 Justin Hunter Merge 'trunk' into 'count_distinct'
2009-05-11 Justin Hunter use carp instead of warn
2009-05-11 Justin Hunter warn/die based on { select => { distinct => { } } }
2009-05-11 Ron "Quinn... Moved DBIC::SQL::Abstract inner classes to DBIx::Class...
2009-05-11 Peter Rabbitson Change the makefile to test r6202
2009-05-10 Peter Rabbitson Switch the m2m method warnings from warnings::register...
2009-05-10 Peter Rabbitson No more 'I forgot to run perl Makefile.PL'
2009-05-10 Peter Rabbitson Require DBICTest.pm in all tests even if it is not...
2009-05-10 Moritz Onken set_$rel accepts now a $link_vals hashref like add_to_...
2009-05-09 Rafael Kitover added postgres default port stuff to FAQ
2009-05-09 Rafael Kitover ::DBI::Replicated - don't build pool/balancer from...
2009-05-09 Rafael Kitover updated Changes
next