Skip to content

Commit a843b54

Browse files
committed
Update mssql-modern-mode.md
1 parent 9aa309f commit a843b54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/recipes/mssql-modern-mode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"related": [
1919
"database-connection-management",
20-
"datasource-configuration",
20+
"datasource-how-to-define-them",
2121
"tag-query",
2222
"function-queryexecute",
2323
"tag-storedproc"
@@ -189,7 +189,7 @@ The performance cost is far outweighed by the correctness benefits of proper err
189189

190190
## Compatibility
191191

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)
193193
- **MSSQL JDBC Driver**: Tested with versions 9.x through 13.x
194194
- **SQL Server**: Works with SQL Server 2012 and later
195195

@@ -205,7 +205,7 @@ The implementation was improved in `6.2.5.7` and `7.0.2.8` as part of [LDEV-5970
205205

206206
### "Result set is closed" Errors
207207

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).
209209

210210
### Stored Procedure Returns No Data
211211

0 commit comments

Comments
 (0)