View Issue Details

IDProjectCategoryView StatusLast Update
0005712SymmetricDSBugpublic2023-02-27 14:00
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.22 
Target Version3.12.23Fixed in Version3.12.23 
Summary0005712: When connecting to Azure, set platform version to SQL Server 2016
DescriptionWhen connecting to Azure, set platform version to SQL Server 2016.
This will allow the functionality of using SESSION_CONTEXT functionality instead of CONTEXT_INFO, which is broken by Azure because of using the CONTEXT_INFO for specifying some session information like a session GUID.
We determine that we are connecting to Azure by looking at the SERVERPROPERTY EngineEdition. Any value greater than or equal to 5 is Azure.
Tagsdialect: sql-server

Related Changesets

SymmetricDS: 3.12 7f9854e3

2023-02-27 13:29:32

pmarzullo

Details Diff
0005712: When connecting to Azure, set platform version to SQL Server
2016
Affected Issues
0005712
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/JdbcDatabasePlatformFactory.java Diff File

Issue History

Date Modified Username Field Change
2023-02-27 13:28 pmarzullo New Issue
2023-02-27 13:28 pmarzullo Status new => assigned
2023-02-27 13:28 pmarzullo Assigned To => pmarzullo
2023-02-27 13:28 pmarzullo Tag Attached: dialect: sql-server
2023-02-27 13:33 pmarzullo Status assigned => resolved
2023-02-27 13:33 pmarzullo Resolution open => fixed
2023-02-27 13:33 pmarzullo Fixed in Version => 3.12.23
2023-02-27 13:33 pmarzullo Note Added: 0002269
2023-02-27 14:00 pmarzullo Changeset attached => SymmetricDS 3.12 7f9854e3
2023-05-12 19:43 admin Status resolved => closed