dbsrgits/DBIx-Class.git
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 Alexander Hartmaier fixed typo in test
2009-06-28 Peter Rabbitson The prefetch+group_by is a complex problem - branch
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
2009-06-19 Peter Rabbitson cleanup svn attrs
2009-06-19 Peter Rabbitson Rename test
2009-06-19 Peter Rabbitson single() throws with has_many prefetch
2009-06-18 Rafael Kitover fix broken link in manual
2009-06-18 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-18 Peter Rabbitson Merge 'trunk' into 'prefetch_limit'
2009-06-18 Peter Rabbitson More comments
2009-06-18 Peter Rabbitson This seems to be the prefetch+limit fix - ugly as hell...
2009-06-18 Peter Rabbitson wtf
2009-06-18 Peter Rabbitson HRI fix
2009-06-18 Alexander Hartmaier added test for nested has_many prefetch without entries
2009-06-18 Peter Rabbitson Cleanup attribute handling - I deal with resolved attri...
2009-06-17 Rafael Kitover fix page with offset bug
2009-06-17 Toby Corkindale Replace vague language around whether load_classes...
2009-06-16 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-16 Peter Rabbitson Fix possible regression with prefetch select resolution
2009-06-16 Tim Bunce Reverted doc patch r6689 for now, sadly. I'll open...
2009-06-16 Tim Bunce Added doc note that txn_commit does not perform an...
2009-06-16 Tim Bunce Removed wording from txn_do that implies the coderef...
2009-06-15 Tim Bunce Added note that column inflation is not performed
2009-06-14 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-14 Rafael Kitover rename connect_do store
2009-06-14 Peter Rabbitson Forgotten piece of as_query refactor
2009-06-14 Peter Rabbitson Lapse in copy() docs
2009-06-14 Peter Rabbitson Release 0.08107 v0.08107
2009-06-13 Rafael Kitover fix master debug output for ::Replicated
2009-06-13 Michael Reddick Added documentation for from => $rs->as_query
2009-06-13 Peter Rabbitson really local()ize for as the author intended
2009-06-13 Peter Rabbitson Do not use raw sources in {from} - proxy via source...
2009-06-13 Peter Rabbitson local()ize sqla for in the right place
2009-06-13 Peter Rabbitson Test resultset serialization as well
2009-06-13 Rafael Kitover allow undef for _setup_connect_do
2009-06-13 Rafael Kitover make the on_(dis)?connect_do accessors returnn the...
2009-06-13 Rafael Kitover fixup _setup_connect_do, other minor cleanups
2009-06-13 Tim Bunce Merge 'trunk' into 'on_connect_call'
2009-06-13 Rafael Kitover finished up on_connect_call stuff
2009-06-12 Tim Bunce Added reference to get_inflated_columns in get_columns...
2009-06-12 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-11 Rafael Kitover add support for DBICTEST_MSSQL_PERL5LIB to 74mssql.t
2009-06-11 Rafael Kitover connect_call_set_datetime_format for Oracle, I have...
2009-06-11 Peter Rabbitson Release 0.08106 v0.08106
2009-06-11 Peter Rabbitson Factor out as_query properly
2009-06-11 Justin Hunter cookbook tweak for count distinct
2009-06-11 Peter Rabbitson Adjust tests for the DT::F::MySQL -> DT::F::SQLite...
2009-06-11 Arthur Axel... Escape filename so that t\9... won't look like octal
2009-06-11 Peter Rabbitson Release 0.08105
2009-06-11 Rafael Kitover on_connect_call implementation and set_datetime_format...
2009-06-11 Peter Rabbitson Changes
2009-06-11 Peter Rabbitson Merge 'type_aware_update' into 'trunk'
2009-06-11 Peter Rabbitson Use equality, not comparison
2009-06-11 Peter Rabbitson Move file_column test to inflate/ too
2009-06-11 Peter Rabbitson IC::DT changes:
next