Louis Kuang
Louis Kuang
This change logs an error message when the operand passed to `ARRAY_CONTAINS_ANY`, `IN` and `NOT_IN` filters are not of array types.
**Client** firestore Go SDK **Environment** all **Go Environment** all **Code** e.g. ```go q.Where("x", "in", 1), q.Where("x", "in", nil), q.Where("x", "in", []int(nil)), q.Where("x", "not-in", []int(nil)), q.Where("x", "array-contains-any", []int(nil)) ``` **Expected behavior**...
While the PostgreSQL JDBC driver is thread-safe ([ref](https://www.postgresql.org/docs/7.4/jdbc-thread.html)), multiple threads using the same connection returned from the driver will still block each other. This change updates the DB client implementation...
Hi, I am reposting an open issue in the ldbc_snb_implementations repo here. I am trying to use the cypher benchmark to evaluate the performance of Neo4j under different configurations. I...