View Issue Details

IDProjectCategoryView StatusLast Update
0005711SymmetricDSBugpublic2023-02-27 13:00
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.22 
Target Version3.14.6Fixed in Version3.14.6 
Summary0005711: 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.14 b9f9879f

2023-02-27 12:47:44

pmarzullo

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

Issue History

Date Modified Username Field Change
2023-02-27 12:41 pmarzullo New Issue
2023-02-27 12:41 pmarzullo Status new => assigned
2023-02-27 12:41 pmarzullo Assigned To => pmarzullo
2023-02-27 12:41 pmarzullo Tag Attached: dialect: sql-server
2023-02-27 12:58 pmarzullo Status assigned => resolved
2023-02-27 12:58 pmarzullo Resolution open => fixed
2023-02-27 12:58 pmarzullo Fixed in Version => 3.14.6
2023-02-27 12:58 pmarzullo Note Added: 0002268
2023-02-27 13:00 pmarzullo Changeset attached => SymmetricDS 3.14 b9f9879f
2023-03-17 17:25 admin Status resolved => closed