David Ehnert

Results 7 comments of David Ehnert

Addons would be supported by following means: - `add_addon(addon-dir)` instead of `add_subdirectory(addon-dir)` in the CMakeLists.txt to flag a subdirectory as an addon. It only gets added to the project if...

Just a heads-up: same thing applies to views too. If I create a view that I grant access to a user, but the user lacks the privileges for `SELECT`ing the...

Thank you very much for looking into this ❤️

> I'll default to an invoker context Is there a particular reason why? Cause the mysql docs say that without explicitly declaring a security context, definer is used. > Do...

Thank you for taking a look at this! I have worked around the issue for now by outsourcing the logic into a procedure, which is handled "fine" minus the non-updated...

Well, I am only trying to use dolt directly in a production environment which handles sensitive customer data 😅 that's probably why I trip over those obscure problems in the...

Thank you! It's totally fine that it takes a little longer, my datasets aren't too large currently so I can just manually work around things. Happy holiday!