Bug in MONEY rule replacement
tgburgin
Posts: 8 New member
in SQL Prompt
Start with this code:
CREATE TABLE blah
CREATE TABLE blah
(
id MONEY
)
When the rule checker highlights MONEY as a problem, click the lightbulb then "Use DECIMAL datatype instead".
SQL Prompt kindly returns this code:
When the rule checker highlights MONEY as a problem, click the lightbulb then "Use DECIMAL datatype instead".
SQL Prompt kindly returns this code:
CREDECIMAL(19, 4)ABLE blah
(
id MONEY
)
Oops!
Oops!
Tagged:
Best Answer
-
Alex B Posts: 1,157 Diamond 4Hi all,
It's out now, in 9.4.9 ! Do please confirm that it corrects the issue for you!
Kind regards,
Alex
Answers
Becomes:
SQL Prompt 9.4.7.7595
If you test:
It goes to:
Replacing the characters directly above the MONEY declaration.
This issue originally appeared as SP-7377 where it broke for
That has been corrected but it has either caused this issue or this issue went unnoticed and uncorrected. I have reopened SP-7377 and referenced the information here and will update you when I have more info!
Kind regards,
Alex
Have you visited our Help Center?
Just an update, the team have let me know they've fixed it for the other cases and it should be available in the next release, I'll post here again when that is available!
Kind regards,
Alex
Have you visited our Help Center?