Commit graph

921 commits

Author SHA1 Message Date
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
Jenny Tam d4f840f630
Initialize output param buffer when allocating extra space (#907) 2018-12-17 12:25:37 -08:00
Jenny Tam e30ebfabe8
Drop tests related to fake passwords (#905) 2018-12-10 16:11:39 -08:00
Jenny Tam ac8ea11126
Update sqlsrv_statement_format_money_scales.phpt
Do not encrypt money / smallmoney fields in the test table
2018-12-04 15:43:57 -08:00
Jenny Tam cbdc01c007
Fixed the error in the pdo decimal test (#890) 2018-11-29 08:55:09 -08:00
Jenny Tam 76c595fc2b
Decimal places for money types only (#886) 2018-11-27 17:18:38 -08:00
Jenny Tam 78911f4697
Fixed the flaws of decimal tests and added more debugging (#879) 2018-11-16 15:03:53 -08:00
Jenny Tam 3679b48df2
Skipped some tests when running against Azure (#874) 2018-11-07 16:37:11 -08:00
Jenny Tam f4ad2ae1d4
Feature request 415 for pdo_sqlsrv (#873) 2018-11-02 14:34:27 -07:00
Jenny Tam b3072a99ee
Modified how to send stream data using SQLPutData and SQLParamData (#865) 2018-10-19 14:48:21 -07:00
Jenny Tam 18094a6cef
Feature request 415 for sqlsrv (#861) 2018-10-12 15:22:27 -07:00
Jenny Tam 32732c885e
Clear AKV data after setting the connection attribute or when exception is thrown (#854)
* Dev (#820)

* Fixed the potential error reported by Prefast code analysis

* Use SQLSRV_ASSERT for checking NULL ptrs

* For these AKV tests check env despite not AE connected

* Added the driver option to run functional tests

* Fixed connection pooling tests for more than one ODBC drivers

* added driver option to pdo isPooled.php

* Removed win32 ifdefs re connection resiliency (#802)

* Set the driver argument for getDSN to null by default (#798)

* Added the driver argument to getDSN

* Dropped the driver argument but set to null as default

* Removed the AE condition in locale support

* Modified the AE condition for locale support

* Changed int to SQLLEN to avoid infinite loop (#806)

* Version 5.3.0 (#803)

* Version 5.3.0

* Fixed the wrong replacements

* Added comments block to m4 files

* Use dnl for comments

*  Modified AE fetch phptypes test to insert only one row at a time and loop through php types (#801)

* Modified AE fetch phptypes test to insert only one row at a time and loop through php types

* Fixed formatting

* Streamlined two very similar large column name tests (#807)

* Streamlined two very similar large column name tests

* Changed the EOL

* Updates to change log and readme (#811)

* Updates to change log and readme

* Dropped support for Ubuntu 17

* Modified as per review comments

* Fixed connection resiliency tests for Unix, updated AppVeyor for ODBC 17.2

* Fixed expected output

* Fixed output and skipifs

* Fixed skipifs and output

* Fixed driver name

* Updated installation instructions and sample script (#813)

* Updated instructions and sample test for 5.3.0 RTW

* Fixed sample code to adhere to php coding standard

* Fixed cases and spaces

* Modified NOTE for UB 18.04 based on review comments

* Added 'exit'

* Modified change log and readme based on review to PR 811

* Applied review comments

* build output to debug appveyor failure

* removed debug output

* Streamlined two very similar large column name tests (#815)

* Streamlined two very similar large column name tests

* Added random number of test table names to avoid operand clash issues

* Replaced to with for based on review

* Changelog updated

* changelog updated, test skipif changed to run on unix platforms

* Fixed skipif typo

* Fixed typo in skipif for pdo

* Fixed some output for Travis

* Moved error checking inside pdo connres tests

* Added links back to changelog

* Fixed output for sqlsrv connres tests

* Fixed output

* Fixed output again

* Clear AKV data after connection or when exception is thrown

* Modified tests too to skip some AKV tests without real credentials

* Used assignment operator also free the existing memory
2018-09-26 14:51:16 -07:00
Jenny Tam 0ba11a2f44
Fixed sqlsrv datetime tests to connect with ColumnEncryption variables (#849) 2018-09-21 13:07:47 -07:00
Jenny Tam 902a03263e
Feature request - add ReturnDatesAsStrings option to statement level for sqlsrv (#844)
* Added ReturnDatesAsStrings option to the statement level

* Added new tests for ReturnDatesAsStrings at statement level

* Added more datetime types as per review
2018-09-17 16:25:02 -07:00
Jenny Tam 7521f095ee
Feature request - new PDO_STMT_OPTION_FETCHES_DATETIME_TYPE flag for pdo_sqlsrv to return datetime as objects (#842)
* Feature request - issue 648

* Fixed constructor for field_cache and added another test

* Added tests for FETCH_BOUND

* Added a new test for output param

* Modified output param test to set attributes differently

* Removed a useless helped function in a test

* Combined two new tests into one as per review

* Uncommented dropTable
2018-09-17 16:24:52 -07:00
Jenny Tam e51380612d
Adding supporting for Azure AD access token (#837)
* Adding supporting for Azure AD access token

* Added more comments for the AD access token skipif files

* Save the pointer to access token struct until after connecting

* Clear the access token data before freeing the memory

* Added a reference as per review
2018-09-06 11:32:04 -07:00
Jenny Tam 6a688b3727
Modified the error handling to make it more flexible (#833)
* Made error handling more flexible

* Fixed a minor issue with a test
2018-08-20 14:51:33 -07:00
Jenny Tam 28a7860828
Added driver to the skipif conditions (#831) 2018-08-17 13:52:23 -07:00
David Puglielli c533ffa1b4
Merge pull request #821 from david-puglielli/skipif-fix
Skipif fix
2018-07-27 15:31:29 -07:00
David Puglielli 7357a1673f One more fix 2018-07-26 16:08:58 -07:00
Jenny Tam b6d815bfc9
Changes made to source and tests to support PHP 7.3 (#822)
* Changes made to support php 7.3

* Correct use of the smart pointer

* Fixed the tests for 7.3

* Some clean up for array_init()

* Fixed formattings and clean up
2018-07-26 15:21:03 -07:00
David Puglielli efde09f9af Tweaked per review comments 2018-07-23 16:38:24 -07:00