Closed kelindar closed 3 years ago
This PR includes some fixes and a better error handling for the indexes:
CreateIndex
nil
DropIndex
fnv1
crc32
enum
This PR includes some fixes and a better error handling for the indexes:
CreateIndex
now requires column to be created before the index. Prior to this you could create an index on anil
column, which was a weird behaviour.DropIndex
now has more validation.fnv1
withcrc32
forenum
column, to simplify the code a bit.