Kris

Results 5 comments of Kris

Any updates on this? If I understood correctly from @shawnsmith's analysis, the solution is to refresh cached shard list on lease steal?

Dear @saghaulor, As @supriza wrote, the documentation was false. This is not (yet) supported by Snyk product. Using nopp is still recommended as a remediation. Looking at the library docs...

I ran into the same issue. The project, that has jOOQ plugin applied has a dependency on `org.jooq:jooq` which is turned into desired edition and version with metadata. This metadata...

Would be great to have it. We use CockroachDB and we use jOOQ for type-safe query building. To my knowledge `AS OF SYSTEM TIME` is CockroachDB specific, what may be...

In our case, modifying the query didn't help as we use explicit transactions. When I have modified the query, CockroachDB was complaining: ``` ERROR: inconsistent AS OF SYSTEM TIME timestamp;...