Defect #49
Creation of Schema in Oracle
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target 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.
History
2007-04-24 15:54 - Jean-Philippe Lang
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...
2007-04-25 11:21 - Jean-Philippe Lang
Fixed. Details here:
http://rubyforge.org/forum/forum.php?thread_id=13614&forum_id
=7505