6.0.0-alpha12
6/7/25

[#1426] Use native Oracle types for horde_datatreee and horde_datatree_attributes
Summary Use native Oracle types for horde_datatreee and horde_datatree_attributes
Queue Horde Base
Queue Version 3.0.3
Type Bug
State Resolved
Priority 1. Low
Owners Horde Developers (at)
Requester selsky (at) columbia (dot) edu
Created 02/23/2005 (7409 days ago)
Due
Updated 02/26/2005 (7406 days ago)
Assigned 02/23/2005 (7409 days ago)
Resolved 02/26/2005 (7406 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/26/2005 08:32:40 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Changes made in HEAD and FRAMEWORK_3 - thanks!
02/23/2005 10:35:15 AM Jan Schneider Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
02/23/2005 06:48:18 AM selsky (at) columbia (dot) edu Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Use native Oracle types for horde_datatreee and horde_datatree_attributes
Queue ⇒ Horde Base
New Attachment: create.oci8.sql.patch Download
Reply to this comment
This patch updates the oracle table creation script to bring it more 
inline with the generic table creation script and to use Oracle types 
in horde_datatree_attributes.



* Nulls aren't allowed in horde_datatree.datatree_parents

* Use varchar2 instead of varchar

* Use number(16) instead of int

* Use clob instead of varchar(4000)

Saved Queries