| Summary | Oracle SQL script synax error |
| Queue | Kronolith |
| Queue Version | 2.0.2 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | |
| Requester | resan (at) sa-ardnuam (dot) nl |
| Created | 03/11/2005 (7568 days ago) |
| Due | |
| Updated | 03/11/2005 (7568 days ago) |
| Assigned | |
| Resolved | 03/11/2005 (7568 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Oracle SQL script synax error
Queue ⇒ Kronolith
kronolith/scripts/sql/kronolith.oci8.sql,v 1.4 2004/12/21 15:52:32 chuck
[row 36] vfb_email VARCHAR2(255) NOT NULL DEFAULT '',
must be
[row 36] vfb_email VARCHAR2(255) DEFAULT '' NOT NULL ,