Hi Jean,

I certainly agree that it could prove very frustrating to someone banging ad hoc queries into a sql interpreter. However, it could work for an application if all queries come out of a code generator. It addresses the author's concern: it helps the engineer working in the sql portability layer of the application who has to struggle with the fact that reserved keywords vary among databases. It could also be useful for an IDE which lets developers give columns descriptive names that include illegal characters like spaces.

Just some random thoughts. :)

Cheers,
-Rick

Jean T. Anderson wrote:

I've been lurking on [email protected] and spotted this issue come through:

http://issues.apache.org/jira/browse/DDLUTILS-15

The suggestion is to quote all column names in the table create. But I think that thereafter the user would always have to retain those quotes unless he or she happened to enter the object name in upper case, right? At a minimum, that would need to be documented.

any opinions?

thanks,

 -jean


Reply via email to