Fix RT52812
[dbsrgits/DBIx-Class.git] / t /
2009-12-19 Peter Rabbitson Fix RT52812
2009-12-19 Peter Rabbitson detabify
2009-12-18 Peter Rabbitson Another bitr
2009-12-18 Alexander Hartmaier test cleanups
2009-12-18 Alexander Hartmaier use Test::Exception
2009-12-18 Alexander Hartmaier throw_exception if view_definition is missing instead...
2009-12-17 Alexander Hartmaier test cleanups
2009-12-17 Alexander Hartmaier Views without a view_definition won't be added to the...
2009-12-16 Curtis "Ovid" Poe Have has_one/might_have warn if set on nullable columns.
2009-12-10 Peter Rabbitson First half of distinct cleanup
2009-12-09 Peter Rabbitson Merge 'mssql_rno_pagination' into 'trunk'
2009-12-09 Rafael Kitover workaround for evil ADO bug
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-12-08 Peter Rabbitson Test for immediate connection with known storage type
2009-12-08 Peter Rabbitson Fix the test - code is correct
2009-12-08 Peter Rabbitson Weird test case
2009-12-05 Peter Rabbitson Extend test just a bit more
2009-12-05 Peter Rabbitson Wrap mssql selects in yet another subquery to make...
2009-12-04 Peter Rabbitson Tests for bindvar propagation and Changes
2009-12-04 Peter Rabbitson Un-todoify mssql limit tests - no changes necessary...
2009-12-04 Peter Rabbitson The complex prefetch rewrite actually takes care of...
2009-12-04 Peter Rabbitson Merge 'trunk' into 'create_scalarref_rt51559'
2009-12-04 Arthur Axel "fREW... still broken rno test, but now it actually tests mssql
2009-12-04 Arthur Axel "fREW... missed toplimit
2009-12-04 Arthur Axel "fREW... rename files to get rid of numbers and use folders
2009-12-04 Arthur Axel "fREW... first shot at moving stuff around
2009-12-04 Arthur Axel "fREW... initial (broken) version of 42rno.t
2009-12-03 Peter Rabbitson The correct top100 mssql solution and test
2009-11-28 Peter Rabbitson Test based on lists.scsys.co.uk/pipermail/dbix-class...
2009-11-27 Peter Rabbitson Fix search_related wrt grouped resultsets (distinct...
2009-11-26 Peter Rabbitson Make Test::More happy
2009-11-26 Peter Rabbitson Fix for rt46953
2009-11-26 Peter Rabbitson Whoops, wrong accessor (things still work though)
2009-11-26 Peter Rabbitson Add a no-accessor column to generally test handling
2009-11-26 Peter Rabbitson Another count() quirk down
2009-11-26 Peter Rabbitson cleanups
2009-11-25 Peter Rabbitson Looks like we nailed a todo
2009-11-25 Peter Rabbitson Test and fix scalarref in an inflatable slot corner...
2009-11-24 Peter Rabbitson Extra sqla quoting test(2)
2009-11-24 Peter Rabbitson Extra sqla quoting test
2009-11-24 Peter Rabbitson Changes and prevent a spurious todo-pass
2009-11-24 Peter Rabbitson Merge 'void_populate_resultset_cond' into 'trunk'
2009-11-24 Peter Rabbitson Better naming and a bit leaner implementation. Main...
2009-11-23 Peter Rabbitson Add missing Sub::Name invocations and improve the SQLA...
2009-11-23 Rafael Kitover fix test
2009-11-23 Peter Rabbitson refactor part 2
2009-11-17 Peter Rabbitson Merge 'trunk' into 'void_populate_resultset_cond'
2009-11-16 Peter Rabbitson Merge 'prefetch-group_by' into 'trunk'
2009-11-16 Peter Rabbitson Change plan
2009-11-16 Peter Rabbitson Fix order_by/distinct bug
2009-11-15 Peter Rabbitson Fix non-sqlt schema file
2009-11-15 Peter Rabbitson Extensive test of virtual and classic view relationships
2009-11-15 Peter Rabbitson Turn into a straight-inheritance view class
2009-11-15 Peter Rabbitson Merge 'trunk' into 'view_rels'
2009-11-15 Peter Rabbitson Merge 'trunk' into 'prefetch-group_by'
2009-11-15 Peter Rabbitson TODOify test until we get an AST
2009-11-15 Peter Rabbitson Move more code to DBIHacks, put back the update/delete...
2009-11-15 Peter Rabbitson Merge 'trunk' into 'prefetch_bug-unqualified_column_in_...
2009-11-15 Peter Rabbitson Fix plan
2009-11-15 Peter Rabbitson Failing test to highlight mssql autoconnect regression
2009-11-14 Rafael Kitover fix the large column list test for ADO/MSSQL, now passes
2009-11-14 Rafael Kitover add TODO test for large column list in select
2009-11-14 Rafael Kitover Merge 'trunk' into 'ado_mssql'
2009-11-14 Rafael Kitover skip Oracle BLOB tests on DBD::Oracle == 1.23
2009-11-14 Rafael Kitover Merge 'trunk' into 'ado_mssql'
2009-11-13 Peter Rabbitson Merge 'trunk' into 'view_rels'
2009-11-13 Alexander Hartmaier seems I found the bugger
2009-11-13 Alexander Hartmaier added rels to view result classes in test schema
2009-11-12 Peter Rabbitson Merge 'trunk' into 'prefetch_bug-unqualified_column_in_...
2009-11-12 Peter Rabbitson _cond_for_update_delete is hopelessly broken attempting...
2009-11-12 Peter Rabbitson Merge 'trunk' into 'prefetch_bug-unqualified_column_in_...
2009-11-12 Peter Rabbitson Add mysql determine_driver test by Pedro Melo
2009-11-12 Peter Rabbitson Fix return value of in_storage
2009-11-12 Peter Rabbitson Fix find on resultset with custom result_class
2009-11-11 Arthur Axel "fREW... clearer test message
2009-11-11 Arthur Axel "fREW... RT50828
2009-11-11 Arthur Axel "fREW... RT50874
2009-11-10 Eden Cardim added test case for ensuring a column mentioned in...
2009-11-06 Rafael Kitover transactions for MSSQL over DBD::Sybase
2009-11-04 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-10-31 Rafael Kitover pass sqlite_version to SQLT
2009-10-22 Rafael Kitover a few extra tests can never hurt, right? :)
2009-10-22 Peter Rabbitson Some smoker run the suite for 30 *minutes* - the timeou...
2009-10-21 Peter Rabbitson Show what's wrong with the current populate code
2009-10-21 Robert Buels more coverage in Pg sequence-discovery tests. i think...
2009-10-21 Rafael Kitover add test for populate with literal sql mixed with binds...
2009-10-21 Robert Buels more pg unqualified schema tests, which expose a gap...
2009-10-18 Rafael Kitover error checking related to literal SQL for insert_bulk
2009-10-18 Rafael Kitover Merge 'sybase_support' into 'sybase_bulkinsert_support'
2009-10-18 Rafael Kitover Merge 'trunk' into 'sybase_support'
2009-10-16 Peter Rabbitson Fix test to stop failing when DT-support is not present
2009-10-14 Rafael Kitover Merge 'trunk' into 'ado_mssql'
2009-10-09 Peter Rabbitson Skip versioning test on really old perls lacking Time...
2009-10-09 Peter Rabbitson Ugh CRLF
2009-10-09 Arthur Axel "fREW... change name of method
2009-10-07 Arthur Axel "fREW... is_paginated method and test
2009-10-05 Norbert Buchmuller Failing test case for the bug.
2009-10-03 Rafael Kitover Merge 'sybase_support' into 'sybase_bulkinsert_support'
2009-10-03 Rafael Kitover Merge 'trunk' into 'sybase_support'
2009-10-03 Peter Rabbitson Add failing tests for RT#50003
next