tora icon indicating copy to clipboard operation
tora copied to clipboard

SQL statement sanitizer fails when sql stat ends with `$`

Open ibre5041 opened this issue 9 years ago • 0 comments

For example

select * from sys.AUD$;

for this query the semicolon is not removed but it is sent into the database.

multi-line statement works ok: select * from sys.AUD$ ;

ibre5041 avatar Aug 15 '16 15:08 ibre5041