dbsrgits/DBIx-Class.git
2010-05-30 Peter Rabbitson Rewrite GenericSubQ from SQLA::L to be actually useful
2010-05-27 Jesse Sheidlower Light doc tweaks
2010-05-26 Peter Rabbitson Really fix logic
2010-05-26 Peter Rabbitson Can not return from within a try block
2010-05-26 Peter Rabbitson Simplify oracle retrial logic
2010-05-25 Rafael Kitover Merge 'try-tiny' into 'trunk'
2010-05-25 Rafael Kitover fix hang in SQLAnywhere DateTime tests
2010-05-25 Rafael Kitover fix odbc/mssql dynamic cursors
2010-05-25 Rafael Kitover fix Oracle
2010-05-25 Peter Rabbitson Missed use
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson Merge 'trunk' into 'try-tiny'
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-25 Peter Rabbitson Rewrite test as to not propagate several ways to do...
2010-05-25 Peter Rabbitson Fix undef warning
2010-05-20 Matt S Trout fix find() since that was also broken in r8754
2010-05-20 Matt S Trout forgot to commit fixes
2010-05-20 Matt S Trout fix result_class setter behaviour to not stuff attrs...
2010-05-20 Matt S Trout don't try and ensure_class_loaded an object. this doesn...
2010-05-20 Rafael Kitover support INSERT OR UPDATE triggers for Oracle
2010-05-17 Ton Voon Removed tab
2010-05-17 Ton Voon Fixed exception logic due to not being able to use...
2010-05-17 Ton Voon Added myself to contributors
2010-05-17 Ton Voon Revert to eval instead of try::tiny because no check...
2010-05-17 Ton Voon Fix missing $@ in try::tiny conversion
2010-05-17 Peter Rabbitson Merge 'trunk' into 'try-tiny'
2010-05-16 Rafael Kitover add sql_maker to @rdbms_specific_methods
2010-05-16 Ash Berlin Fix how Schema::Versioned gets connection attributes
2010-05-15 Peter Rabbitson Revert erroneous commit (belongs in a branch)
2010-05-15 Peter Rabbitson Fix stupid typo-bug
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-05-14 Ton Voon eval => try where tests for $@ done
2010-05-14 Ton Voon txn_do's eval => try
2010-05-14 Ton Voon Corrected usage of $@ in catch block
2010-05-14 Ton Voon Another eval => try
2010-05-14 Ton Voon Add eval => try
2010-05-14 Ton Voon Conversion of eval => try (part 1)
2010-05-14 Peter Rabbitson cleanup test by wreis
2010-05-12 Wallace Reis add failing test for order_by using a function
2010-05-11 Rafael Kitover clearer logic
2010-05-11 Peter Rabbitson Merge 'filter_column' into 'trunk'
2010-05-11 Peter Rabbitson Comment weird looking code
2010-05-10 Peter Rabbitson Fix typo
2010-05-10 Peter Rabbitson Maintain full coherence between filtered cache and...
2010-05-08 Peter Rabbitson Make sure missing author-deps do not kill makefile...
2010-05-07 Nigel Metheringham Clarification cascade_* attribute defaults documentation
2010-05-07 Nigel Metheringham Clarification to cascade_update attribute documentation
2010-05-07 Nigel Metheringham empty update OK even if row is not in database (fixed2)
2010-05-07 Nigel Metheringham empty update OK even if row is not in database (fixed)
2010-05-07 Nigel Metheringham Added reference to cascade_* in relationship attributes
2010-05-07 Nigel Metheringham empty update OK even if row is not in database
2010-05-07 Rafael Kitover minor change
2010-05-07 Rafael Kitover detect row_number() over support in MSSQL if version...
2010-05-07 Peter Rabbitson Failure to determine dbms version is *not* a fatal...
2010-05-07 Arthur Axel... no filter and inflate column
2010-05-06 Peter Rabbitson Play nicer with lower-level methods
2010-05-05 Arthur Axel... test caching
2010-05-05 Peter Rabbitson Forgotten pieces
2010-05-05 Peter Rabbitson Fix obsucre bug with as_subselect_rs (gah wrong commit...
2010-05-05 Peter Rabbitson Changes
2010-05-05 Peter Rabbitson Merge 'trunk' into 'filter_column'
2010-05-05 Peter Rabbitson Merge 'subqueried_limit_fixes' into 'trunk'
2010-05-05 Peter Rabbitson Changes
2010-05-05 Peter Rabbitson Merge 'trunk' into 'subqueried_limit_fixes'
2010-05-05 Peter Rabbitson Split and fix oracle tests
2010-05-05 Peter Rabbitson If there was no offset, there is no sense in reordering
2010-05-05 Peter Rabbitson Rename test
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-05-04 Peter Rabbitson Test for RT#56257
2010-05-03 Peter Rabbitson Some databases (db2) do not like leading __s - use...
2010-05-03 Peter Rabbitson Fix test warning
2010-05-03 Peter Rabbitson Fix Top tests, make extra col selector order consistent
2010-05-03 Peter Rabbitson Rewrite mssql test to verify both types of limit dialec...
2010-05-03 Peter Rabbitson Add an as selector to a prefetch subquery to aid the...
2010-05-03 Peter Rabbitson Do not add TOP prefixes to queries already containing it
2010-05-03 Peter Rabbitson Fix incorrect comparison
2010-05-01 Peter Rabbitson Preliminary version
2010-05-01 Peter Rabbitson The final version of the test
2010-04-30 Jess Robinson Argh.. committing missing test file for load_namespaces...
2010-04-29 Peter Rabbitson Allow limit syntax change in-flight without digging...
2010-04-28 Arthur Axel... doc, removal of source stuff, and Changes
2010-04-28 Peter Rabbitson Fix failing test and some warnings
2010-04-28 Rafael Kitover add _verify_pid and _verify_tid to methods that croak...
2010-04-28 Rafael Kitover update ::DBI::Replicated
2010-04-28 Peter Rabbitson Refactor SQLA/select interaction (in reality just cleanup)
2010-04-27 Peter Rabbitson Fix global destruction problems
2010-04-27 Peter Rabbitson Rename test
2010-04-27 Peter Rabbitson Better comment
2010-04-27 Peter Rabbitson Reformat tests/comments a bit
2010-04-27 Peter Rabbitson Better concurrency in test (parent blocks)
2010-04-27 Alexander Hartmaier fixed missing ' in update_or_create with key attr example
2010-04-26 Jess Robinson Add test for fetching related obj/col as well
2010-04-26 Jess Robinson Add tests using select/as to sqlahacks
2010-04-26 Peter Rabbitson Bizarre fork failure
2010-04-26 Peter Rabbitson Bump CAG and SQLA dependencies
2010-04-24 Rafael Kitover add "IMPROVING PERFORMANCE" section to Cookbook
2010-04-24 Peter Rabbitson _quote is now properly handled in SQLA
2010-04-24 Peter Rabbitson Revert bogus commit
2010-04-24 Peter Rabbitson 10% speed up on quoted statement generation
2010-04-21 Jess Robinson Added missing test file (oops)
next