-
AS an Administrative User
I WANT TO have a dedicated sub-page of admin portal "Tagatuba" for defining service endpoints and/or SQL queries
SO THAT I CAN enter needed information about query/queries th…
-
__Proposal:__
It would be really nice to have a Flux DSL librairy for the go client; similarly to what exist for the [Java client](https://github.com/influxdata/influxdb-client-java/tree/master/flux-…
-
In jOOQ 3.0, we introduced `DSL` and `DSLContext` in order to be able to separate static DSL API (e.g. functions, subqueries, etc.) from the "configured" / "attached" one (e.g. queries).
`DSLContex…
-
### Exact URL of where the bug happened
`https://lichess.org/api/games/user/ToromLc0?since=1690242797626`
`https://lichess.org/api/games/user/ToromLc0?since=1690242797626&perfType=bullet`
### S…
Torom updated
2 months ago
-
I have seen some issues opened about new user experience with the Elasticsearch plugin,
and I would like to offer my initial impressions and frustrations in the hope that this
can inspire some tasks…
-
**Describe the bug**
Executing `doctoolchain` with `./gradlew --project-cache-dir /workspace/.gradle -PdocDir=/workspace -Papikey= publishToConfluence` fails with
```
> Task :publishToConfluence …
-
Hey, this looks really cool. I've been researching about embeddable type-safe SQL DSL that made more sense than the current SQL standard. Especially something that has more expression-like notation an…
-
### Is your feature request related to a problem? Please describe
Today, OpenSearch supports Grok or [Patterns operator](https://github.com/opensearch-project/sql/blob/cfe38d7d6678dfbd5597f1098a1a4…
-
Reproduction:
```
>>> from elasticsearch_dsl import Search
>>> search_with_post_filter = Search(index='product').post_filter('terms', categories=['B'])
>>> search_with_post_filter.count()
2818
>>> se…
-
Having this table in database:
```sql
create table test(
created_at timestamp with time zone default now()
);
```
And this JOOQ's generated field for table's column:
```java
public final…