Commit graph

592 commits

Author SHA1 Message Date
Meet Bhagdev ada59249af Update README.md 2017-04-07 14:44:16 -07:00
v-kaywon ea761587d5 Change version (#363)
* change version number for release

* revert version

* change version number to 4.1.8-preview
2017-04-07 13:04:31 -07:00
v-kaywon f3d2569924 Merge pull request #361 from v-kaywon/rename_henv
rename g_henv_cp and g_henv_ncp to g_pdo_henv_.. and gg_ss_henv_.. to…
2017-04-07 10:00:06 -07:00
v-kaywon 8ddf8fdfee fix spacing 2017-04-07 09:20:34 -07:00
v-kaywon 83af4d0228 test 2017-04-06 16:35:03 -07:00
v-kaywon fc37444cbe changed description in pdo_set_attr_invalid.phtp 2017-04-06 16:25:21 -07:00
Jenny Tam feb5eb1b54 Merge pull request #360 from ulvii/updateReadme
Update README.md
2017-04-06 16:20:44 -07:00
v-kaywon 68eca075ab rename g_henv_cp and g_henv_ncp to g_pdo_henv_.. and gg_ss_henv_.. to prevent name clashing problem in the pdo_sqlsrv and sqlsrv drivers 2017-04-06 15:44:04 -07:00
ulvii e705b55592 Update README.md
Adding mssql-tools to Mac
2017-04-06 14:01:17 -07:00
yitam 443d12e478 changelog for 4.1.8-preview 2017-04-05 15:47:18 -07:00
yitam 4fa5713dc8 changelog for 4.1.8-preview 2017-04-05 15:37:48 -07:00
v-kaywon d682702152 added test for setting and getting pdo statement attributes 2017-04-04 17:53:11 -07:00
v-kaywon ed4e8649af close connection in pdo_warnings.phpt 2017-04-04 17:30:17 -07:00
v-kaywon 7901d72f03 add test for warnings at connection and statement levels 2017-04-04 17:13:17 -07:00
v-kaywon 8b233b9096 fix expected position of double semicolon to use regex due to different length of server name 2017-04-04 15:43:19 -07:00
v-kaywon 4b8d8411a7 add test for different formatted dsn string in pdo construct 2017-04-04 15:28:33 -07:00
Meet Bhagdev 679849db07 Update README.md 2017-04-04 14:33:36 -07:00
David Puglielli f330830eef Connection resiliency changes (#356)
* Connection resiliency changes

* Changed connres test to check appveyor protocol

* Changed connres test to check appveyor protocol

* Changed connres test to check appveyor protocol

* Reverted test because appveyor still won't use the correct protocol

* Removed unnecessary connres #defines from msodbcsql.h
2017-04-04 13:40:30 -07:00
v-kaywon 65c79ef344 added test for pdo construct without server specified 2017-04-04 12:35:08 -07:00
v-kaywon 4ff9aae585 test for direction execution of an invalid query 2017-04-04 11:42:53 -07:00
Jenny Tam 52e05992bd Merge pull request #344 from v-kaywon/error_numcol
workaround for unixODBC bug returning error when getting numcol
2017-04-04 11:40:15 -07:00
v-kaywon df3e23af45 changed default execReturn to SQL_ERROR 2017-04-04 11:10:56 -07:00
v-kaywon a2740bb95a added test for setting invalid connection attributes 2017-04-04 09:44:27 -07:00
v-kaywon fe0f48151b added test for setting invalid encoding attributes 2017-04-03 17:17:32 -07:00
v-kaywon a2f16cb575 add test for getting invalid connection attributes 2017-04-03 17:00:23 -07:00
v-kaywon 95e5fdd055 added tests for prepare options and invalid option 2017-04-03 15:42:41 -07:00
v-kaywon 2c9a4b67d8 added tests for invalid connection option and invalid transaction isolation value 2017-04-03 14:42:53 -07:00
v-kaywon 6dbc588bc7 add test for invalid connection option 2017-04-03 14:01:30 -07:00
v-kaywon 3fc7d81205 fixed pdo_construct_Transaction.phpt 2017-04-03 13:31:09 -07:00
Jenny Tam 749f150be8 Merge pull request #351 from ulvii/sqlsrvConnPoolTest
Adding a script to test sqlsrv connection pooling on Linux and Mac
2017-04-03 13:06:02 -07:00
v-kaywon ff3a23f442 got rid of execReturn check since SQL_SUCCESS is 0 2017-04-03 12:43:08 -07:00
ulvii f0fa84dff0 Update readme sample (#357)
* Updating readme sample

* Update README.md
2017-04-03 12:21:38 -07:00
ulvii 70ad77f9ce Update PDO_ConnPool_Unix.phpt 2017-04-03 10:53:33 -07:00
ulvii b144cf97b6 Update sqlsrv_ConnPool_Unix.phpt 2017-04-03 10:52:43 -07:00
ulvii 00aff96418 Update isPooled.php 2017-04-03 10:48:59 -07:00
v-kaywon 8f67221e18 fix indentation 2017-04-03 10:08:36 -07:00
v-kaywon ca855dc857 added test for lastinsertid 2017-04-03 10:02:26 -07:00
v-kaywon 6a9b910811 fixed pdo_get_set_attr.phpt reges expected output 2017-04-03 09:30:41 -07:00
ulvii 800a0eb6b2 Update sqlsrv_ConnPool_Unix.phpt
Move description to --DESCRIPTION-- section
2017-03-31 17:41:38 -07:00
v-kaywon ff2b9106b1 added test for get and set connection attribute 2017-03-31 17:36:26 -07:00
David Puglielli 55d0461bf6 Merge pull request #343 from ulvii/ColCache
Column meta cache
2017-03-31 17:35:24 -07:00
Jenny Tam c48bf1695b SQLSRV katmai special types (#355) 2017-03-31 17:33:47 -07:00
v-kaywon c8188e41b0 added pdo commit and rolled back tests 2017-03-31 17:09:40 -07:00
v-kaywon 523b7e5ccc more tests 2017-03-31 16:49:40 -07:00
v-kaywon 20c4fe69c1 fix if sqlreturn is null 2017-03-31 15:48:22 -07:00
v-kaywon e58e61b7fc changed transactionIsolation test 2017-03-31 15:28:54 -07:00
v-kaywon 15948a7b4b increase coverage for pdo connection options 2017-03-31 15:17:12 -07:00
v-kaywon 9d033e716a added more to test 2017-03-31 13:59:30 -07:00
v-kaywon d87c03f5a8 do not check has result if execute returns SQL_NO_DATA 2017-03-31 13:38:57 -07:00
ulvii 14c8cc83c8 Adding a script to test sqlsrv connection pooling on Linux and Mac 2017-03-30 17:45:27 -07:00