Commit graph

483 commits

Author SHA1 Message Date
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
v-kaywon 3f0d3b65f6 Meranges
e branch 'error_numcol' of https://github.com/v-kaywon/msphpsql into error_numcol

get change
:wq
2017-03-28 11:00:50 -07:00
v-kaywon 4284457b35 fix sqlsrv_statement_cancel.phpt test 2017-03-28 10:59:04 -07:00
David Puglielli f2a4adb45d Update README.md 2017-03-28 10:54:00 -07:00
ulvii 1b298389fe Update appveyor.yml 2017-03-28 10:46:04 -07:00
v-kaywon 2788965d57 Update pdo_336_pho_exec_empty_result_set_error.phpt 2017-03-28 09:38:15 -07:00
v-kaywon 4057a9210d Update util.cpp 2017-03-28 09:37:11 -07:00
v-kaywon 8fa17294ec Update pdo_util.cpp 2017-03-28 09:36:36 -07:00
v-kaywon 7c4efbcad8 Update core_sqlsrv.h 2017-03-28 09:29:57 -07:00
ulvii c870f0803b Remove buggy lines
Removed $file.out. In case of failing tests, this would become failing_test.diff.out
2017-03-27 18:44:57 -07:00
ulvii 234b123fd7 Update sqlsrv_statement_cancel.phpt 2017-03-27 18:42:58 -07:00
ulvii 96237e1dcd Update .travis.yml 2017-03-27 18:33:46 -07:00
ulvii 872584a512 Update .travis.yml 2017-03-27 18:21:48 -07:00
ulvii 3d48ce5a7b Update .travis.yml 2017-03-27 18:12:34 -07:00
ulvii 7c3206ae78 Fixing regex 2017-03-27 18:11:10 -07:00
v-kaywon 7256685a4c workaround for unixODBC bug returning error when pdo::exec query with empty result set 2017-03-27 17:49:01 -07:00
ulvii e6d55ad632 Update .travis.yml 2017-03-27 17:41:02 -07:00
ulvii 3d7a472626 Print diff file contents
Adding script to print out diff file contents, if there are failing tests
2017-03-27 17:26:59 -07:00
ulvii d0aed143dc Clear Cache before next results set
We need to clear cache if a statement has multiple rowsets.
2017-03-27 15:24:41 -07:00
ulvii 6809f0f7ea Workaround for a bug in unixODBC 2.3.4 (#334)
* Adding a workaround for the error handling issue with unixODBC 2.3.4 when conneciton pooling is enabled

* Adding a check to apply the workaround only to PDO SQLSRV

* Update core_util.cpp

* Unix Conn Pool test

* Modifying the test to use autonomous_setup.php

* Updating path to isPooled.php
2017-03-27 14:07:43 -07:00
ulvii 6bd361c1ef Update Ubuntu 16 Apache Configuration (#342)
* Order change

Changing order of steps, to install the drivers before installing apache

* Apache php.ini for ubuntu 16

On Ubuntu 16, drivers should be added to apache php.ini file too
2017-03-27 14:02:36 -07:00
ulvii b883ee47e4 Update core_stmt.cpp 2017-03-27 12:58:42 -07:00
ulvii 80b510ef2f removing tabs 2017-03-27 12:57:18 -07:00
ulvii f835c34319 Update core_stmt.cpp 2017-03-24 17:12:10 -07:00
ulvii 48e9914986 Update spaces 2017-03-24 17:03:24 -07:00
ulvii 4339bad694 Update identation 2017-03-24 16:01:45 -07:00
ulvii 27bae233c0 Update identation 2017-03-24 15:53:41 -07:00
ulvii 5e42b191ea Implementing new cache to remove unnecessary ODBC calls 2017-03-24 15:46:53 -07:00
v-kaywon bd8d1e1bf4 Merge pull request #337 from v-kaywon/string_warning
convert const char[] to char[] to avoid conversion warnings
2017-03-23 12:30:30 -07:00
v-kaywon 9f3c0cee54 Update init.cpp 2017-03-23 11:55:33 -07:00
v-kaywon 566a2dafb0 Merge pull request #333 from v-kaywon/numrow_null_result
fix crash from getting the numrow of a null buffered result set
2017-03-23 11:46:57 -07:00
v-kaywon b4f7684db3 Update init.cpp
fix indentation
2017-03-23 10:57:35 -07:00
v-kaywon d68300ff53 Update core_results.cpp 2017-03-23 10:52:02 -07:00
v-kaywon 6b2aa39e19 convert const char[] to char[] to avoid conversion warnings 2017-03-23 10:21:48 -07:00
v-kaywon ccd80a32d9 Update util.cpp 2017-03-21 17:00:13 -07:00
v-kaywon 06a343f611 rename stmt_option_scrollable to driver specific names and put get_error_message into namespace 2017-03-21 15:28:13 -07:00
v-kaywon c1a1a06061 fix crash from getting the numrow of a null buffered result set; add test 2017-03-20 15:58:57 -07:00
Hadis Kakanejadi Fard 7434d06507 Fixed headers 2017-03-20 13:51:54 -07:00