You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2021. It is now read-only.
With a couple small changes (see my fork), krust compiles with the latest nightly. The embedded functionality works well, but I'm unable to use the IPC API.
I am able to establish a connection to a local kdb process, but when I try to send a query (such as running the provided demo), I get an error. k.t is -128, and the error string in k.union is "char". I'm guessing the query isn't being serialized properly, but I can't figure out what's wrong. Any ideas?