View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005415 | SymmetricDS | Improvement | public | 2022-08-19 17:04 | 2022-08-30 13:04 |
Reporter | josh-a-hicks | Assigned To | josh-a-hicks | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.0 | ||||
Target Version | 3.14.1 | Fixed in Version | 3.14.1 | ||
Summary | 0005415: Detection of MSSQL Azure Managed Instance | ||||
Description | MSSQL Azure managed instance databases have a version number 12 which conflicts with standalone versioning. As a result they are assigned to the 2008 MSSQL Platform at startup. This results in the wrong disable trigger function versions being installed and will not work. The fix is now to also use the following query to determine the engine edition. The engine edition of 8 is reserved for managed instances of MSSQL in Azure. SELECT CAST(SERVERPROPERTY('EngineEdition') AS INT) | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.14 7159836f 2022-08-19 17:05:06 joshahicks Details Diff |
0005415: Detection of MSSQL Azure Managed Instance |
Affected Issues 0005415 |
|
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/DatabaseNamesConstants.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/JdbcDatabasePlatformFactory.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mssql/MsSql2016DatabasePlatform.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-08-19 17:04 | josh-a-hicks | New Issue | |
2022-08-19 17:04 | josh-a-hicks | Status | new => assigned |
2022-08-19 17:04 | josh-a-hicks | Assigned To | => josh-a-hicks |
2022-08-24 17:39 | josh-a-hicks | Status | assigned => resolved |
2022-08-24 17:39 | josh-a-hicks | Resolution | open => fixed |
2022-08-24 17:39 | josh-a-hicks | Fixed in Version | => 3.14.1 |
2022-08-29 19:00 | Changeset attached | => SymmetricDS 3.14 7159836f | |
2022-08-30 13:04 | admin | Status | resolved => closed |