Commit graph

184 commits

Author SHA1 Message Date
ulvii b151f20e25 Update README.md 2017-06-02 16:02:34 -07:00
ulvii 44671291e6 Update README.md 2017-06-02 15:53:22 -07:00
ulvii 6898826636 Windows setup working script 2017-06-01 17:35:44 -07:00
ulvii 8eae559fb8 Initial commit for windows env setup script 2017-05-31 18:11:10 -07:00
ulvii b673609239 Adding a workaround by installing svn, because the default svn on Mac is broken 2017-05-30 11:49:09 -07:00
ulvii d84f8412bf Update setup_env_unix.sh 2017-05-30 10:13:43 -07:00
ulvii 969acc054f changing to unix line endings 2017-05-29 18:38:37 -07:00
ulvii 979933244e Adding a script to setup Performance environment on Unix machines 2017-05-29 18:16:57 -07:00
ulvii f81656e0b5 Merge branch 'PerformanceTests' of https://github.com/ulvii/msphpsql into PerformanceTests 2017-05-23 17:52:41 -07:00
ulvii 69277047bf Initial commit for automation script to set up the environment and run the tests 2017-05-23 17:52:03 -07:00
ulvii ac76837300 Update README.md 2017-05-23 15:34:41 -07:00
ulvii faf14547a2 Update README.md
Adding a few more instructions to run the benchmarks
2017-05-23 13:57:10 -07:00
ulvii 4fdbf63ee8 Adding json install files 2017-05-23 12:44:09 -07:00
ulvii c2ef4d8658 Update README.md 2017-05-23 12:43:18 -07:00
ulvii 797e76303c Update README.md
Adding instructions how to run benchmarks
2017-05-23 12:01:16 -07:00
ulvii 88a9563e8a Initial commit for documentation 2017-05-18 18:17:00 -07:00
ulvii bc8378141a Adding documentation for Performance tests 2017-05-08 10:54:56 -07:00
ulvii 5c8038c5ae Update 2017-05-05 17:56:32 -07:00
ulvii 8631a51988 Performance tests - initial commit 2017-05-05 17:32:09 -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
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
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
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 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 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 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
yitam df99d62c57 modified tests based on reviews 2017-04-11 09:05:03 -07:00
yitam daa157596e simplified the tests with streams 2017-04-11 08:51:49 -07:00
yitam 5a395d2e95 modified helper methods for temp tables/procs 2017-04-11 08:51:48 -07:00
yitam 849725d742 add new test plus fix some 2017-04-11 08:51:48 -07:00
yitam 56be6ae056 modify sqlsrv_fetch_cursor_static_scroll 2017-04-11 08:51:48 -07:00
yitam 6303abce69 static cursor scrollable 2017-04-11 08:51:48 -07:00
yitam 690819c4e3 a test with cursors 2017-04-11 08:51:48 -07:00