-
see e.g. https://github.com/WolfgangFahl/pyLoDStorage/blob/master/lodstorage/params.py
which does jinja compatible parameter handling and is used in https://github.com/WolfgangFahl/snapquery
wit…
-
@simolus3 created https://github.com/dart-lang/macros/pull/85 which starts to add more queries, I figured it would be good to pull to an issue so we can discuss the direction with @jakemac53 as well.
…
-
During the reindex of the `nadove6` deployment on 10/28/2024, this query returned no rows, raising a `RequirementError`:
```
@requestId | cb0ccc8b-df5e-5d6a-a7db-9311068e629e
@timestamp | 1730205…
-
When I tried to construct a`stored_fields` query I found that this library does not have an API for it. Are there any workarounds available? Are there plans to add support for `stored_fields` queries?
-
It would be nice if you can lint/auto-fix query strings embedded in other languages.
For example, in Rust:
```rust
sqlx::query("SELECT * FROM users WHERE email = ?")
```
Or in Go:
```go
…
musjj updated
3 weeks ago
-
**example in UI**: https://www.gbif.org/occurrence/search?year=2007,2016&year=1853,1895
**API:**
749285366 results : https://api.gbif.org/v1/occurrence/search?year=2007,2016
8822341 results: https:…
-
### Describe the Bug with repro steps
1. Open VSCode and create a logicapp
2. Add an HTTP action
3. add a query
4. set the value to an integer
5. save and close the logicapp
6. re-open the logi…
-
### SDK Version
1.7
### Client Framework
Other
### Server Platform
ASP.NET
### Operating System
Windows
### Description
We have been hitting some performance bottlenecks with our MongoDB inst…
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/scribe-org/Scribe-Data/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow Scribe-Data's [Code of Con…
-
**Is your feature request related to a problem? Please describe.**
Would like to have a way to pass dynamic parameters to a query
**Describe the solution you'd like**
On "where" and possibly "has…