DataGrip - script errors dont give line number in Console
When I'm in a console developing a DML script, for example.
when I run it I might get an error which shows at the bottom of the console, but there is no indication as to what line of the script caused the problem
This is a bit of a showstopper and makes me jump back to SSMS.
I'm running against MS SQL 2014
I might just get "[2017-11-17 15:53:39] [22001][8152] String or binary data would be truncated." at the bottom of my console (in pink). But I dont seem to be able to use to find the line number.
in SSMS I get:
Msg 8152, Level 16, State 4, Line 11
String or binary data would be truncated.
The statement has been terminated.
Please help
Please sign in to leave a comment.
Hi,
There is an error https://youtrack.jetbrains.com/issue/DBE-3508 you can track and vote.
Thank you.