Michel Pelletier
Michel Pelletier
Can you share your table definition?
Did you delete your original comment? I'm just confused because the email notification I got contained different information. It sounds like you don't have libsodium installed, although I don't have...
Good point, if you'd like to submit a PR mentioning that issue I'll merge it. We use the `pgaudit` extension at supabase, so might be worth mentioning it as well...
What do you think about the approach of using popen to trigger the command line compiler and write a shared library. Then use dlopen() to get the function pointer to...
I don't see zsocket_probe_router being used in zsocket.py. Are you up to date with the latest revision? Looks like it's zsocket.set_probe_router
I can't reproduce this with the latest masters, I'll try stepping back to the same tag setup.
This one is tricky because having the event fire for all `ALTER TABLE` statements might be overly aggressive, and we're not sure what other event triggers may be firing on...
This should be fixed by using the `vault.update_secret()` function in the latest release, lmk if that works for you. Thanks!
Vault is not generally released yet on production but stay tuned! We're in the final stages of testing it as well as the new UI.
Same fix as applies to #10 and #11.