Commit graph

388 commits

Author SHA1 Message Date
v-kaywon 733ac45497 fix spacing in pdo_commit.phpt 2017-04-13 09:28:24 -07:00
v-kaywon 2966956f03 fix indentation in pdostatement_get_set_attr.phpt 2017-04-12 12:28:09 -07:00
v-kaywon 6f84d3642d fix indentations and comments 2017-04-12 12:25:40 -07:00
v-kaywon caec680535 added catch block in pdo_warnings.phpt 2017-04-12 11:40:26 -07:00
v-kaywon 6fb68c9b61 commit and rollback tests set stmt to null at the end 2017-04-12 11:33:07 -07:00
v-kaywon e59bde3d38 change pdo_prepare_invalid_encoding.phpt so it prints out errorinfo 2017-04-12 11:24:52 -07:00
v-kaywon 371e019511 change pdo_prepare_invalid_cursor.phpt so it prints out errorinfo 2017-04-12 11:21:54 -07:00
v-kaywon d5238008d7 changed pdo_lastInsertId.phpt so lastInsertId does not take in table names; fixed indentation 2017-04-12 11:10:58 -07:00
v-kaywon 9d136d541e mergerd pdo_construct_dsn_format_incorrect and pdo_construct_no_server and renamed to pdo_construct_dsn_error 2017-04-12 10:05:20 -07:00
v-kaywon 910e337a16 merged two transaction isolation tests 2017-04-12 09:32:54 -07:00
v-kaywon 69976af3a0 fixed pdo commit and rollback tests 2017-04-12 09:26:14 -07:00
v-kaywon 3848c41108 added tests for different invalid options for pdo::prepare 2017-04-07 17:09:18 -07:00
v-kaywon 83af4d0228 test 2017-04-06 16:35:03 -07:00
v-kaywon fc37444cbe changed description in pdo_set_attr_invalid.phtp 2017-04-06 16:25:21 -07:00
v-kaywon d682702152 added test for setting and getting pdo statement attributes 2017-04-04 17:53:11 -07:00
v-kaywon ed4e8649af close connection in pdo_warnings.phpt 2017-04-04 17:30:17 -07:00
v-kaywon 7901d72f03 add test for warnings at connection and statement levels 2017-04-04 17:13:17 -07:00
v-kaywon 8b233b9096 fix expected position of double semicolon to use regex due to different length of server name 2017-04-04 15:43:19 -07:00
v-kaywon 4b8d8411a7 add test for different formatted dsn string in pdo construct 2017-04-04 15:28:33 -07:00
v-kaywon 65c79ef344 added test for pdo construct without server specified 2017-04-04 12:35:08 -07:00
v-kaywon 4ff9aae585 test for direction execution of an invalid query 2017-04-04 11:42:53 -07:00
v-kaywon a2740bb95a added test for setting invalid connection attributes 2017-04-04 09:44:27 -07:00
v-kaywon fe0f48151b added test for setting invalid encoding attributes 2017-04-03 17:17:32 -07:00
v-kaywon a2f16cb575 add test for getting invalid connection attributes 2017-04-03 17:00:23 -07:00
v-kaywon 95e5fdd055 added tests for prepare options and invalid option 2017-04-03 15:42:41 -07:00
v-kaywon 2c9a4b67d8 added tests for invalid connection option and invalid transaction isolation value 2017-04-03 14:42:53 -07:00
v-kaywon 6dbc588bc7 add test for invalid connection option 2017-04-03 14:01:30 -07:00
v-kaywon 3fc7d81205 fixed pdo_construct_Transaction.phpt 2017-04-03 13:31:09 -07:00
v-kaywon ca855dc857 added test for lastinsertid 2017-04-03 10:02:26 -07:00
v-kaywon 6a9b910811 fixed pdo_get_set_attr.phpt reges expected output 2017-04-03 09:30:41 -07:00
v-kaywon ff2b9106b1 added test for get and set connection attribute 2017-03-31 17:36:26 -07:00
v-kaywon c8188e41b0 added pdo commit and rolled back tests 2017-03-31 17:09:40 -07:00
v-kaywon 523b7e5ccc more tests 2017-03-31 16:49:40 -07:00
v-kaywon e58e61b7fc changed transactionIsolation test 2017-03-31 15:28:54 -07:00
v-kaywon 15948a7b4b increase coverage for pdo connection options 2017-03-31 15:17:12 -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
yitam bcd52fafa8 tests for Katmai types 2017-03-30 11:59:39 -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
David Puglielli f2a4adb45d Update README.md 2017-03-28 10:54:00 -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
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