Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more tests, removed unnecessary code #23

Merged
merged 1 commit into from
Sep 10, 2021
Merged

Added more tests, removed unnecessary code #23

merged 1 commit into from
Sep 10, 2021

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