Page 1 of 1

Capitalization of SQL keywords

Posted: Wed 26 Aug 2009 14:50
by JohnDoe
Hello,

is there any real need for the TIBCParser.Uppered property be set to true?

I find it annoying that all known keywords are put to upper case in the SQL statement passed to the server (in case of DDL, that is). Even the "FinalSQL" property lies on that.

So is it safe to modify the source and set that "Uppered" property to false?


Thanks in advance!
JD

Posted: Thu 27 Aug 2009 07:15
by Plash
Yes, you can set Uppered to False. We'll also add this change to the next IBDAC build.

Posted: Thu 27 Aug 2009 09:21
by JohnDoe
Okay, alright. Thank you for the quick reply!