Hi All,
I have SQL Statements with long words AND/OR long comma separated field/value list with very few blanks.
When I try to break such a line into multiple lines via Ctrl+T, the character at position 81 of the long word / field list gets doubled.
At the 2nd, 3rd, etc. Ctrl+T, a blank is added as well.
Can anyone reproduce this?
insert into
AZTEST_BETRIEBE(ID,JAHR,REIHENFOLGE,BETRIEBSNUMMER,BESCHREIBUNG,KONSEQUENZ)values
s(null,2016,1,2762196,'asdfghjkl asdfghjkl asdfghjkl asdfghjkl asdfghjkl
asdfghjkl asdfghjkl asdfghjkl asdfghjkl
asdfghjkl99','qwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyu
uiopqwertyuiopqwertyuiopqwertyuiopqwertyuiop88');
UltraEdit Professioneller Text-/HEX-Editor (x64)
Version 24.00.0.53, German
on Windows 7 Pro German 64-bit
Update: This bug was fixed with public released UltraEdit v24.00.0.73.
I have SQL Statements with long words AND/OR long comma separated field/value list with very few blanks.
Code: Select all
insert into AZTEST_BETRIEBE(ID,JAHR,REIHENFOLGE,BETRIEBSNUMMER,BESCHREIBUNG,KONSEQUENZ)values(null,2016,1,2762196,'asdfghjkl asdfghjkl asdfghjkl asdfghjkl asdfghjkl asdfghjkl asdfghjkl asdfghjkl asdfghjkl asdfghjkl99','qwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiop88');
At the 2nd, 3rd, etc. Ctrl+T, a blank is added as well.
Can anyone reproduce this?
insert into
AZTEST_BETRIEBE(ID,JAHR,REIHENFOLGE,BETRIEBSNUMMER,BESCHREIBUNG,KONSEQUENZ)values
s(null,2016,1,2762196,'asdfghjkl asdfghjkl asdfghjkl asdfghjkl asdfghjkl
asdfghjkl asdfghjkl asdfghjkl asdfghjkl
asdfghjkl99','qwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyu
uiopqwertyuiopqwertyuiopqwertyuiopqwertyuiop88');
UltraEdit Professioneller Text-/HEX-Editor (x64)
Version 24.00.0.53, German
on Windows 7 Pro German 64-bit
Update: This bug was fixed with public released UltraEdit v24.00.0.73.
Regards from Vienna