Modify ↓
Ticket #517 (assigned enhancement)
Add db.delete_columns() method to API
| Reported by: | adam@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | databaseapi | Version: | unknown |
| Keywords: | Cc: |
Description
Add this functionality:
db.delete_columns('table_name',['col1','col2'])
This would allow for much more efficient column deletion on large tables where multiple columns are being dropped.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
