Page 1 of 1

Paste SQL from Java (or other) code?

PostPosted: Thu Feb 25, 2016 2:02 pm
by bjorntj
Just installed DBeaver and first impression is good.. :)
But I have a little question. When developing I often need to copy some sql statements from my code to run in my SQL editor. The problem is that this statement often includes characters like " and + that I need to remove before I can run the statement.
So I was wondering, does DBeaver has a feature to remove those characters when pasting the text? If not, is this something that could be added?


Regards,

BTJ

Re: Paste SQL from Java (or other) code?

PostPosted: Sat Feb 27, 2016 9:48 pm
by Serge
Hello,

No, there is no such feature yet. But I think it'd be a useful feature.
Please create feature requests at https://github.com/serge-rider/dbeaver/issues

Re: Paste SQL from Java (or other) code?

PostPosted: Sun Feb 28, 2016 8:38 am
by bjorntj
Done...