Commit graph

507 commits

Author SHA1 Message Date
yitam 6303abce69 static cursor scrollable 2017-04-11 08:51:48 -07:00
yitam 690819c4e3 a test with cursors 2017-04-11 08:51:48 -07:00
yitam 3589698b7d added fetchmode 2017-04-11 08:51:48 -07:00
yitam e1cfe39de1 another pdo transaction test 2017-04-11 08:51:48 -07:00
yitam f7596cc6ff modified PDO_ConnPool_Unix description 2017-04-11 08:51:48 -07:00
yitam f28c47ed16 renamed Repro 2017-04-11 08:51:48 -07:00
yitam a917cfbf2c make GetTempTableName more robust 2017-04-11 08:51:47 -07:00
yitam 93c486b068 make GetTempTableName more robust 2017-04-11 08:51:47 -07:00
yitam e4f37f3b5d add a transaction test 2017-04-11 08:51:47 -07:00
yitam e8271d6311 fix TestFilename in output.py 2017-04-11 08:51:47 -07:00
yitam ced0b2163f fix output.py 2017-04-11 08:51:47 -07:00
yitam 0b1b370a15 tests with empty or null streams 2017-04-11 08:51:47 -07:00
yitam 4cacc6c770 some invalid scenarios 2017-04-11 08:51:47 -07:00
v-kaywon 3848c41108 added tests for different invalid options for pdo::prepare 2017-04-07 17:09:18 -07:00
v-kaywon e8f565daae Merge pull request #359 from yitam/changelog
changelog for 4.1.8-preview
2017-04-07 16:30:38 -07:00
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