1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-18 20:59:43 +02:00

Loosen Microsoft SQL Server database compat. checks

This commit is contained in:
Harvey Kandola 2024-01-15 16:48:21 -05:00
parent 1f462ed4f7
commit 599c53a971

View file

@ -354,7 +354,9 @@ func (p SQLServerProvider) VerfiyVersion(dbVersion string) (bool, string) {
return true, ""
}
return false, "Microsoft SQL Server 2016, 2017, 2019 or 2022 is required"
return true, ""
// return false, "Microsoft SQL Server 2016+ or SQL Azure is required"
}
// VerfiyCharacterCollation needs to ensure utf8.