Fix the docs for select/as
[dbsrgits/DBIx-Class.git] / t /
2010-03-06 Peter Rabbitson Cascading delete needs a guard to remain atomic
2010-03-06 Peter Rabbitson me-- not thinking
2010-03-06 Peter Rabbitson Fully deprecate IC::File
2010-03-05 Andrew Moore Fix regression where SQL files with comments were not...
2010-03-04 Peter Rabbitson Fix identity fiasco
2010-03-03 Peter Rabbitson Fix whitespace
2010-03-03 Moritz Onken Fix for SQLite to ignore the { for => ... } attribute
2010-03-02 Peter Rabbitson proving rafl wrong
2010-03-02 Peter Rabbitson Test belongs_to accessor in-memory tie
2010-03-02 Peter Rabbitson This test is identical to the one above it
2010-03-01 Peter Rabbitson Add has_relationship proxy to row
2010-03-01 Peter Rabbitson Fix incorrect placement of condition resolution failure...
2010-02-22 Rafael Kitover improve with_deferred_fk_checks for Oracle, add tests
2010-02-21 Peter Rabbitson And another one
2010-02-21 Peter Rabbitson Bah humbug
2010-02-21 Peter Rabbitson Merge 'trunk' into 'dbicadmin_pod'
2010-02-21 Peter Rabbitson Cleanup the makefile regen a bit
2010-02-20 Gordon Irving add DBIx::Class::Admin::{Descriptive,Usage} to podcover...
2010-02-20 Peter Rabbitson Test::Deep actually isn't required
2010-02-19 Peter Rabbitson Some test cleanups
2010-02-19 Peter Rabbitson Port remaining tests to the Opt::Dep reposiory
2010-02-19 Peter Rabbitson Fix stupid sqlt parser regression
2010-02-19 Rafael Kitover bump Test::Pod dep
2010-02-19 Peter Rabbitson Fix for RT54697
2010-02-18 Peter Rabbitson Fix count of group_by over aliased function
2010-02-18 Peter Rabbitson Fix bogus test
2010-02-16 Peter Rabbitson Augment did-author-run-makefile check to include OptDeps
2010-02-15 Florian Ragwitz Make sure overriding deployment_statements is possible...
2010-02-15 Florian Ragwitz Make sure we actually run all tests, given we're using...
2010-02-13 Peter Rabbitson Test for optional deps manager
2010-02-13 Peter Rabbitson Test fixes
2010-02-13 Peter Rabbitson Switch Admin/dbicadmin to Opt::Deps
2010-02-13 Peter Rabbitson Switch tests to Optional::Deps
2010-02-13 Peter Rabbitson Merge 'trunk' into 'dbicadmin_refactor'
2010-02-13 Peter Rabbitson Merge 'dephandling' into 'trunk'
2010-02-12 Dan Thomas Add is_ordered to DBIC::ResultSet
2010-02-12 Peter Rabbitson Move replicated to Opt::Deps
2010-02-12 Peter Rabbitson Merge 'trunk' into 'dephandling'
2010-02-12 Peter Rabbitson Move sqlt dephandling to Optional::Deps
2010-02-11 Rafael Kitover test nanosecond precision for SQLAnywhere
2010-02-11 Peter Rabbitson Merge 'chaining_fixes' into 'trunk'
2010-02-11 Peter Rabbitson Merge 'trunk' into 'chaining_fixes'
2010-02-11 Arthur Axel "fREW... fix another ordering issue
2010-02-11 Arthur Axel "fREW... this is why you run tests before you commit them.
2010-02-11 Arthur Axel "fREW... fix a test due to ordering issues
2010-02-11 Arthur Axel "fREW... fix incorrect test
2010-02-11 Rafael Kitover savepoints for SQLAnywhere
2010-02-11 Arthur Axel "fREW... fix bad test
2010-02-11 Peter Rabbitson Podtesting exclusion
2010-02-11 Peter Rabbitson MOAR testing
2010-02-10 Rafael Kitover Merge 'trunk' into 'handle_all_storage_methods_in_repli...
2010-02-08 Peter Rabbitson Merge fix of RT54039 from prefetch branch
2010-02-08 Peter Rabbitson Merge some obsolete code cleanup from the prefetch...
2010-02-08 Peter Rabbitson Fix some fallout
2010-02-08 Peter Rabbitson Extend utf8columns test to trap fixed bug
2010-02-07 Arthur Axel "fREW... add as_subselect_rs
2010-02-05 Peter Rabbitson SQLA now fixed
2010-02-05 Peter Rabbitson Merge 'trunk' into 'chaining_fixes'
2010-02-05 Peter Rabbitson No idea how I missed all these fails...
2010-02-05 Peter Rabbitson Fix typo and borked test
2010-02-05 Peter Rabbitson Looks like RSC is finally (halfway) fixed
2010-02-04 Arthur Axel "fREW... fix incorrect test in t/76select.t and posit an incorre...
2010-02-04 Peter Rabbitson Prepare for new SQLA release
2010-02-04 Peter Rabbitson Fix bug reported by tommyt
2010-02-03 Rafael Kitover test DT inflation for Sybase SQL Anywhere over ODBC too
2010-02-03 Peter Rabbitson Quote fail
2010-02-03 Rafael Kitover support for Sybase SQL Anywhere through ODBC
2010-02-02 Rafael Kitover Merge 'sybase_computed_columns' into 'trunk'
2010-02-02 Rafael Kitover DT inflation now works
2010-02-02 Rafael Kitover fix stupid identity bug, test empty insert (works)...
2010-02-02 Rafael Kitover test blobs, they work, didn't have to do anything
2010-02-02 Rafael Kitover ASA last_insert_id and limit support, still needs BLOB...
2010-02-01 Rafael Kitover throw exception on attempt to insert a blob with DBD...
2010-01-31 Rafael Kitover empty insert into a Sybase table with computed columns...
2010-01-31 Peter Rabbitson better skip message
2010-01-29 Peter Rabbitson Fugly 5.8 workaround
2010-01-29 Peter Rabbitson Enhance warning test a bit (seems to fail on 5.8)
2010-01-28 Peter Rabbitson Merge 'informix' into 'trunk'
2010-01-28 Peter Rabbitson Fix bogus test DDL
2010-01-27 Peter Rabbitson DSNs can not be empty
2010-01-27 Peter Rabbitson Merge some cleanups from the prefetch branch
2010-01-27 Peter Rabbitson Clean up some stuff
2010-01-26 Peter Rabbitson Merge 'trunk' into 'informix'
2010-01-26 Peter Rabbitson Merge 'prefetch_pager' into 'trunk'
2010-01-26 Peter Rabbitson Merge 'trunk' into 'multiple_version_upgrade'
2010-01-26 Peter Rabbitson Test txn_scope_guard regression
2010-01-26 Peter Rabbitson Switch to Test::Exception
2010-01-22 Peter Rabbitson Merge 'trunk' into 'chaining_fixes'
2010-01-22 Peter Rabbitson Moev failing regression test away from trunk
2010-01-22 Peter Rabbitson Moev failing regression test away from trunk
2010-01-22 Peter Rabbitson Informix test + cleanups
2010-01-22 Peter Rabbitson Chaining POC test
2010-01-22 Peter Rabbitson Temporarily disable whitespace checkers
2010-01-22 Peter Rabbitson Final round of detabify
2010-01-22 Peter Rabbitson Generalize autoinc/count test
2010-01-20 Peter Rabbitson Fix minor RSC bug
2010-01-19 Arthur Axel "fREW... Add EOL test
2010-01-19 Peter Rabbitson First round of detabification
2010-01-19 Arthur Axel "fREW... fix test to be an author dep
2010-01-19 Peter Rabbitson Fix last pieces of retardation and UNtodo the quick...
next