Files
vault/changelog/29399.txt
John-Michael Faircloth 04e75372fb database/mssql: set default root rotation stmt for contained db (#29399)
* database/mssql: set default root rotation stmt for contained db

* changelog

* add rotate root test

* fix test

* update passwords to make mssql happy

* create admin user

* update contained user create query

* remove test
2025-01-24 15:42:27 -05:00

4 lines
164 B
Plaintext

```release-note:bug
database/mssql: Fix a bug where contained databases would silently fail root rotation if a custom root rotation statement was not provided.
```