Commit graph

84 commits

Author SHA1 Message Date
v-kaywon 9d033e716a added more to test 2017-03-31 13:59:30 -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 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 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
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 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 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
yitam 5795e0eceb one more test 2017-03-09 14:12:53 -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
yitam 194f37f8d5 part 5 new sqlsrv tests 2017-03-08 14:17:21 -08:00
yitam 45ea247c3f part 4 fetching various types 2017-03-08 09:55:29 -08:00
yitam e53ca834d3 part 3 testing rowCount 2017-03-07 17:25:39 -08:00
yitam 85391e6478 part 2 testing diff API 2017-03-07 16:47:38 -08:00
yitam aeacaf7a50 part 1 with utf8 data 2017-03-07 15:05:53 -08:00
Hadis Kakanejadi Fard 4532c72eab added client info tests 2017-03-03 18:25:08 -08:00
Jenny Tam 8d2d637a9e Update srv_308_empty_output_param.phpt 2017-03-01 08:20:36 -08:00
yitam 821e7edf5b added a sqlsrv test, a variant 2017-03-01 08:19:10 -08:00
yitam 26c5f1785f Issue #308 2017-02-28 10:04:59 -08:00
yitam efc52c6be6 modified tests based on review 2017-02-27 13:16:12 -08:00
yitam ee1be419be batch 3 2017-02-24 14:11:29 -08:00
yitam 9b22f0c3fc batch 2 2017-02-24 10:58:59 -08:00
yitam 805cd3393c batch 1 2017-02-23 21:40:51 -08:00
Jenny Tam e854a9ca53 Merge pull request #296 from v-dareck/remove_uchar
Remove uchar.h
2017-02-23 13:27:49 -08:00
v-dareck 47d5d809ed Fix baseline for #297 changes. 2017-02-23 11:43:14 -08:00
Jenny Tam 12e6535a7f Merge pull request #297 from Hadis-Fard/dev
issue #270 fix
2017-02-22 14:18:56 -08:00
Hadis Kakanejadi Fard 9ec0956347 fixed comment 2017-02-22 11:25:33 -08:00
Hadis Kakanejadi Fard 29443afc22 fixed string quotes and free stmt 2017-02-22 11:19:04 -08:00
Hadis Kakanejadi Fard f559610293 Changed db to tempdb and random table name 2017-02-22 10:11:27 -08:00
Hadis Kakanejadi Fard c89c46415d fixed indentations 2017-02-22 09:26:57 -08:00
Hadis Kakanejadi Fard 40893c0ebf fixed indentation and typo 2017-02-22 09:21:44 -08:00
Hadis Kakanejadi Fard 73a70da397 caps description 2017-02-21 17:42:39 -08:00
Hadis Kakanejadi Fard a5983ef546 added autonomous setup to test 2017-02-21 16:54:47 -08:00