dataplat / dbatools

🚀 SQL Server automation and instance migrations have never been safer, faster or freer
https://dbatools.io
MIT License
2.39k stars 787 forks source link

Get- and Copy-DbaDbQueryStoreOption: Fix DBNull issue and add missing Notes property #9409

Closed andreasjordan closed 1 day ago

andreasjordan commented 1 week ago

Type of Change

Notes was part of the default view, but not part of the object.

.Query("...") has returned NULL values as DBNull objects that could not be casted to int.

This needs to be tested with current version, not the old 2017 we have on AppVevor...

andreasjordan commented 2 days ago

Local tests pass:

image

potatoqualitee commented 1 day ago

awesome, thank you for the local tests