Dmitry Patsura
Dmitry Patsura
It's not supported to set SSL configuration for Redis driver by env variables/configuration. Related to env variables, there is a code that already solves a similar problem (but for database...
Yeah, it's a good idea, but there are some things, that should be done to fix stability of the `RedisPool`: 1. `numTestsPerEvictionRun` 2. I think we should use `maxWaitingClients` to...
Thank you for bug reporting. When we changed a default value for `CUBEJS_PRE_AGGREGATIONS_SCHEMA` in https://github.com/cube-js/cube.js/commit/e5bdf3dfbd28d5e1c1e775c554c275304a0941f3#diff-6271a8d4f777316c8ac5e440f0ada73ce1ff88123115e4509e35b4aae2aac888R162 from `stb_pre_aggregations ` to `devServer ? 'dev_pre_aggregations' : 'prod_pre_aggregations'`, We didn't think that it can...
@schlechtOptimiziert Could you give a try with `v0.30.28`? We fixed an issue with extended query for PostgreSQL protocol. Thanks
1. SQL API follows PostgreSQL 14 spec, and there is no column called `proisagg` (it was removed in PostgreSQL 11). You need to upgrade the library (driver). 2. Related to...
Hey! Maybe I didn't understand question: I will store Object as plain structures when this will be possible and as `V8::Value` Related typechecking, this will be on frontend side (typescript...
Hey! Nice idea, I was thinking about it, I started an research process,in feature I will write in this issue Now, the main priority is to build "base" support for...
Thank you for idea, I will think a little bit about this moment
This bug is related to the SQL API bug, not to the Cube (js) part, I will prepare a fix for that. >Expected behavior > Return the value '9999-12-31 00:00:00'...
I've prepared the PR https://github.com/cube-js/cube.js/pull/5122 which will handle panics as errors back to the client instead of panicking and closing the connection. The same issue will be with Cube Store....