Commit graph

2382 commits

Author SHA1 Message Date
David Puglielli 68d7903e69 Added batch query 2019-05-22 11:07:42 -07:00
Jenny Tam 9122c1574a
Modified pipelines to connect using sqlcmd inside of the container instead (#995) 2019-05-17 11:36:51 -07:00
Jenny Tam ac59cfd56a
Redesigned some tests based on recent test results (#992) 2019-05-17 11:36:24 -07:00
Jenny Tam 7e0bf91eec
Fixed two failing tests (#991) 2019-05-13 15:46:25 -07:00
David Puglielli f369ce6212
Merge pull request #989 from david-puglielli/issue-432-fix
Issue #432 fix
2019-05-13 15:24:18 -07:00
David Puglielli e152459699
Merge pull request #990 from david-puglielli/issue-909-fix
Issue 909 fix
2019-05-13 12:18:51 -07:00
David Puglielli 60f20bd1ea Replaced EXPECTF with EXPECT 2019-05-13 11:15:49 -07:00
David Puglielli 1aa8dea2ae Corrected formatting 2019-05-13 11:14:53 -07:00
David Puglielli 06ff53daa8 Fixed locale issue 2019-05-11 13:35:12 -07:00
David Puglielli 6975967641 Replaced expected test output altogether 2019-05-10 22:16:46 -07:00
David Puglielli 39c57af2b6 Fixed test output (again) 2019-05-10 16:56:45 -07:00
David Puglielli 50ba3244da Fixed test output (again) 2019-05-10 16:35:22 -07:00
David Puglielli 209c4fdad0 Fixed test output (again) 2019-05-10 16:05:05 -07:00
Jenny Tam 3b6b076c1f
Updated links and versions (#987) (#988) 2019-05-10 15:33:24 -07:00
David Puglielli ca6d6cbb8a Fixed test output 2019-05-10 15:02:45 -07:00
David Puglielli 9d9acc3627 Changed flag name 2019-05-10 13:03:22 -07:00
David Puglielli e031c1a3fa Fixed pdo test 2019-05-10 12:56:51 -07:00
David Puglielli 51c45a26b8 Fixed test output 2019-05-09 20:17:54 -07:00
David Puglielli aeeba5ca1d Removed unix skipif 2019-05-09 16:58:35 -07:00
David Puglielli 6ad5c1e60d Added connection string flag 2019-05-09 16:56:18 -07:00
Jenny Tam 5dabd47e41
Updated links and versions (#987) 2019-05-09 14:54:24 -07:00
Jenny Tam ffd9849750
Fixed memory issues with data classification (#985) 2019-05-08 15:18:15 -07:00
Jenny Tam e02db623df
Added more pdo tests to verify different error conditions (#984) 2019-05-01 13:09:15 -07:00
Jenny Tam 9e90a42d1b
Data Classification sensitivity metadata retrieval (#979) 2019-05-01 08:03:33 -07:00
Jenny Tam c5b6540498
Fixed failing tests (#981) 2019-04-26 16:30:15 -07:00
Jenny Tam e8d13896ba
Revert "Used different skipif conditions for these two tests that require AE connections (#977)" (#980)
This reverts commit ee3c85afa8.
2019-04-25 15:58:24 -07:00
Jenny Tam a8e1138fd6
Modified get column meta method to reference saved metadata (#978) 2019-04-24 16:06:33 -07:00
David Puglielli 45c1b85d77
Merge pull request #974 from david-puglielli/batch-query-test
Added batch query test
2019-04-24 14:03:53 -07:00
David Puglielli 0f93bbe6fe Simplified insert logic 2019-04-24 12:49:33 -07:00
Jenny Tam ee3c85afa8
Used different skipif conditions for these two tests that require AE connections (#977) 2019-04-24 11:37:31 -07:00
David Puglielli 63c6bd385f Formatting changes 2019-04-23 11:28:44 -07:00
David Puglielli ea17b72c83 Addressed review comments 2019-04-22 16:54:43 -07:00
David Puglielli 13fe59d510 Fixed 32 bit test failure 2019-04-19 16:02:19 -07:00
David Puglielli c1b54aabeb Added batch query test 2019-04-19 13:26:34 -07:00
David Puglielli a3456cdbcb
Merge pull request #972 from david-puglielli/redundant-apis
Fix for redundant calls to SQLNumResultCols and SQLRowCount
2019-04-15 15:56:52 -07:00
Jenny Tam fd24a9774a
Issue 970: use quotes for variables (#971) 2019-04-15 15:15:02 -07:00
David Puglielli ad1d990cda Addressed review comments 2019-04-15 13:48:48 -07:00
Jenny Tam 368d088000
Made Azure AD tests more robust (#973) 2019-04-15 12:22:26 -07:00
David Puglielli b025110194 Fixed test failure 2019-04-12 22:41:06 -07:00
David Puglielli 62738bacf3 Addressed review comments 2019-04-12 20:49:03 -07:00
David Puglielli cf03cbb6f7 Test fixes 2019-04-11 12:47:16 -07:00
David Puglielli 847493bdff Minor fixes 2019-04-11 12:33:39 -07:00
David Puglielli e2a6ece527 Fixed test and error message 2019-04-11 12:11:02 -07:00
Jenny Tam 1e4f014727
Modified to check if qualified for AE connections (#967) 2019-04-09 15:30:24 -07:00
Jenny Tam 8ba932b1ca
Add new pdo_sqlsrv tests for utf8 encoding errors (#966) 2019-04-09 09:34:31 -07:00
Jenny Tam 486ab9fb08
Revert "Update azure-pipelines.yml for Azure Pipelines [skip ci] (#964)" (#969)
This reverts commit 7d389e0cff.
2019-04-09 07:28:26 -07:00
David Puglielli 4b6b650db1 Added row and column count checks 2019-04-05 12:34:33 -07:00
David Puglielli a8a0146671 Removed forward cursor condition 2019-04-02 16:08:53 -07:00
Jenny Tam 1ba1f21eb8
Added more checks for error conditions (#965) 2019-04-01 13:20:05 -07:00
Jenny Tam 7d389e0cff
Update azure-pipelines.yml for Azure Pipelines [skip ci] (#964) 2019-03-29 10:40:07 -07:00