Datagrip console output - how to turn off newline stripping
I've searched in the settings, but couldn't seem to find a checkbox on how to configure the "output" window in DataGrip. I'm running a stored proc that outputs text.
Using SQL Server Management Studio output is:
----------------------------------------------------------------------------------------------------
-- default constraints
----------------------------------------------------------------------------------------------------
-- check constraints
----------------------------------------------------------------------------------------------------
-- foreign key constraints
----------------------------------------------------------------------------------------------------
Using DataGrip output is:
[2017-02-10 08:03:15] ----------------------------------------------------------------------------------------------------
[2017-02-10 08:03:15] -- default constraints
[2017-02-10 08:03:15] ----------------------------------------------------------------------------------------------------
[2017-02-10 08:03:15] -- check constraints
[2017-02-10 08:03:15] ----------------------------------------------------------------------------------------------------
[2017-02-10 08:03:15] -- foreign key constraints
[2017-02-10 08:03:15] ----------------------------------------------------------------------------------------------------
Ideally I'd like the newline behavior (and toggle timestamp insertion) to be configurable... if it exists can someone point me to the location? Thanks!
Please sign in to leave a comment.
Still wondering why this isn't a feature in IntelliJ. It's the only complaint I have about the way DataGrip is implemented.