Opened 17 years ago

Closed 17 years ago

#5627 closed (fixed)

docs/databases.txt should mention Oracle caveats

Reported by: Matt Boersma Owned by: Matt Boersma
Component: Documentation Version: dev
Severity: Keywords: oracle textfield null string
Cc: ian.g.kelly@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

"Notes about supported databases" should include more of the significant caveats from the Oracle-branch wiki page: http://code.djangoproject.com/wiki/OracleBranch . Right now it only has some notes about MySQL, but issues with TextField/LOBs and empty string handling should be documented.

Attachments (1)

5627.diff (5.0 KB ) - added by Matt Boersma 17 years ago.
Added pertinent info from Oracle-branch wiki page

Download all attachments as: .zip

Change History (6)

comment:1 by Matt Boersma, 17 years ago

Needs documentation: set

comment:2 by James Bennett, 17 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Matt Boersma, 17 years ago

Owner: changed from nobody to Matt Boersma
Status: newassigned

by Matt Boersma, 17 years ago

Attachment: 5627.diff added

Added pertinent info from Oracle-branch wiki page

comment:4 by Matt Boersma, 17 years ago

Has patch: set
Needs documentation: unset

comment:5 by Erin Kelly, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [6432) Fixed #5627: Added documentation and caveats about using the oracle backend.

Note: See TracTickets for help on using tickets.
Back to Top