-
In my first attempts to constructing dynamic queries, I had something like:
```scala
def findFiltered(filter: Frag) = sql"SELECT * FROM table WHERE $filter"
findFiltered(sql"age = 12")
```
…
adamw updated
3 weeks ago
-
**Is your feature request related to a problem? Please describe.**
The mobile app currently uses a hard coded client ID (`netbird`). This means that there is a limit of one netbird server per IDP, …
-
How about a query for the default value for for example a page field?
`default: pages.filterBy('default', 'true');`
**My use case**: the client creates events on a daily basis. Each event has a …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: 2.4/2.5/master
- Deployment mode(standalone or cluster):
- …
-
I recommend adding a new API to 'Query' to add dynamic SQL scripts.
Motivation:
Some data in my foreground needs to be updated, and it will tell me which fields need to be modified, but I currentl…
-
Our initial work on precompiled queries (#25009) requires that queries be fully analyzable statically; that means the that entire LINQ query must be specified in one place - from the DbSet to the term…
roji updated
9 months ago
-
Here is the query I originally had:
```
var query = _session.Query().For();
query = query.With(x => x.ContentType == "Audit" &&
&& x.Latest == true);
q…
-
Hi, it would be nice to show how you can deal with dynamically changed queries like filters on a marketplace, if it's a even possible with the library.
-
### Proposed Changes
1. Enhance the business logic in `DynamicGroup.generate_query_for_filter()` when processing method filters to also pass the field `name` to the `generate_query_{filter_field.…
-
### Description
This is similar to this #34924 but for another kind of query.
The query executes successfully but some parts of it are colored with red color = "SQL semantic error foreground".
…
ask9 updated
3 months ago