Actions
Defect #49
closedCreation of Schema in Oracle
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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
Updated by Jean-Philippe Lang over 17 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...
Updated by Jean-Philippe Lang over 17 years ago
Fixed. Details here:
http://rubyforge.org/forum/forum.php?thread_id=13614&forum_id
=7505
Actions