-
I want to collect all the properties used for filtering the data and do some validation on them. For example:
```java
String query = "MATCH (start {name: 'v1'}) RETURN count(*) AS COUNT";
var state…
-
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html
- `+` signifies AND operation
- `|` signifies OR operation
- `-` negates a single token
- `"` wraps …
-
**Is your feature request related to a problem? Please describe.**
At the moment, Rhetos generates anemic models (simple DTOs) which leads to poor encapsulation in both inside Rhetos DSL scripts and …
Halky updated
3 years ago
-
Apologies if there's already a draft for this, I haven't been fully keeping up with Houdini. I did look though :)
People often use custom properties to invent their own DSL for augmenting existing …
-
### Describe the bug
Hello. 2 Days ago i switched my 7430 from FritzOS to OpenWRT.
I expected same or better Internet Performance but this was not the case i got much worse performance.
Current…
-
## Driver version
2.1.0.11
## Client Operating System
ubuntu 20.04
## JAVA/JVM version
open jdk 11.0.18
## Problem description
Redshift driver is not supporting the batch operation with joo…
-
We use graphql-ruby and graphql-client to talk to each other. The `graphql-ruby` library defines a few extra types beyond the standard GraphQL types, e.g. `ISO8601Date`, `ISO8601DateTime`, etc, which…
-
Exposed is great!
But it seems any operation in Exposed must be called within a `transaction` block. Sometimes it might be unnecessary to to use a real native transaction because the operations in…
-
# Problem
I want to be able to find list of issue, filter by attribute from another left join table.
I have two index, issue and issue_detail, they share the same key issueId. issue_detail has ad…
-
Only very simple UI has been implemented for the survey-based query filters. For example, there is no way of changing the operator on `SurveyOptionFilter`, or selecting multiple options. In `SurveyRes…