• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
EROraclePlugIn, migrations and reserved words
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EROraclePlugIn, migrations and reserved words


  • Subject: EROraclePlugIn, migrations and reserved words
  • From: Jon Nolan <email@hidden>
  • Date: Sat, 28 Nov 2009 09:49:03 -0700
  • Organization: Loch Garman

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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: EROraclePlugIn, migrations and reserved words
      • From: Don Lindsay <email@hidden>
  • Prev by Date: Re: WOVNG Files?
  • Next by Date: Qualify data based on non-class property
  • Previous by thread: Re: Works in eclipse but not in a jar
  • Next by thread: Re: EROraclePlugIn, migrations and reserved words
  • Index(es):
    • Date
    • Thread