Modify ↓
Ticket #289 (closed defect: fixed)
Typo in db.delete_table (db.delete_table, not db.drop_table)
| Reported by: | sumeet.a@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | documentation | Version: | |
| Keywords: | Cc: |
Description
On db.delete_table, db.drop_table should be db.delete_table.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed. drop_table happens to work as well, but it's best to use canonical names for the functions.