bug: SQL Window

marek

Member²
1. Tables -> (select one with varchar2 field) -> Edit Data
2. update varchar2 field: insert multiple rows (consits chr(10))
3. mark entire row and copy it (Ctrl+C)
4. insert new record and mark this -> paste (Ctrl+V)
Result is unpredictable :confused:

Regards
 
If you want to copy an entire row, you must select the source row by clicking on the row header (to the left of the row), copy it, select a destination row by clicking on the row header, and paste it. The source and destination row must be from the same grid, or at least have the same number of columns.
 
Originally posted by Marco Kalter:
The source and destination row must be from the same grid, or at least have the same number of columns.
OK, i know this, but if row contains "new line" character, then ...
 
...then it seems to interpret this as multiple rows and the results are unpredictable like you said.

We'll fix it.
 
Back
Top