Is there a way to get the Oracle reserved words as table and attribute names double-quoted in the generated SQL? I have a USER table I'd rather not rename unless absolutely necessary.

The following is generated and fails:

  CREATE TABLE USER(USER_ID NUMBER);

The following is legal:

  CREATE TABLE "USER"("USER_ID" NUMBER);

I assume I would have the same problem post-migration with select/update/delete statements.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to