Opened 17 years ago
Closed 17 years ago
#7407 closed (fixed)
fails to load fixtures with Oracle 10g when tablenames are too long
| Reported by: | erny | Owned by: | erny |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Keywords: | oracle bug | |
| Cc: | msaelices@… | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The problem is that tablenames are not properly escaped when calling sequence_reset_sql in db/backends/base.py.
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | oracle_sequence_reset_quote_name.patch added |
|---|
comment:1 by , 17 years ago
| Cc: | added |
|---|
comment:2 by , 17 years ago
| Keywords: | bug added |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patches db/backends/oracle/base.py to correct table name quoting in sequence_reset_sql