dbsrgits/DBIx-Class.git
2009-06-19 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
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 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-17 Peter Rabbitson Half way working stuff, needs a LOT of tweaking still
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 Peter Rabbitson make all resolved attrs visible to sqla
2009-06-15 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-15 Arthur Axel... failing test
2009-06-15 Tim Bunce Added note that column inflation is not performed
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-12 Arthur Axel... silly warns.
2009-06-12 Arthur Axel... Insert Identity works!
2009-06-12 Arthur Axel... Now I just need to check if the actual values are set...
2009-06-12 Tim Bunce Added reference to get_inflated_columns in get_columns...
2009-06-11 Rafael Kitover add support for DBICTEST_MSSQL_PERL5LIB to 74mssql.t
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 Arthur Axel... updated _resolve_column_source to _resolve_column_info...
2009-06-11 Arthur Axel... Use new _resolve_column_sources method and begin insert...
2009-06-11 Arthur Axel... general function to go from column names and ident...
2009-06-11 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-11 Arthur Axel... still busted :-(
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:
2009-06-11 Peter Rabbitson explicitly remove manifest on author mode make
2009-06-11 Peter Rabbitson Move around inflation tests
2009-06-11 Peter Rabbitson Add attribute doc
2009-06-10 Arthur Axel... beginning of DWIM for IDENTITY_INSERT
2009-06-10 Peter Rabbitson Whoops
2009-06-10 Arthur Axel... don't use eval!
2009-06-10 Peter Rabbitson Datatype aware update works
2009-06-10 Peter Rabbitson Test for type-aware update
2009-06-10 Peter Rabbitson Merge 'trunk' into 'type_aware_update'
2009-06-10 Arthur Axel... more failing tests
2009-06-10 Peter Rabbitson Release 0.08104
2009-06-10 Peter Rabbitson Adjust changelog
2009-06-10 Peter Rabbitson What was I thinking - resultsource does not have an...
2009-06-10 Peter Rabbitson Merge 'mystery_join' into 'trunk'
2009-06-10 Peter Rabbitson Duh, this was a pretty simple bug
2009-06-10 Peter Rabbitson Finally commit trully failing test
2009-06-10 Peter Rabbitson Merge 'trunk' into 'mystery_join'
2009-06-10 Peter Rabbitson Move the rs preservation test to a more suitable place
2009-06-10 Peter Rabbitson Clarify and disable rows/prefetch test - fix is easy...
2009-06-09 Peter Rabbitson Think before commit
2009-06-09 Peter Rabbitson Move as_query out of the cursor
2009-06-09 Peter Rabbitson Merge 'rsrc_in_storage' into 'trunk'
2009-06-09 Peter Rabbitson Factor out the $ident resolver
2009-06-09 Peter Rabbitson Todoify DT in search deflation test until after 0.09
2009-06-09 Peter Rabbitson AuthorCheck fixes
2009-06-09 Arthur Axel... fix plan
2009-06-09 Arthur Axel... Added AmbiguousGlob.pm for silly servers like mssql...
2009-06-09 Arthur Axel... more tests for SQL Server!
2009-06-09 Ash Berlin Make IC::DT extra warning state the column name too
2009-06-09 Peter Rabbitson Require a recent bugfixed Devel::Cycle
2009-06-09 Ash Berlin Addjust bug to show problem with rows => 1 + child rel
2009-06-08 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-08 Peter Rabbitson duh
2009-06-08 Peter Rabbitson Commit failing test and thoughts on search arg deflation
2009-06-08 Peter Rabbitson First stab at adding resultsources to each join in...
2009-06-08 Peter Rabbitson Simply order_by/_virtual_order_by handling
2009-06-07 Peter Rabbitson Fix find_or_new/create to stop returning random rows...
2009-06-07 Peter Rabbitson Make podcoverage happy
2009-06-07 Peter Rabbitson Add mysql empty insert SQL override
2009-06-07 Peter Rabbitson Make empty/default inserts use standard SQL
2009-06-07 Peter Rabbitson Fix for mysql subquery problem
next