Commit f762693
authored
This PR implements `ADD INDEX` and `DROP INDEX` statements in the new
driver.
It was necessary to reorganize some bits of the information schema
builder, as indexes and constraints overlap in both the grammar (ALTER
TABLE uses a `tableConstraintDef` node for both indexes and
constraints), and in reality (UNIQUE index needs a constraint, UNIQUE
constraint needs an index, making them equivalent).
5 files changed
Lines changed: 883 additions & 126 deletions
0 commit comments