Commit graph

512 commits

Author SHA1 Message Date
ulvii 760a3b4af9 update version to 4.1.9 (#387) 2017-05-08 13:17:55 -07:00
Jenny Tam d5dcf9b4bc Merge pull request #384 from yitam/azure-ad
Azure AD implementation - preview
2017-05-08 10:48:48 -07:00
yitam 368b658940 skipped part of sqlsrv test when running in Windows 2017-05-08 10:16:05 -07:00
yitam b6671d9ac5 removed comment 2017-05-08 09:44:57 -07:00
yitam 568d13aef4 revert the test and changed appveyor 2017-05-08 09:36:12 -07:00
yitam aa1cd4d178 modified sqlsrv test without TrustServerCertificate 2017-05-08 09:19:39 -07:00
yitam d63d42774d modified sqlsrv test again 2017-05-08 09:09:05 -07:00
yitam 75ee4f90ad modified sqlsrv test 2017-05-08 08:57:30 -07:00
yitam 9e8cb88ca7 also download MS Online Services sign-in assistant 2017-05-08 08:12:26 -07:00
yitam 28fc51df3d updated to ODBC 13.1 2017-05-05 17:17:52 -07:00
yitam 7d8004bf5a fixed indendations and tabs 2017-05-05 16:39:51 -07:00
yitam 1e527865a9 Implemented Azure AD plus tests 2017-05-05 16:28:33 -07:00
Meet Bhagdev ae0368f8d2 Update README.md 2017-05-05 14:52:43 -07:00
Jenny Tam 9b28d70423 Merge pull request #375 from yitam/changeReadme
Modified Readme for Mac section
2017-05-05 08:58:04 -07:00
Hadis Kakanejadi Fard 4922e97b5d removed unused function (#383) 2017-05-04 18:15:39 -07:00
Hadis Kakanejadi Fard ce6337709b Merge pull request #381 from Hadis-Fard/dev
issue #378
2017-05-03 17:00:39 -07:00
Hadis Kakanejadi Fard 1db0a5a38c fixed indentation in pdo test 2017-05-03 14:47:58 -07:00
Hadis Kakanejadi Fard 4d06de4aaf added tests 2017-05-03 14:44:43 -07:00
Hadis Kakanejadi Fard c5af000e56 fixed issue #378 2017-05-03 14:41:19 -07:00
yitam 1ea6e7fb1c moved comments up in Step 3 2017-05-02 13:13:39 -07:00
v-kaywon fb3663bca4 Merge pull request #371 from v-kaywon/emulate_prepare
implemented emulate prepare and added tests
2017-05-02 11:20:46 -07:00
v-kaywon c0707f6991 fix comments 2017-05-01 15:24:32 -07:00
yitam fd83981e4a removed restart terminal for Mac 2017-05-01 11:48:18 -07:00
yitam 0ce6b48aad changed php 7 title 2017-05-01 11:21:04 -07:00
ulvii 41af6fc0a2 Database setup (#367)
* porting database setup files for functional tests

* Updating yml files to setup test databases before running the tests

* update spacing

* Renaming env variables

* Modifying cleanup_dbs.py and setup_dbs.py scripts so that they can execute database setup files

* update env variables

* Fix typo

* Update .travis.yml

* update env variables

* update travis scripts

* Checking sqlcmd setup on travis

* Checking sqlcmd setup on travis

* sqlcmd bcp fix

* sqlcmd bcp fix

* sqlcmd bcp fix

* sqlcmd bcp fix

* sqlcmd bcp fix

* sqlcmd bcp fix

* sqlcmd bcp fix

* sqlcmd bcp fix

* sqlcmd bcp fix

* Adding a test to make sure the database is setup properly

* update exec_sql_scripts.py

* update sqlsrv_num_fields.phpt

* update sqlsrv_num_fields.phpt

* update

* Fixing identation
2017-05-01 11:20:53 -07:00
runningamok 041d3129bc Update README.md (#377) 2017-05-01 10:28:58 -07:00
yitam ffd9dbcc82 Modified Readme for Mac section 2017-04-27 16:02:33 -07:00
v-kaywon b7d4a9bec8 changed sql_string_parser::is_placeholder_char from using a switch cases through each acceptable characters to using if else statement that covers a range of characters 2017-04-24 11:33:28 -07:00
v-kaywon 6d7cddf5f6 added error handling for emulate prepare with output parameter 2017-04-21 14:57:57 -07:00
v-kaywon 2aec3b4a95 added error handling for emulate prepared statement with inout parameters 2017-04-21 13:04:24 -07:00
v-kaywon fa38f7d61c remove bind_param_encoding from previous implementation of emulate prepare 2017-04-21 09:39:00 -07:00
v-kaywon 7aaa16d49e implemented emulate prepare and added tests 2017-04-20 17:17:05 -07:00
Jenny Tam 012b16a64f Merge pull request #354 from v-kaywon/cover_pdo_dbh
increase coverage for pdo_dbh.cpp
2017-04-13 14:55:31 -07:00
v-kaywon fb7e7bf65b fix test description in pdo_transaction.phpt 2017-04-13 14:01:45 -07:00
v-kaywon bdd8f35a4a fix spacing in pdo_transaction 2017-04-13 13:27:41 -07:00
v-kaywon ada1f7e8be retest 2017-04-13 13:25:37 -07:00
v-kaywon 18d26338ad change test description in pdo_transaction.phpt 2017-04-13 13:00:54 -07:00
v-kaywon 0d4a2573d4 merge pdo_commit and pdo_rollback and renamed to pdo_transaction.phpt 2017-04-13 09:33:44 -07:00
v-kaywon 733ac45497 fix spacing in pdo_commit.phpt 2017-04-13 09:28:24 -07:00
v-kaywon 1ce4e85cbb Merge pull request #353 from yitam/moreTests
More tests
2017-04-12 13:41:30 -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