Commit graph

435 commits

Author SHA1 Message Date
yitam 849725d742 add new test plus fix some 2017-04-11 08:51:48 -07:00
yitam 56be6ae056 modify sqlsrv_fetch_cursor_static_scroll 2017-04-11 08:51:48 -07:00
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 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
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
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
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
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
ulvii 800a0eb6b2 Update sqlsrv_ConnPool_Unix.phpt
Move description to --DESCRIPTION-- section
2017-03-31 17:41:38 -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 20c4fe69c1 fix if sqlreturn is null 2017-03-31 15:48:22 -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
v-kaywon 9ebc699939 Merge pull request #350 from yitam/katmai
tests for Katmai types
2017-03-30 15:24:20 -07:00
v-kaywon f7983472a3 Merge pull request #335 from v-kaywon/driverorder
rename stmt_option_scrollable to driver specific names
2017-03-30 13:47:02 -07:00
v-kaywon 94d2f2539c run again 2017-03-30 13:17:50 -07:00
ulvii 16751faee7 Update appveyor.yml 2017-03-30 13:05:08 -07:00
ulvii b003b0156d Update appveyor.yml 2017-03-30 12:27:32 -07:00
yitam bcd52fafa8 tests for Katmai types 2017-03-30 11:59:39 -07:00
ulvii a7cd638b87 Update sqlsrv_statement_cancel.phpt 2017-03-30 11:16:16 -07:00