Currently, we generate arbitrary expressions without checking the types of sub-expressions. The postgres SQL dialect is typed, so many of the generated AQL queries are doomed to fail (e.g., for example when mixing char fields with interger fields).
We should add a CLI option (e.g., --well-typed) to generate well-typed AQL expressions.
Currently, we generate arbitrary expressions without checking the types of sub-expressions. The postgres SQL dialect is typed, so many of the generated AQL queries are doomed to fail (e.g., for example when mixing char fields with interger fields).
We should add a CLI option (e.g.,
--well-typed
) to generate well-typed AQL expressions.