dbsrgits/DBIx-Class.git
2009-07-02 Peter Rabbitson Solve more prefetch inflation crap
2009-07-02 Peter Rabbitson cleanup
2009-07-02 Peter Rabbitson These tests are in prefetch/count.t
2009-07-02 Peter Rabbitson And more fail
2009-07-02 Peter Rabbitson More fail (fix is known but needs work)
2009-07-02 Ian Wells Confirm prefetch doesn't affect main row fetch, and...
2009-07-02 Ian Wells Check fetched rows == count for related resultsets
2009-07-02 Peter Rabbitson cleanup
2009-07-02 Peter Rabbitson Changelog
2009-07-02 Peter Rabbitson Another candidate for somethingawful.com (fix left...
2009-07-01 Ian Wells Additional tests on prefetch - illustrates the bug...
2009-07-01 Ian Wells Added a test for a resultset to related-resultset join...
2009-07-01 Rafael Kitover Merge 'syb_connected' into 'trunk'
2009-07-01 Rafael Kitover move connection tests into _ping()
2009-07-01 Rafael Kitover fix segfault with old DBD::Sybase
2009-07-01 Rafael Kitover use ->do instead of ->prepare_cached in oracle's connec...
2009-07-01 Peter Rabbitson Segfault
2009-07-01 Rafael Kitover use dbh->do for connected instead of prepare_cached
2009-07-01 Rafael Kitover better connection test
2009-07-01 Rafael Kitover add a couple of dbd::sybase reconnection tests
2009-07-01 Rafael Kitover new connected() for dbd::sybase users
2009-07-01 Peter Rabbitson Optimize set_column on uninserted objects
2009-07-01 Peter Rabbitson Merge 'grouped_prefetch' into 'trunk'
2009-07-01 Peter Rabbitson Clarify exception text
2009-07-01 Peter Rabbitson Fixed deadlock test
2009-06-30 Peter Rabbitson Todoify test for now (3)
2009-06-30 Peter Rabbitson Todoify test for now (2)
2009-06-30 Peter Rabbitson Todoify test for now
2009-06-30 Peter Rabbitson Whoops
2009-06-30 Peter Rabbitson Merge 'trunk' into 'grouped_prefetch'
2009-06-30 Peter Rabbitson Merge 'search_related_prefetch' into 'trunk'
2009-06-30 Peter Rabbitson rs->get_column now properly recognizes prefetch and...
2009-06-30 Ash Berlin Update POD on Dynamic sub-classing
2009-06-30 Peter Rabbitson clarify
2009-06-30 Peter Rabbitson Allow broken resultsource-class-derived objects to...
2009-06-30 Peter Rabbitson Cleanup dependency handling a bit
2009-06-29 Rafael Kitover Merge 'on_connect_call' into 'trunk'
2009-06-29 Peter Rabbitson Some beautification
2009-06-29 Rafael Kitover remove the _store stuff for on_connect_do
2009-06-29 Peter Rabbitson Minor Ordered optimization (don't use count)
2009-06-29 Rafael Kitover remove DateTime from 73oracle.t
2009-06-29 Peter Rabbitson And score! (all works)
2009-06-29 Alexander Hartmaier fixed typo in test
2009-06-29 Peter Rabbitson clearer
2009-06-29 Peter Rabbitson Most of the grouped prefetch solution
2009-06-29 Peter Rabbitson Test cleanups
2009-06-29 Peter Rabbitson This is tested elsewhere (2)
2009-06-29 Peter Rabbitson This is tested elsewhere
2009-06-29 Peter Rabbitson Support for -select/-as in SQLAHacks field selection
2009-06-29 Peter Rabbitson A couple of test fixes
2009-06-28 Peter Rabbitson Rogue comments
2009-06-28 Peter Rabbitson Lose the literal sql bits - castaway is right it's...
2009-06-28 Peter Rabbitson Whoops
2009-06-28 Peter Rabbitson Proper prefetch+group test
2009-06-28 Peter Rabbitson Normalize group_by
2009-06-28 Peter Rabbitson The prefetch+group_by is a complex problem - branch
2009-06-28 Peter Rabbitson Adjust a couple of tests for new behavior (thus all...
2009-06-28 Peter Rabbitson Minor omission
2009-06-28 Peter Rabbitson The proposed fix (do not add an extra join if it is...
2009-06-28 Peter Rabbitson Thetest case that started it all
2009-06-28 Jess Robinson Tests for grouping with prefetch
2009-06-27 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-27 Peter Rabbitson Bump author SQLT dependency for early developer testing
2009-06-27 Peter Rabbitson Adjust sqlt schema parser to add tables in FK dependenc...
2009-06-27 Peter Rabbitson POD patch from RT#46808
2009-06-27 Peter Rabbitson Todoified (unsolvable) test from RT#42466
2009-06-26 Cory G Watson Fix typo in ResultSet docs
2009-06-26 Tom Hukins Documentation fix:
2009-06-26 Aaron Trevena normalised artist_id, and plural relationships to plura...
2009-06-25 Peter Rabbitson Minor cleanups
2009-06-25 Peter Rabbitson Commit test inspired by joel - it seemingly fails on...
2009-06-24 Rafael Kitover IC::DT does support timestamp with timezone
2009-06-24 Nigel Metheringham Rework of set_$rel patch with less obfuscation
2009-06-24 Nigel Metheringham Fixed set_$rel with where restriction deleting rows...
2009-06-24 Peter Rabbitson find_related fix for single-type relationships
2009-06-24 Peter Rabbitson Properly name the relinfo variable
2009-06-24 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-23 Rafael Kitover properly test nanosecond precision with oracle and...
2009-06-23 Rafael Kitover add missing ' to doc
2009-06-23 Peter Rabbitson Move tests around, add extra has_one relationship
2009-06-23 Rafael Kitover minor doc update
2009-06-23 Peter Rabbitson Real inheritance ordering for load_namespaces
2009-06-22 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-21 Peter Rabbitson Fix borked test
2009-06-21 Peter Rabbitson make_column_dirty fix
2009-06-21 Peter Rabbitson Clenaup text
2009-06-20 Peter Rabbitson Merge 'count_rs' into 'trunk'
2009-06-20 Peter Rabbitson More tests and a really working count_rs
2009-06-20 Peter Rabbitson Disambiguate populate() return
2009-06-20 Peter Rabbitson Test count_rs
2009-06-20 Peter Rabbitson Add count_rs, move the code back from DBI - leave only...
2009-06-20 Peter Rabbitson Clarify test
2009-06-20 Peter Rabbitson todoify skip
2009-06-19 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-19 Peter Rabbitson Merge 'prefetch_limit' into 'trunk'
2009-06-19 Peter Rabbitson Fix dubious optimization
2009-06-19 Peter Rabbitson Fix the fix
2009-06-19 Peter Rabbitson throw in an extra limit, sophisticate test a bit
2009-06-19 Peter Rabbitson no need to slice as use_prefetch already has a limit
2009-06-19 Ash Berlin Add extra test for prefetch+has_many
next