-
Once the last cache has been implemented we will want to run a series of load generator tests to see how it performs compared to SQL queries that would be used in its absence.
The only setup requir…
-
(cql/where (in :MONTH/date [1 2]))
results in
# :clojureql.predicates.APredicate{:stmt ["MONTH/date IN (?,?)"], :env [[1 2]]}
while
(cql/where (= :MONTH/date 2))
results in
# :clojureql.predicates.AP…
-
### I try to train a model using :
model.train(losses=Loss.SUPERVISED)
### Error on:
model.train(losses=Loss.SUPERVISED)
### Error message:
**list indices must be integers or slices, n…
-
```
GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.0)
lsp-bridge commit: ccf6d1fbe9e1fbd19451b98f626b094051f4a6f4
```
Specifically with `sbcl`. When I …
-
In cases where a sum type is transcribed as a series of interfaces and a union type:
```
export type U = A | B | C;
export interface A {
tag: "A";
contents: ...
}
export interface B {…
-
Currently doobie array (and in the future jsonb) columns are handled as special kinds of leaf types as far as GraphQL query execution is concerned. It should be possible to consider array elements and…
-
To optimise nested predicates structures, `EmptyPredicate` better not to be combined with other predicates on `and` and `or` operators. Instead the incoming arguments should be returned:
```Scala
ob…
-
Hi,
(De-)serialization via `serde` would be a great addition to `predicates`.
This would be useful when a UI has filters which should be stored (so users don't have to setup the filters every ti…
-
From @hugoledoux's [comment](https://github.com/georust/geo/issues/380#issuecomment-571143533):
Regarding incorrect results when input is as follows:
p_a: (x: -0.000000000000000003373241732629…
-
### What happened?
We've noticed a potential issue with the SQL generation within the Data API Builder, specifically when handling GraphQL queries that include pagination and sorting. The SQL output …