SQL Prompt Bundle 9.4.6
Released: Dec 13, 2018
9.4.6 での更新項目
機能
Updates in SQL Prompt
- You can automatically fix BP022 issues in your script (it replaces the usage of the MONEY or SMALLMONEY datatype with the Decimal(19, 4) datatype).
- "Check for Updates" renders as a popup in the bottom right rather than as a big modal.
- User can dismiss the popup, setting it to remind them tomorrow, in a week or skip the version entirely.
不具合の修正
Fixes in SQL Prompt
- SP-6956 : PE017 correctly considers the following functions as built-in system ones:
- CONCAT
- CONCAT_WD
- FORMAT
- TRANSLATE
- TRIM
- DATEFROMPARTS
- SP-7366 : Fixed crash in 'Insert semicolons' that could occur when running formatting.
- SP-7367 : Fixed issue with highlighting issues in list of issues with no script windows open sometimes throwing an error.