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 |
State ⇒ Resolved
State ⇒ Assigned
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
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)