Modify ↓
Ticket #740 (closed defect: fixed)
Oracle: fix delete_table() for tables that have no AutoField
| Reported by: | Stephan Jaensch <sj@…> | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | databaseapi | Version: | mercurial |
| Keywords: | Cc: |
Description
The Oracle backend always executes a DROP SEQUENCE on table deletion. But the sequence is only created if the table actually has an AutoField?. The changeset fixes this.
https://bitbucket.org/sjaensch/south/changeset/48a3bcfc2226
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Pulled.