Capitalization of SQL keywords

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JohnDoe
Posts: 2
Joined: Wed 26 Aug 2009 14:31

Capitalization of SQL keywords

Post by JohnDoe » Wed 26 Aug 2009 14:50

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 27 Aug 2009 07:15

Yes, you can set Uppered to False. We'll also add this change to the next IBDAC build.

JohnDoe
Posts: 2
Joined: Wed 26 Aug 2009 14:31

Post by JohnDoe » Thu 27 Aug 2009 09:21

Okay, alright. Thank you for the quick reply!

Post Reply