Skip to content

Conversation

kelindar
Copy link
Owner

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 a nil column, which was a weird behaviour.
  • DropIndex now has more validation.
  • Replaced fnv1 with crc32 for enum column, to simplify the code a bit.

@kelindar kelindar merged commit cbaf31c into main Sep 10, 2021
@kelindar kelindar deleted the tests branch September 10, 2021 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant