mabmayer

Results 8 issues of mabmayer

**What would you like to be added or enhanced** Get rid of grpc message size constraints. **Why is this needed** When working with large datasets, it is very cumbersome to...

enhancement

**What would you like to be added or enhanced** Client should be aware of how to handle different server versions. **Why is this needed** Currently, the datastructure returned by sqlExec()...

enhancement

**What happened** In immudb container, immuadmin is bundled. Tried to use that with kubectl exec, but same error should also be visible with docker exec. When logging in, immuadmin tries...

bug

**What happened** Used vcn in a shell script, with CNIL as backend. Due to an error in my script, it happend that vcn was called with the following line: `vcn-v0.9.6-linux-amd64...

bug
good first issue

**What would you like to be added or enhanced** When running vcn authenticate on an unauthenticated file, the error is e.g. ``` Warning: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 was not notarized ``` When running...

enhancement

**What happened** ``` debug_error_string = "{"created":"@1660911124.456752583","description":"Error received from peer ipv4:172.21.0.3:3322","file":"src/core/lib/surface/call.cc","file_line":966,"grpc_message":"result size limit reached: found at least 1000 entries (the maximum limit). Pagination over large results can be achieved by using...

bug

The health-cmd in these files is obsolete. Since containers are now from scratch, there is no /bin/sh, and the check won't execute, since it is in shell form, not exec...

in README.md it is client.useDatabase, in client.py databaseUse. Same for createDatabase vs. databaseCreate.