Copy from result set when the text contains double-quote

guttormvik

Member²
When I copy a row from the result set which has text like this:
This is an "example"
I get:
"This is an ""example"""

Not sure what the value is. You don't do it for single-quotes, which in a SQL context would make more sense.

This makes it harder to use plyxon to generate scripts.
Ie, I write a select statement that returns the exact text I want, and then copy the result into a script.
( In this case I wanted to generate some java records to paste into my code )
 
I think that this indeed not necessary. Even if you copy multiple columns or rows, the individual values will be properly separated without the extra quotes.

We'll fix it.
 
Back
Top