-
### What happens?
The DuckDB manual states:
> Check constraints allow you to specify an arbitrary boolean expression.
There is no mention of an exception for functions that are loaded as part…
-
If you have a query like this:
```
SELECT *
WHERE {
GRAPH {
# observation clauses
?s a qb:Observation .
?s ?p ?o .
}
?o rdfs:label ?lbl
}
```
We don't know wh…
-
A previous version had `.asIf()` for building statements like
```
if (something) {
// ...
}
```
As far as I know, the only way to do these with current API is to write this manually via `C…
-
We have introduced new keywords beginning with `_` for the Checked C bounds annotations and where clauses, as part of creating [erasable syntax](https://github.com/checkedc/checkedc/wiki/Proposed-exte…
-
### Problem Statement
At the moment, it's possible to create repositories, but not update them in any way. It would be useful to have some of the settings on repositories editable. For example, for s…
-
### Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
### Is your feature request related to a problem?
_No response_
### Describe the feature you'…
-
Trying the new nftables backend, it fails on EL 9.4
```
# nft --version
nftables v1.0.9 (Old Doc Yak #3)
# uname -r
5.14.0-427.40.1.el9_4.x86_64
```
conf
```
{
"type": "portmap",
"cap…
-
java.lang.IllegalArgumentException: invalid LIMIT clauses:limit 0, 15 ????????????
-
### Bug description
Hey all,
When using an `in` clause within a where, I would expect Prisma to treat `undefined` as a no-op and ignore it. It _does_ do this when things _aren't_ nested.
Whe…
-
### Which service(blob, file, queue, table) does this issue concern?
Table
### Which version of the Azurite was used?
3.18.0
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio…