Skip to content

Additional JSONB functions and fixes #48

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

Merged
merged 4 commits into from
Oct 29, 2024

Conversation

CDThomas
Copy link
Contributor

@CDThomas CDThomas commented Oct 29, 2024

This change includes:

  • Fixes for variable length ORE from @coderdan
  • Additional functions on SteVec indexes: cs_ste_value_v1, cs_ste_term_v1, and cs_ste_terms_v1 that I paired on with @freshtonic.
  • Fixes to the build that were causing fresh installs of EQL to fail (due to attempting to alter domains that didn't exist)

…to 002-ste-vec.sql

Also add in the SteVec side of variable length ORE fixes.
…` statements at top of file

These were causing cipherstash-encrypt.sql to fail if the domains being altered didn't already exist.

Instead, only include `ALTER DOMAIN` statements at the top of the uninstall script.
@CDThomas CDThomas merged commit a5e9dad into main Oct 29, 2024
4 checks passed
@CDThomas CDThomas deleted the additional-jsonb-functions-and-fixes branch October 29, 2024 07:35
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.

2 participants