Daniel Solnik
Daniel Solnik
See #38 for an update on this
I see. So i should pass in `--redis-url redis-socket://$PATH` instead?
That's for configuring where redis listens. I'm trying to figure out how I can use redisgraph-bulk-insert if I have unix socket in my config and redis listening over a unix...
Tired Thursday apologies. Yes, this PR allows for multiple spaces before the check keyword and any amount of white space (including 0) after the check keyword but before the in...
My constraint was “CHECK IN('a', 'b', 'c')”, notice the lack of spaces after the IN
Admittedly, this was an oversight when I uploaded the schema but it was recognized as valid sql (and worked as a constraint) in SQLite and SQL Server. On Thu, Sep...
Yea, not only that but SQLite returns back the comment associated with the constraint (rip). I didn’t check if this was the case for sql server. On Thu, Sep 28,...
To reproduce this, make https://github.com/lumjjb/simple-ocicrypt-keyprovider print out the current user: ``` currentUser, err := user.Current() if err != nil { log.Fatalf(err.Error()) } username := currentUser.Username fmt.Printf("Username is: %s\n", username) ```
@lumjjb, this is correct, we can do whatever we want with the annotation. The key used to encrypt the layers is picked randomly (if none is specified on the command...
A better name for the current key provider would be `KEK provider`, I'm asking for something to provide the encryption key.