-
We have the `DSL.noCondition()` constructor, which produces a special type of `Condition` that generates no SQL string, unless strictly required syntactically. It can be used for dynamic SQL:
```ja…
-
### Proposal
Add bleve support ( https://github.com/blevesearch )
### Motivation
Provides FTS like sqllite has and other DB's, to allow searching over documents. https://sqlite.org/fts3.…
-
Layer cache is great, but at times it's not smart enough or non-transparent in how it decided to rebuild something and there is only certain depth we can go into and sometimes it's much easier to use …
-
### Expected behavior
I'm doing a 1:N query in a dao:
```
val records = dsl.select()
.from(Recipe)
.leftJoin(RecipeIngredient).on(RecipeIngredient.RecipeId.eq(Recipe.I…
-
```
A type provider would infer the SolrNet document type from the Solr schema.
From there SolrNet could pick up the inferred type and be used to do
serialization/queries as usual.
```
Original iss…
-
I think it could be very useful to have a QSQL, or being optimist it could become an standard for vector databases, VSQL?
Instead of dealing with JSON in qdrant http api or all the methods in Python …
-
The "is not distinct from" feature (basically "=" that handles nulls, too) would be as easy to implement as "eq" or "gt" or something and much appreciated. I don't think I missed it ...
-
### Is your feature request related to a problem?
No problems.
### What solution would you like?
Currently, the OpenSearch C# client offers an effective way to interact with OpenSearch clusters, …
-
**Elasticsearch version** (`bin/elasticsearch --version`):
7.11.1
**Plugins installed**: []
**JVM version** (`java -version`):
jdk-11.0.9
**OS version** (`uname -a` if on a Unix-like sy…
Comee updated
9 months ago
-
Hey, I'm using sgqlc to introspect a schema and then generate queries from it and it is going well. However, I'm trying to parallelize tasks that contain an operation, which requires pickling it insid…