dbsrgits/DBIx-Class.git
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 Arthur Axel... updated _resolve_column_source to _resolve_column_info...
2009-06-11 Rafael Kitover on_connect_call implementation and set_datetime_format...
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
2009-06-06 Peter Rabbitson Port another forgotten MC fix
2009-06-06 Peter Rabbitson TODOified reentrancy counter - this shall be used to...
2009-06-06 Peter Rabbitson rename MC test dir
2009-06-05 Peter Rabbitson Factor out the grouped count subquery SELECTor so speci...
2009-06-05 Peter Rabbitson This was dumb - of course I want a copy
2009-06-04 Peter Rabbitson It seems that this localisation can lead to problems
2009-06-04 Peter Rabbitson having without group_by is useless - thus do not supply...
2009-06-04 Peter Rabbitson Really delegate counting to the storage class - now...
2009-06-04 Peter Rabbitson Delegate actual counting to the storage class
2009-06-04 Peter Rabbitson Move relationship tests around
2009-06-03 Peter Rabbitson Require a recent version of Date::Simple during CDBI...
2009-06-01 Peter Rabbitson Fix fallout from another botched merge (I suck, part 2)
2009-06-01 Peter Rabbitson Merge 'order_by_refactor' into 'trunk'
2009-06-01 Peter Rabbitson deploy-related pod fixes
2009-05-31 Peter Rabbitson Last set of Makefile.PL optimizations
2009-05-31 Peter Rabbitson There is a saner way to write out resources
2009-05-31 Peter Rabbitson Throw away the makefile SQLite test - it served its...
2009-05-31 Peter Rabbitson M::I 0.89 finally resolves all provlems with auto_install
2009-05-30 Peter Rabbitson populate() fix and Changes
2009-05-30 Peter Rabbitson Add changes
2009-05-30 Peter Rabbitson Evil hack to make Carp::Clan work throughout SQLA as...
2009-05-30 Peter Rabbitson Greatly simplify _order_by override to fallback on...
2009-05-30 Peter Rabbitson Restructure bind tests
2009-05-30 Peter Rabbitson TODOify some of the order with bind tests
2009-05-30 Moritz Onken order_by tests
2009-05-30 Peter Rabbitson Add better error reporting on bulk_insert (ash++)
2009-05-30 Peter Rabbitson Patch + test for more informative exceptions on load_na...
2009-05-28 Peter Rabbitson Fix multiprefetch warning - we can now count properly
2009-05-28 Peter Rabbitson Commit rather useless but already written mysql test...
2009-05-26 Peter Rabbitson Release 0.08103 v0.08103
2009-05-26 Peter Rabbitson Attempt to reproduce reported mysql error (failed)...
2009-05-26 Peter Rabbitson fix comments
2009-05-26 Peter Rabbitson Minor fixes of the return value of rs->update/delete
2009-05-26 Peter Rabbitson Fix test skip message
2009-05-26 Peter Rabbitson Merge 'top_limit_altfix' into 'trunk'
2009-05-26 Ash Berlin Fix 'timestamp with time zone' columns for IC::DT inflation
2009-05-26 Peter Rabbitson TODOified test for RT#40701
2009-05-25 Peter Rabbitson This method does not exist anymore
next