You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/recipes/mssql-modern-mode.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
],
18
18
"related": [
19
19
"database-connection-management",
20
-
"datasource-configuration",
20
+
"datasource-how-to-define-them",
21
21
"tag-query",
22
22
"function-queryexecute",
23
23
"tag-storedproc"
@@ -189,7 +189,7 @@ The performance cost is far outweighed by the correctness benefits of proper err
189
189
190
190
## Compatibility
191
191
192
-
-**Lucee Version**: 5.3.8.169+ (feature added in [LDEV-3127](https://luceeserver.atlassian.net/browse/LDEV-3127), fixed in [LDEV-5970](https://luceeserver.atlassian.net/browse/LDEV-5970))
192
+
-**Lucee Version**: `5.3.8.169+` (feature added in [LDEV-3127](https://luceeserver.atlassian.net/browse/LDEV-3127)
193
193
-**MSSQL JDBC Driver**: Tested with versions 9.x through 13.x
194
194
-**SQL Server**: Works with SQL Server 2012 and later
195
195
@@ -205,7 +205,7 @@ The implementation was improved in `6.2.5.7` and `7.0.2.8` as part of [LDEV-5970
205
205
206
206
### "Result set is closed" Errors
207
207
208
-
If you see this error with older Lucee versions, upgrade to 6.2+ or 6.1.1+ where this was fixed (LDEV-5970).
208
+
If you see this error with older Lucee versions, upgrade to `6.2.5.7` and `7.0.2.8` or newer where this was fixed [LDEV-5972](https://luceeserver.atlassian.net/browse/LDEV-5972).
0 commit comments