diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6290-mssql-migration-trim-fix.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6290-mssql-migration-trim-fix.yaml new file mode 100644 index 00000000000..435207a3454 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6290-mssql-migration-trim-fix.yaml @@ -0,0 +1,5 @@ +--- +type: fix +issue: 6290 +title: "Previously, a specific migration task was using the `TRIM()` function, which does not exist in MSSQL 2012. This was causing migrations targeting MSSQL 2012 to fail. +This has been corrected and replaced with usage of a combination of LTRIM() and RTRIM(). Thanks to Primož Delopst at Better for the contribution!" diff --git a/pom.xml b/pom.xml index e6f098ceece..481c3a77047 100644 --- a/pom.xml +++ b/pom.xml @@ -869,6 +869,7 @@ delopst Primož Delopst + Better Zach Smith