Opened 18 years ago

Closed 17 years ago

#2501 closed defect (fixed)

Oracle backend: only single LONG is allowed in tables

Reported by: anonymous Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: dev
Severity: major Keywords: oracle
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

We need to change TextField type to CLOB in db/beckends/oracle/creation.py

Change History (2)

comment:1 by Matt Boersma <mboersma@…>, 17 years ago

Keywords: oracle added

This is done in the boulder-oracle-sprint branch--we use CLOBs, never LONGs.

comment:2 by Simon G. <dev@…>, 17 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top