-
Just to rehash, the goal of this issue is to investigate the differences between the following two queries:
```python
Blog.objects.filter(entry__in=Entry.objects.filter(headline__contains="Lennon"))…
-
### Is your feature request related to a problem?
The Rust SDK transaction statements are not documented at [https://github.com/surrealdb/surrealdb/blob/54aedcdbdc1c50a55dfaec8f206c4c715ad3cb40/lib/e…
-
As Joe and I were implementing the Vote functionality, we realized that in the API calls, queries can be chained. For example,
```
/hearings?query=environment&chamber=senate
```
Unfortunately, we o…
-
Aware that this is a "next week" (rather than right now) task but wanted somewhere to write about this.
Feel free to break down into smaller issues and close this one if it makes sense.
## Draft…
-
Use case: Prepend raw (SET x=y) statements before each query to implement Postgres row level access control.
Our product (built on graphql+Objection.js+knex+Postgres stack) is investigating ways to…
-
Using GC 1.5.2 and CI 3.0
As others have noted, "search all" fails completely if a ->where() statement has been used.
This is because GC is chaining calls to ->or_like() in addition to ->where() and…
-
**Describe the bug**
I have a GET endpoint of a model, that returns 872 instances in total. However when using pagination with `limit=1000`, the Kubernetes pod crashes due to OOMKilled, i.e. because …
-
The https://duckdb.org/docs/api/cpp.html page says:
> The `MaterializedQueryResult` instance contains firstly two fields that indicate whether the query was successful. `Query` will not throw excep…
-
Hi all,
I've been looking at state source testing and I think there might be some room for standardisation over there.
As it stands, a `HttpStateSource` -because of its async nature- returns promise…
-
Right now an sql Node mutates itself when sql operations are chained to it. I found out about this the hard way, trying something like this:
``` js
var query1 = user.where(...);
var query2 = query1.a…
spion updated
7 years ago