6.0.0-beta1
8/8/25

[#614] The Oracle script needs to be fixed
Summary The Oracle script needs to be fixed
Queue Turba
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester rvs (at) angara (dot) ru
Created 09/21/2004 (7626 days ago)
Due
Updated 09/21/2004 (7626 days ago)
Assigned
Resolved 09/21/2004 (7626 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/21/2004 09:57:00 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
done.
09/21/2004 05:03:46 PM rvs (at) angara (dot) ru Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ The Oracle script needs to be fixed
Queue ⇒ Turba
Reply to this comment
In file turba/scripts/sql/turba_objects.oci8.sql,v 1.1

Line 6



     object_type VARCHAR2(255) NOT NULL DEFAULT 'Object',



should be fixed to be corrent for Oracle:



     object_type VARCHAR2(255) DEFAULT 'Object' NOT NULL,


Saved Queries