Defect #49
Creation of Schema in Oracle
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
I'm working on the installation against an oracle database. Not sure if anyone has done this yet, as it seems to be
out of the norm. Anyways, the script bombs on the creation of the comments table.
Looking at the DDL, 'comment' is a reserved word in oracle. You cannot create a column with this name. 'Comments'
works like a charm though. How can I change this?
Thanks in advance. Really excited on getting this going.
Related issues
History
#1
Updated by Jean-Philippe Lang about 15 years ago
Fixed. Details here:
http://rubyforge.org/forum/forum.php?thread_id=13614&forum_id
=7505
#2
Updated by Jean-Philippe Lang about 15 years ago
Sorry, I didn't test it with Oracle since a long time.
There's 5 tables with a column named 'comment'.
And at this time, i see no easy way to solve this problem...