Request: treat NBSP like normal space in SQL window

IvanZ

Member³
Hi, Marko!

Please add a feature request:

Treat NBSP character (U-00A0) like normal space character (U-0020) in SQL code (SQL Window, Command window, Report window, Program window).
Currently it causes error "ORA-00911: invalid character" wich doesnt seem reasonable.

 
This is Oracle Server behavior of course, but I guess we can convert U-00A0 to U-0020 before sending the SQL text to the server. I have added this to the list of enhancement requests.
 
Back
Top