roychen11232357

Results 3 issues of roychen11232357

Suppose my input is like this ``` { "values": { "obj1": { "key1": 46, "key2": 19 }, "obj2": { "key1": 10, "key2": 20 } }, "option": "test" } ``` And...

Hi there, I have 2 sqls: ``` SELECT aa FROM (SELECT bb FROM bbb group by bb) as a, `omg` ``` Key | Value(s) -- | -- Table names |...

Hi @sutugin , I found that when getOffset goes to get the offset column, there is no filter condition, which may cause performance problems ex. `SELECT "ts" FROM public.test` After...