Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #787

Merged
merged 131 commits into from
May 30, 2018
Merged

Dev #787

Changes from 1 commit
Commits
Show all changes
131 commits
Select commit Hold shift + click to select a range
4740ed2
Fix issue 705 by including the possible negative sign
yitam Apr 2, 2018
54c0f5a
Fixed output to test
david-puglielli Apr 4, 2018
88f0bcf
Added bigint into the options
yitam Apr 4, 2018
a8db024
Merge pull request #737 from david-puglielli/pdo_utf8_conn-test-fix
david-puglielli Apr 4, 2018
dd58240
Merge pull request #732 from yitam/issue705
yitam Apr 4, 2018
72a1027
Merge pull request #740 from Microsoft/master
david-puglielli Apr 5, 2018
761c03e
Fixed test again
david-puglielli Apr 5, 2018
f15a3f8
Fixed test again
david-puglielli Apr 5, 2018
fafb7f4
Merge pull request #741 from david-puglielli/pdo_utf8_conn-test-fix
david-puglielli Apr 6, 2018
812db3d
Increase LAST_INSERT_ID_BUFF_LEN for other data types for identity co…
yitam Apr 6, 2018
dd64980
Merge pull request #742 from yitam/issue735
yitam Apr 6, 2018
2960738
Reverted change handling bigint output parameters
david-puglielli Apr 10, 2018
8c681f2
Updated failing tests
david-puglielli Apr 11, 2018
99a11c1
Fixed binary test
david-puglielli Apr 11, 2018
bbf951c
Minor fixes
david-puglielli Apr 11, 2018
454bc27
Merge pull request #744 from david-puglielli/Revert-bigint-change
david-puglielli Apr 11, 2018
2f8b9c2
Fix bigint output param test
yitam Apr 11, 2018
b8d1feb
Modified the driver tests as well
yitam Apr 12, 2018
c87e37f
Merge pull request #746 from yitam/BIGINTs
yitam Apr 12, 2018
93b9938
Replace most strlen with strnlen_s
yitam Apr 13, 2018
7a531d9
Merge pull request #747 from yitam/strlen
yitam Apr 16, 2018
9c78b1e
Modified the new issue template
yitam Apr 20, 2018
6365fbb
Workaround for pip install + ODBC 17 in windows
yitam Apr 20, 2018
c553105
Further simplified the issue template
yitam Apr 20, 2018
b34d5bd
Merge pull request #752 from yitam/template
yitam Apr 20, 2018
7a3d698
Modify buildscripts to configure php.ini
yitam Apr 20, 2018
16e0b89
Merge pull request #753 from yitam/phpini
yitam Apr 20, 2018
6b6500f
Use latest build scripts for testing with php 7.2
yitam Apr 20, 2018
d54f703
Debugging some more
yitam Apr 20, 2018
a548fcb
Tried not to rename the extensions
yitam Apr 23, 2018
dc95256
why empty coverage
yitam Apr 23, 2018
ac5064a
keep trying
yitam Apr 23, 2018
806c663
used full path for modules
yitam Apr 23, 2018
0169ec7
Tried other things
yitam Apr 23, 2018
3dbacb8
Try a shorter path
yitam Apr 24, 2018
714ea0f
Cleaning up to double check
yitam Apr 24, 2018
bdecae6
Switched the builder image
yitam Apr 24, 2018
4d9cc3c
Removed the wrong yml file
yitam Apr 24, 2018
246824a
Use the latest SQL Server
yitam Apr 24, 2018
72ca1cd
Fixed incorrect error when binding inout PDO STR with binary encoding
yitam Apr 24, 2018
3033a26
Added a comment to address the issue
yitam Apr 25, 2018
218497c
Made changes to output param handling code to convert doubles to ints…
yitam Apr 25, 2018
f4436d0
Merge pull request #757 from yitam/php72
yitam Apr 26, 2018
5b6b6f8
Merge branch 'dev' into vso2823
yitam Apr 26, 2018
5bb3f1a
Modified the error message to indicate value out of range
yitam Apr 26, 2018
5f6c399
A huge negative number is out of range too
yitam Apr 26, 2018
2fc3afe
Added a new test for issue 707
yitam Apr 27, 2018
06e9297
Use helper method isAEQualified instead
yitam Apr 30, 2018
440636a
Merge pull request #759 from yitam/vso2829
yitam May 1, 2018
04fa748
Added new tests for issue 678
yitam May 1, 2018
4a51049
Fixed one skipif
yitam May 1, 2018
5f99983
Use python -m pip instead
yitam May 1, 2018
1246864
Added --user
yitam May 2, 2018
991d776
Reverted -- user flag not working
yitam May 2, 2018
5f555df
Modified the expected results for a bind column test
yitam May 2, 2018
25f8590
Removed the workaround in a decimal test because issue 706 has been f…
yitam May 2, 2018
31685c4
Added another test for issue 699
yitam May 2, 2018
977e530
Support for Azure Key Vault
david-puglielli May 6, 2018
52cd004
Removed unnecessary comments
david-puglielli May 6, 2018
2fe0b5a
Removed more unnecessary comments
david-puglielli May 6, 2018
dde0e23
Merge pull request #764 from yitam/issue678
yitam May 7, 2018
f49da62
Added AKV configuration to setup files
david-puglielli May 7, 2018
55ae086
Skip test 699 in Linux for now
yitam May 7, 2018
39056d9
Removed output param test for now
yitam May 8, 2018
5a842c9
Merge pull request #761 from yitam/vso2823
yitam May 8, 2018
fb1a2ec
Changes according to PR review comments
david-puglielli May 8, 2018
5f62186
Updated Apache instructions, install order, fixed links
david-puglielli May 8, 2018
364fef6
Changes according to PR comments
david-puglielli May 8, 2018
2aaae26
Minor fixes
david-puglielli May 9, 2018
3b94eb4
Merging
david-puglielli May 9, 2018
f835447
Merge pull request #770 from david-puglielli/readme-apache-update
david-puglielli May 9, 2018
3cb84ee
Tests updated
david-puglielli May 9, 2018
b98b129
Tests updated
david-puglielli May 9, 2018
0bc4a36
Added test case for Issue 699
yitam May 14, 2018
2239511
Workaround for error returned in Linux
david-puglielli May 14, 2018
999312b
Tried using INT_MAX instead
yitam May 15, 2018
9a82e9d
Used sizeof not INT_MAX
yitam May 15, 2018
63c85ed
Merge pull request #765 from yitam/decimalTests
yitam May 15, 2018
bca3110
Modified the output param initial value
yitam May 15, 2018
4c7c085
Added workaround for the test plus use BIGINT for 64-bit systems
yitam May 15, 2018
0b5ceb0
Reverted the changes
yitam May 15, 2018
4747537
Fixed the formatting
yitam May 15, 2018
0a11136
Modified the test to address VSO 2915
yitam May 15, 2018
c56fb30
Changelog for 5.2.1-preview
yitam May 16, 2018
ebd7827
Fixed the links
yitam May 16, 2018
3d51d76
Fixed one more link
yitam May 16, 2018
079c4ea
Fixed tests, fixed wide char name in keystore struct
david-puglielli May 16, 2018
30a9708
Merge pull request #774 from yitam/vso2915
yitam May 16, 2018
196fe49
Merge pull request #773 from yitam/Issue699Test
yitam May 17, 2018
6eb96d9
Merge branch 'dev' into changelog
yitam May 17, 2018
e2b48df
Updated change log based on review
yitam May 17, 2018
85bda81
Skipping Ubuntu on verification akv tests
david-puglielli May 17, 2018
a0ade5d
Fixed connect_driver tests
david-puglielli May 17, 2018
64e2241
Extend output buffer sizes with SQL decimals or numerics
yitam May 17, 2018
eaa9446
Workaround for 32-bit error
david-puglielli May 17, 2018
757a84f
Added constant for AKV name
david-puglielli May 17, 2018
84f0168
Merge pull request #775 from yitam/vso2913
yitam May 18, 2018
10ea928
Fixed coding style
david-puglielli May 18, 2018
e2ed131
Final style fixes
david-puglielli May 18, 2018
e0f9afa
Merge pull request #768 from david-puglielli/azure-key-vault-support
david-puglielli May 18, 2018
05833bf
Modified BVT stream tests to make them more robust
yitam May 23, 2018
13e69b5
Fixed bigint insertion bug in x86
david-puglielli May 23, 2018
1b98036
Added unset to free conns/stmts
david-puglielli May 23, 2018
1edd16d
made bigint string for x64 too
david-puglielli May 24, 2018
5c46d4b
Merge pull request #777 from david-puglielli/bigint-x86-test-fix
david-puglielli May 24, 2018
f0eefaf
Merge pull request #776 from yitam/streamTests
yitam May 24, 2018
4c06237
Added a couple more fixes and elaborated some comments
yitam May 24, 2018
8356b15
Fixed some typos
yitam May 24, 2018
d26440b
Modified version.h for 5.2.1-preview
yitam May 24, 2018
cee6370
Split akv verification tests to fix SSL issue
david-puglielli May 25, 2018
8f5c706
Corrected the expected output
yitam May 25, 2018
6817c7b
Modified the comments to clarify things
yitam May 25, 2018
9e8d674
Fixed the bvt streams tests
yitam May 25, 2018
997e80c
Added High Sierra and modified the macOS instructions
yitam May 25, 2018
3c405f4
Shifted NOTES
yitam May 25, 2018
bd9d85b
Refactored some akv tests, other small changes
david-puglielli May 25, 2018
1747df1
addressed review comments
david-puglielli May 25, 2018
ff0e460
dropped tables at end
david-puglielli May 25, 2018
0861f06
Merge pull request #781 from david-puglielli/akv-verification-test-fix
david-puglielli May 25, 2018
c676ae0
Addressed review comments
yitam May 25, 2018
fbd686c
Merge pull request #782 from yitam/FixStreamTests
yitam May 25, 2018
45f422a
Merge pull request #780 from yitam/version
yitam May 25, 2018
d35575b
Added select type conversion test and updated values
david-puglielli May 26, 2018
c348aad
Addressed review comments
david-puglielli May 28, 2018
13144d9
Merge pull request #783 from david-puglielli/type-conversion-for-ae
david-puglielli May 28, 2018
b7a9ec6
Check if returned error is empty first before using count()
yitam May 29, 2018
99b91f8
Merge pull request #784 from yitam/fixCount
yitam May 29, 2018
9e75dfe
Merge pull request #779 from yitam/changelog
yitam May 29, 2018
b128820
Fixed akv test failures with win encryption
david-puglielli May 29, 2018
9d1eafd
Fixed encryption check
david-puglielli May 29, 2018
4509756
Merge pull request #785 from david-puglielli/ae-test-experiments
david-puglielli May 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@ for ($i = 0; $i < sizeof($columnEncryption); ++$i) {
// Failure expected only if the keywords/credentials are wrong
if ($stmt->execute($testValues) == false) {
print_r($stmt->errorInfo());
$stmt = null;
unset($stmt);
} else {
// The INSERT query succeeded with bad credentials, which
// should only happen when encryption is not enabled.
@@ -147,8 +147,8 @@ for ($i = 0; $i < sizeof($columnEncryption); ++$i) {
}

// Free the statement and close the connection
$stmt = null;
$conn = null;
unset($stmt);
unset($conn);
} catch (Exception $e) {
$errors = $e->errorInfo;

Original file line number Diff line number Diff line change
@@ -115,13 +115,13 @@ try {

echo "Successful insertion and retrieval with username/password.\n";

$stmt = null;
$stmt1 = null;
unset($stmt);
unset($stmt1);
}

// Free the statement and close the connection
$stmt = null;
$conn = null;
unset($stmt);
unset($conn);
} catch (Exception $e) {
echo "Unexpected error.\n";
print_r($e->errorInfo);
@@ -190,13 +190,13 @@ try {

echo "Successful insertion and retrieval with client ID/secret.\n";

$stmt = null;
$stmt1 = null;
unset($stmt);
unset($stmt1);
}

// Free the statement and close the connection
$stmt = null;
$conn = null;
unset($stmt);
unset($conn);
} catch (Exception $e) {
echo "Unexpected error.\n";
print_r($e->errorInfo);