04.05.2015 13:39, Alex Peshkoff wrote:
> And now imagine how many scripts will fail if we require SYSDBA not sysdba

   Almost all of them, I guess.

   Let's step back and think a little: according to SQL rules, anything but 
[A-Z0-9_$] 
must be quoted and thus case-sensitive, right? So, we can check if user name 
must be 
quoted (and thus not uppercased) using the same routine that isql uses during 
extracting 
of metadata. This way we don't need ICU on client side and will loose only 
ability to use 
ASCII-only case-sensitive user names that is a lesser evil, IMHO.

-- 
   WBR, SD.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to