open-vault/changelog/13799.txt
Gary Frederick ff7a08c364
Remove fmt strings and replace with inline queries (#13799)
* removed fmt strings and replaced with inline SQL | added unit tests

* changelog++
2022-01-27 15:20:13 -08:00

3 lines
155 B
Plaintext

```release-note:security
database/mssql: Removed string interpolation on internal queries and replaced them with inline queries using named parameters.
```