-
Currently in "EventFilter" class there is no support of where clause it is very important to provide this support.
Please provide this support
-
### Version
4.0.0
### Which SQL?
MySQL
### SQL content
```sql
SELECT * FROM tb where ;
```
### JavaScript/TypeScript code
```typescript
import { FlinkSQL } from "dt-sql-pa…
-
While this is a valid query as far as I know, it is not accepted by the parser:
```sparql
SELECT * WHERE {
SERVICE {
SELECT *
FROM
WHERE {
?s ?p ?o
}
}
}
```
Error:
…
-
I'm implementing `TSqlFragmentVisitor` and have access to all the query parts I'm interesting in. So, almost all required validations I have is doable for me with different `expression` forms without …
-
Bart Lammers wrote:
> When using 'relation' in the Solr indexing configuration, this relation does not take the foreign_match_field into account.
>
> I found this when trying to index file reference…
-
When empty array is inside All:of then wrong SQL is created, e.g.
```sql
WHERE name IN ()
```
-
### Issue
[This line](https://github.com/JetBrains/Exposed/blob/ff181e3cfb38b72a007cc05fc7cc80e6ac09318b/exposed-dao/src/main/kotlin/org/jetbrains/exposed/dao/EntityCache.kt#L96) results in the compl…
-
First, and foremost, `CodeQuery` must provide support for other objects, besides references and function calls. It should also provide methods to look for functions, variables, classes, etc.
Second…
-
It'll be nice if we could do something like:
`public async Task UpdateListAsync(IEnumerable columnsToUpdate, T values, string whereClause) where T : class`
-
I am using sequelize and trying to get the count of all rows when offset is 1 and limit is 100
when I use the following
const paramPostgres: QueryBuilder = {
raw: false,
nest: tru…