Fail early on literal-ordered complex prefetch without explicit group_by clause
[dbsrgits/DBIx-Class.git] / t / 746mssql.t
2010-12-27 Peter Rabbitson Fail early on literal-ordered complex prefetch without...
2010-09-17 Peter Rabbitson Make _server_info() _determine_driver-bound
2010-05-31 Peter Rabbitson Fix Top-limit problem of missed bindvars
2010-05-03 Peter Rabbitson Rewrite mssql test to verify both types of limit dialec...
2010-03-16 Rafael Kitover _ping for MSSQL
2010-02-05 Peter Rabbitson Fix typo and borked test
2010-01-10 Peter Rabbitson rename as per mst
2010-01-10 Peter Rabbitson Rename subquery to subselect and rewrite POD (per castaway)
2010-01-09 Peter Rabbitson Highlight the real problem
2010-01-09 Peter Rabbitson Close the book on mssql ordered subqueries
2009-12-24 Peter Rabbitson Ordered subqueries do not work in mssql after all
2009-12-16 Peter Rabbitson cleanup tests
2009-12-16 Peter Rabbitson Clearer debug
2009-12-16 Peter Rabbitson The real mssql problem - it's... bad
2009-12-16 Peter Rabbitson More moving around
2009-12-16 Peter Rabbitson Cleanup
2009-12-16 Peter Rabbitson Got a failing test
2009-12-15 Peter Rabbitson Deliberately disturb alphabetical order
2009-12-15 Peter Rabbitson Do not realias tables in the RNO subqueries
2009-12-15 Peter Rabbitson Add extra test to prove Alan wrong :)
2009-12-15 Peter Rabbitson Extend mssql limited prefetch tests
2009-12-12 Peter Rabbitson prefetch does not get disassembled properly
2009-12-08 Peter Rabbitson Test for immediate connection with known storage type
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-03 Peter Rabbitson The correct top100 mssql solution and test
2009-09-20 Peter Rabbitson Part one of the sybase work by Caelum (mostly reviewed)
2009-09-20 Peter Rabbitson Backout sybase changes
2009-09-07 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-09-06 Peter Rabbitson Centralize identity insert control for mssql (it seems...
2009-09-03 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-09-01 Peter Rabbitson Comment
2009-09-01 Peter Rabbitson Fix insert_bulk with rebless
2009-08-08 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-05 Rafael Kitover better money value comparison in tests
2009-08-05 Rafael Kitover fix rounding issues in mssql money tests
2009-08-05 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-05 Peter Rabbitson Silence a TODO test
2009-08-03 Rafael Kitover check that dynamic cursors are functional if enabled
2009-07-30 Rafael Kitover better rebless check for insert
2009-07-30 Rafael Kitover MSSQL GUID support
2009-07-25 Rafael Kitover add money type support
2009-07-24 Rafael Kitover merge in some more MSSQL code, including odbc dynamic...
2009-07-24 Rafael Kitover revert t/746mssql.t to trunk and move to another branch
2009-07-24 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-23 Rafael Kitover add money type tests to dbd::sybase+mssql tests
2009-07-23 Rafael Kitover add test for updating money value to NULL
2009-07-23 Rafael Kitover fix money columns
2009-07-23 Rafael Kitover add test
2009-07-14 Rafael Kitover substantially reduced ping count, dynamic cursors suppo...
2009-07-03 Peter Rabbitson Fix some mssql shortcommings when confronted with the...
2009-06-30 Peter Rabbitson Some fixes after review
2009-06-21 Peter Rabbitson Make sure quoting works
2009-06-20 Peter Rabbitson That should be all
2009-06-20 Peter Rabbitson Now really final
2009-06-20 Peter Rabbitson Really fix tests
2009-06-20 Peter Rabbitson Really fix tests
2009-06-20 Peter Rabbitson Test and merge fixes
2009-06-20 Peter Rabbitson Maybe I've nailed it
2009-06-17 Peter Rabbitson Half way working stuff, needs a LOT of tweaking still
2009-06-15 Arthur Axel "fREW... failing test
2009-06-12 Arthur Axel "fREW... Now I just need to check if the actual values are set...
2009-06-10 Arthur Axel "fREW... more failing tests
2009-06-09 Arthur Axel "fREW... fix plan
2009-06-09 Arthur Axel "fREW... more tests for SQL Server!
2009-05-24 Rafael Kitover added test to make sure only one connection to ODBC...
2009-05-24 Rafael Kitover fix double connect for ODBC/MSSQL
2009-01-29 Peter Rabbitson Sanify 746mssql.t
2008-11-09 Peter Rabbitson Some testdb changes and alignment, preparing for test...
2008-10-09 Peter Rabbitson Add new column with a default to Artist, adjust tests...
2008-08-12 Marc Mims ODBC fixes: superfluous connection in rebless; undef...
2008-01-02 Marc Mims Added Storage::DBI subclass for MSSQL auto PK over...