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 1 of 2)
changed /trunk/app/controllers/projects_controller.rb
changed /trunk/app/controllers/timelog_controller.rb
changed /trunk/app/controllers/wiki_controller.rb
changed /trunk/app/helpers/application_helper.rb
changed /trunk/app/models/changeset.rb
changed /trunk/app/models/comment.rb
changed /trunk/app/models/custom_value.rb
changed /trunk/app/models/repository.rb
changed /trunk/app/models/time_entry.rb
changed /trunk/app/models/user_preference.rb
changed /trunk/app/views/news/show.rhtml
changed /trunk/app/views/projects/activity.rhtml
changed /trunk/app/views/projects/search.rhtml
changed /trunk/app/views/projects/show.rhtml
changed /trunk/app/views/repositories/_revisions.rhtml
changed /trunk/app/views/repositories/revision.rhtml
changed /trunk/app/views/timelog/details.rhtml
changed /trunk/app/views/timelog/edit.rhtml
changed /trunk/app/views/wiki/edit.rhtml
changed /trunk/app/views/wiki/history.rhtml
changed /trunk/app/views/wiki/show.rhtml
changed /trunk/config/environments/test_oracle.rb
changed /trunk/db/migrate/010_create_comments.rb
changed /trunk/db/migrate/029_create_wiki_contents.rb
changed /trunk/db/migrate/032_create_time_entries.rb
/trunk/app/controllers/projects_controller.rb Diff Switch to side-by-side view
Loading...
/trunk/app/controllers/timelog_controller.rb Diff Switch to side-by-side view
Loading...
/trunk/app/controllers/wiki_controller.rb Diff Switch to side-by-side view
Loading...
/trunk/app/helpers/application_helper.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/changeset.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/comment.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/custom_value.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/repository.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/time_entry.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/user_preference.rb Diff Switch to side-by-side view
Loading...
/trunk/app/views/news/show.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/projects/activity.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/projects/search.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/projects/show.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/repositories/_revisions.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/repositories/revision.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/timelog/details.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/timelog/edit.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/wiki/edit.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/wiki/history.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/wiki/show.rhtml Diff Switch to side-by-side view
Loading...
/trunk/config/environments/test_oracle.rb Diff Switch to side-by-side view
Loading...
/trunk/db/migrate/010_create_comments.rb Diff Switch to side-by-side view
Loading...
/trunk/db/migrate/029_create_wiki_contents.rb Diff Switch to side-by-side view
Loading...
/trunk/db/migrate/032_create_time_entries.rb Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.