WBEXPORT error with '

13 views
Skip to first unread message

Enrico Briozzi

unread,
Sep 16, 2022, 3:36:31 AM9/16/22
to sql-workbench
Hi Tomas,
I'm using SQL Workbench/J build 128.3 with openjdk version "17.0.4"
(64 bit) in Ubuntu 22.04.

When I use WBEXPORT with some ' in the previous comment I have an error.
Use ' in /* */ and then in -- make problems (with -- and then /* */ is ok).
Examples can explain better than words:
/* ' wrong */
-- ' xxx
WBEXPORT -type='text' -file='/home/brio/temp/aa.csv' -delimiter=';'
-header='true';

-- ' correct
/* ' xxx */
WBEXPORT -type='text' -file='/home/brio/temp/aa.csv' -delimiter=';'
-header='true';

/* ' correct */
-- xxx
WBEXPORT -type='text' -file='/home/brio/temp/aa.csv' -delimiter=';'
-header='true';

/* correct */
-- ' xxx
WBEXPORT -type='text' -file='/home/brio/temp/aa.csv' -delimiter=';'
-header='true';

/* '' correct */
WBEXPORT -type='text' -file='/home/brio/temp/aa.csv' -delimiter=';'
-header='true';

-- '' correct
WBEXPORT -type='text' -file='/home/brio/temp/aa.csv' -delimiter=';'
-header='true';

Same things with old version (test also with 127).
Thank you very much, best regards
Enrico.-

Thomas Kellerer

unread,
Sep 17, 2022, 5:22:24 AM9/17/22
to sql-wo...@googlegroups.com
Thanks, I will fix that.
Reply all
Reply to author
Forward
0 new messages