Commit graph

942 commits

Author SHA1 Message Date
Jenny Tam 65daa7a481
Addressed various issues with PHP 7.4 beta1 (#1015) 2019-07-29 08:02:50 -07:00
David Puglielli 1a2b49393c
Fixed for issues found by Semmle (#1011)
* Removed unneeded constants

* Fixed sqlsrv_free_stmt argument info

* Fixed brace escape to avoid buffer overflow

* Fixed brace escape and added test

* Debugging test failure on Bamboo

* Removed debugging output

* Debugging test failure on Bamboo

* Removed debugging output

* Added more test cases

* Changed range check to use strchr

* Added pdo test

* Fixed test and formatting
2019-07-23 15:12:55 -07:00
Jenny Tam b839ede878
Improve data caching with datetime objects (#1008) 2019-07-15 14:21:54 -07:00
Jenny Tam c0cf381d6c
Fixed tests that failed in php 7.4 (#1006) 2019-06-28 14:08:18 -07:00
Jenny Tam ec3a7a4437
Added a new test and modify a non LOB sqlsrv test (#1000) 2019-06-07 11:13:32 -07:00
David Puglielli 7c585c754e
Added batch query test for pdo (#997) 2019-05-22 11:38:46 -07:00
David Puglielli 68d7903e69 Added batch query 2019-05-22 11:07:42 -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 60f20bd1ea Replaced EXPECTF with EXPECT 2019-05-13 11:15:49 -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
David Puglielli ca6d6cbb8a Fixed test output 2019-05-10 15:02:45 -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
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
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 368d088000
Made Azure AD tests more robust (#973) 2019-04-15 12:22:26 -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 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 1ba1f21eb8
Added more checks for error conditions (#965) 2019-04-01 13:20:05 -07:00
Jenny Tam a99e7c30ba
Tests modified for language option for SQL Azure (#963) 2019-03-29 08:28:46 -07:00
David Puglielli 6325284919
Merge pull request #930 from gdegoulet/dev
add Language option on connect
2019-03-28 12:09:54 -07:00
Jenny Tam 7f56eab86e
Modified test_largeData for Linux CI (#954) 2019-03-18 08:46:20 -07:00
Jenny Tam df8d7da328
Added new tests for issue 569 (#951) 2019-03-14 15:15:33 -07:00
Jenny Tam 840ebc2378
Fixed the error in Issue 570 (#952) 2019-03-14 11:17:14 -07:00
Jenny Tam d60748e0cd
Modified money tests to test the accuracies of floats (#944) 2019-03-04 18:11:37 -08:00
Jenny Tam 12d01c9189
Issue 937 - fixed ASSERT and added new tests (#940) 2019-02-27 16:54:26 -08:00
Guillaume Degoulet 5b2b7504da add Language option on connect 2019-02-13 13:56:12 +01:00
Jenny Tam d9b6e05455
Added new tests for setting client buffer size related to issue 228 (#920) 2019-01-25 15:53:58 -08:00
Jenny Tam 9a372582f9
Support for Managed Identity for Azure resources (#875) 2019-01-11 17:17:45 -08:00
Jenny Tam 25d6812087
Skipped the non-applicables tests against Azure Data Warehouse (#913) 2019-01-07 15:36:59 -08:00
Jenny Tam 5801edd5c6
Dropped dbname variable and set QUOTED_IDENTIFIER to ON (#911) 2019-01-04 12:53:35 -08:00