Menu

Commit [r479]  Maximize  Restore  History

Fixed: 10342 Creation of Schema in Oracle

Comment is a reserved keyword for Oracle. The five 'Comment' columns are renamed to 'Commments'.
Migration scripts were modified to let oracle users create the database. For the others, migration 41 will rename the columns (only if columns have the 'old' name).
Fixed also a few oracle specific issues.

Note: currently (in Rails 1.2.3), there's bug in Rails oracle adapter. See: http://dev.rubyonrails.org/ticket/7344
Attached patch is required for redMine to work properly.

jplang 2007-04-25

<< < 1 2 (Page 2 of 2)
changed /trunk/db/migrate/034_create_changesets.rb
added /trunk/db/migrate/041_rename_comment_to_comments.rb
changed /trunk/lang/de.yml
changed /trunk/lang/en.yml
changed /trunk/lang/es.yml
changed /trunk/lang/fr.yml
changed /trunk/lang/it.yml
changed /trunk/lang/ja.yml
changed /trunk/lang/pt.yml
changed /trunk/lang/zh.yml
changed /trunk/test/fixtures/changesets.yml
changed /trunk/test/fixtures/comments.yml
changed /trunk/test/fixtures/wiki_content_versions.yml
changed /trunk/test/fixtures/wiki_contents.yml
changed /trunk/test/unit/comment_test.rb
changed /trunk/test/unit/wiki_content_test.rb
/trunk/db/migrate/034_create_changesets.rb Diff Switch to side-by-side view
Loading...
/trunk/db/migrate/041_rename_comment_to_comments.rb Diff Switch to side-by-side view
Loading...
/trunk/lang/de.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/en.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/es.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/fr.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/it.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/ja.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/pt.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/zh.yml Diff Switch to side-by-side view
Loading...
/trunk/test/fixtures/changesets.yml Diff Switch to side-by-side view
Loading...
/trunk/test/fixtures/comments.yml Diff Switch to side-by-side view
Loading...
/trunk/test/fixtures/wiki_content_versions.yml Diff Switch to side-by-side view
Loading...
/trunk/test/fixtures/wiki_contents.yml Diff Switch to side-by-side view
Loading...
/trunk/test/unit/comment_test.rb Diff Switch to side-by-side view
Loading...
/trunk/test/unit/wiki_content_test.rb Diff Switch to side-by-side view
Loading...
<< < 1 2 (Page 2 of 2)