Commit graph

363 commits

Author SHA1 Message Date
v-kaywon ff3a23f442 got rid of execReturn check since SQL_SUCCESS is 0 2017-04-03 12:43:08 -07:00
v-kaywon 8f67221e18 fix indentation 2017-04-03 10:08:36 -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
v-kaywon 94d2f2539c run again 2017-03-30 13:17:50 -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
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
v-kaywon 2788965d57 Update pdo_336_pho_exec_empty_result_set_error.phpt 2017-03-28 09:38:15 -07:00
v-kaywon 7c4efbcad8 Update core_sqlsrv.h 2017-03-28 09:29:57 -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 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
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 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
Hadis Kakanejadi Fard 1a11767e13 Merge pull request #324 from v-kaywon/attrPersistent
implement throwing exception when ATTR_PERSISTENT is in connection
2017-03-20 13:33:25 -07:00
v-kaywon 20198804bb Update pdo_065_construct_persistent.phpt 2017-03-20 12:42:31 -07:00
v-kaywon d289754362 Update pdo_065_construct_prefetch.phpt 2017-03-20 12:41:36 -07:00
v-kaywon c9492ae487 fix memory leak caused by pecalloced persistent connection; fix test indentation 2017-03-17 16:46:02 -07:00
Hadis Kakanejadi Fard dba4d635c5 Merge pull request #326 from v-kaywon/decimalTest
add test for bind output param with decimal type and scale specified (#321)
2017-03-17 12:45:07 -07:00
v-kaywon 048ecf86fd Update pdo_output_decimal.phpt 2017-03-16 11:48:09 -07:00
v-kaywon 3dc98175a0 Merge pull request #328 from v-kaywon/fixTest
fix pdo_stored_proc_fetch_datatypes.phpt
2017-03-16 11:46:27 -07:00
v-kaywon 021b070d93 fix pdo_stored_proc_fetch_datatypes.phpt 2017-03-16 10:02:23 -07:00
v-kaywon 9f65c08b37 Update pdo_output_decimal.phpt 2017-03-15 10:19:30 -07:00
v-kaywon 8565882bbb Update pdo_output_decimal.phpt 2017-03-15 09:45:23 -07:00
v-kaywon 43cafcaf86 Update pdo_output_decimal.phpt 2017-03-15 09:26:02 -07:00
v-kaywon 33b5d0bf4c add test for bind output param with decimal type and scale specified 2017-03-14 10:51:51 -07:00
v-kaywon b701fab642 implement throwing exception when ATTR_PERSISTENT is in the connection options; added tests 2017-03-13 17:54:58 -07:00
ulvii 9bd42e4060 Mac instructions (#319)
* Initial Mac instructions

* Add pecl install for mac

* Changing instructions for loading the drivers

* Updating apache install intructions for MAC

* Adding Mac related notes

* Minor cleanup

* appveyor.yml now outputs details of failing tests

* updated versioning to semantic versioning #282

* Update README.md

* changed locale for mac

* added client info tests

* added versioning notes

* updated precedence order example

* added 4.1.7 to changedlog

* updated PECL package version

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* MAC OS X announcement

* Updating Mac Apache Instructions. Also removing the step of manually adding drivers to the ini file.

* Adding php7.1-xml installation

* Apache config for Mac

* Fixing Apache config

* Update PECL instructions
2017-03-10 13:59:43 -08:00
v-kaywon a76e14efa2 Merge pull request #322 from yitam/addNewTests
one more test
2017-03-09 15:19:22 -08:00
yitam 5795e0eceb one more test 2017-03-09 14:12:53 -08:00
v-kaywon 5ccbda81e1 Merge pull request #320 from yitam/addNewTests
Uploaded some more tests
2017-03-09 11:55:11 -08:00
yitam a10fe30fd5 modified a failing test 2017-03-08 16:13:57 -08:00
yitam 497797ec61 fixed some tests 2017-03-08 15:53:59 -08:00
yitam 9f91c815a4 removed redundant tests 2017-03-08 14:34:56 -08:00