Open stoch opened 5 years ago
@acautin : It seems that \t (Hex 09) is not properly masked (like \n (Hex 0A) inside double quotes when pasting cells into a grid.
What works for \n must also be handled similarly for pasting \t characters inside double quotes.
This becomes relevant now for code comparison and therfore should be fixed a.s.a.p.
Copying this table from one DB to another becomes quite difficult. I tried in two ways:
A) DDerl Copy via Clipboard: (fails)
If I remember correctly, we are not copying the linefeeds in escaped form \u000A for compatibility with Excel. So this would need another Ctrl-C than normal (maybe Ctrl-UC). The paste could then interpret the escaped linefeeds and tabulators while pasting with normal Ctrl-V.
B) Menu Point 'Insert Sql' on Source DB
Executing the script on the target DB fails as a whole.
Had to insert every line in a separate statement.
Looks as if Multi-Select statements work in DDerl but not Multi-Insert statements.