Description
Verify that index management works correctly against a real Db2 instance.
Methods to verify
get_indexes — list indexes for a table
drop_index — execute DROP INDEX
Acceptance criteria
- Indexes are correctly listed with all metadata
- Drop index executes successfully
- Error handling for non-existent indexes works
Part of the WIP verification checklist in README.
Description
Verify that index management works correctly against a real Db2 instance.
Methods to verify
get_indexes— list indexes for a tabledrop_index— execute DROP INDEXAcceptance criteria
Part of the WIP verification checklist in README.