Commit graph

420 commits

Author SHA1 Message Date
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
ulvii 8d27161f0a Update appveyor.yml 2017-03-30 11:12:21 -07:00
ulvii 8dbdf890a1 Travis : print .out files too 2017-03-30 11:01:29 -07:00
ulvii 0fd7337b9e Undoing changes to appveyor.yml
Undoing changes, because there is another pull request that fixes the issue
2017-03-30 10:29:08 -07:00
ulvii 80cc2f8675 Update sqlsrv_statement_cancel.phpt
On Linux, the message returned by unixODBC does not have a space after [ODBC Driver Manager]
2017-03-30 10:18:15 -07:00
v-kaywon a5f999ef0b cleaner code 2017-03-29 13:48:11 -07:00
v-kaywon 816856cbc0 cleaner code 2017-03-29 13:45:57 -07:00
Jenny Tam 9e73b35c7d modified ReadMe (#348) 2017-03-29 12:22:02 -07:00
ulvii c2f57d11ab Ubuntu16 apache (#347)
* Update Ubuntu 16 Apache instructions

* Update README.md
2017-03-29 11:30:35 -07:00
v-kaywon b9a2c093e4 merge 2017-03-29 11:29:57 -07:00
v-kaywon 0fd7ebb6d3 fix seg fault 2017-03-29 11:26:45 -07:00
v-kaywon e90d67a0dd Update core_sqlsrv.h 2017-03-28 17:06:17 -07:00
v-kaywon a6d55d8841 Update core_sqlsrv.h 2017-03-28 17:04:44 -07:00
v-kaywon 20806e6872 Merge branch 'error_numcol' of https://github.com/v-kaywon/msphpsql into error_numcol
to get updates
.
2017-03-28 16:38:41 -07:00
v-kaywon 53c280fe54 get error without recording it 2017-03-28 16:37:40 -07:00
v-kaywon 7230e307a7 Update sqlsrv_statement_cancel.phpt 2017-03-28 11:41:35 -07:00