Opened 19 years ago
Closed 19 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 , 19 years ago
| Keywords: | oracle added |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is done in the boulder-oracle-sprint branch--we use CLOBs, never LONGs.