Merge 'dev' to 'master' post release v7.3.1#1085
Merged
cheenamalhotra merged 42 commits intomasterfrom Jun 15, 2019
Merged
Conversation
Make 'dev' even with 'master'
…with already set messages. (#1017)
…ipping tests (#1015) * Tests | Support multi-platform testing with exclusion tags and fix skipping test behavior * Update Azure Pipelines script + minor changes * Azure DB test compatibility added + Removed old tags * Fix AE tests * Tag for Azure DB * Minor fix * Jacoco Merge capability * Exclude tags for tests not compatible * Reduce connections and save resources * Fix tests * Fix conflict issues * Conflict changes reverted
Fix | Fix ActivityID map getting not cleaned up properly (#1020)
added formatErrorMsg to compare messages and cleanup
…conditional tests (#1041)
…1047) moved and renamed from connection/ConnectDriverTest to add more tests calling package private methods
Mark spatial datatypes as valid
* Changes to allow easier access when setting the Azure Key Vault provider's client ID and key for Always Encrypted functionality. This now allows these fields to be set via the connection string URL (not recommended) or via the driver's connection properties (recommended). This is required to use Always Encrypted functionality within data processing solutions that initiate the driver for you such as Apache Spark clusters or third-party tools where you cannot programmatically call the static 'registerColumnEncryptionKeyStoreProviders' method on the SQLServerConnection class. * Proposed changes for property names and functionalities.
…nd SQLServerDataColumn (#1025)
…loning (#1065) * Performance | Replace Enum:values() with static VALUES array
…1016) * Fix | Align DatabaseMetadata.getColumns with JDBC 4.3 Specifications * Fix | Default catalog behavior with getColumns() * Add | SS_IS_SPRASE and SS_IS_COLUMN_SET columns * Add | Catalog switching and backwards compatibility query edit * Fix | Driver eating exception and the ability to count to 12 * Fix | SS_UDT_ASSEMBLY_TYPE_NAME length can be greater than 128 * Add | Handle preparedstatement closing * Fix | Unhandled exception caused by merge error * Fix | Format file * Fix | Add workaround for Azure DW * Fix | Flipping null comparisons according to coding standards
Introduces support for NTLM Authentication in the driver
* Fix | Callablestatement not setting parameter properly when columns aren't found * Fix | Typo in tests * Fix | Typo fix cont... * Add | Tests * Fix | null check * Update src/test/java/com/microsoft/sqlserver/jdbc/callablestatement/CallableMixedTest.java Co-Authored-By: Cheena Malhotra <[email protected]> * Update src/test/java/com/microsoft/sqlserver/jdbc/callablestatement/CallableMixedTest.java Co-Authored-By: Cheena Malhotra <[email protected]> * Update src/test/java/com/microsoft/sqlserver/jdbc/callablestatement/CallableMixedTest.java Co-Authored-By: Cheena Malhotra <[email protected]> * Update src/test/java/com/microsoft/sqlserver/jdbc/callablestatement/CallableMixedTest.java Co-Authored-By: Cheena Malhotra <[email protected]> * Update src/test/java/com/microsoft/sqlserver/jdbc/callablestatement/CallableMixedTest.java Co-Authored-By: Cheena Malhotra <[email protected]> * Update src/test/java/com/microsoft/sqlserver/jdbc/callablestatement/CallableMixedTest.java Co-Authored-By: Cheena Malhotra <[email protected]>
…ter Metadata Adds a new way to query metadata for instances where sp_describe_undeclared_parameters fail.
ulvii
approved these changes
Jun 15, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.