We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found a few inaccuracies in the Virtual Schema API Documentation while using it.
Missing literal_interval json example here: https://github.com/exasol/virtual-schemas/tree/master/doc#literal
literal_interval
I discovered that "type": "predicate_equals" doesn't really work in our implementation, but "type": "predicate_equal" works fine. We need to fix the documentation or the implementation. You can find it here: https://github.com/exasol/virtual-schemas/tree/master/doc#predicates
"type": "predicate_equals"
"type": "predicate_equal"
The same for "predicate_notequals".
"predicate_notequals"
The same for "predicate_lessequals".
"predicate_lessequals"
Missing predicate_is_null and predicate_is_not_null here: https://github.com/exasol/virtual-schemas/tree/master/doc#predicates
predicate_is_null
predicate_is_not_null
The text was updated successfully, but these errors were encountered:
Moved to #191
Sorry, something went wrong.
No branches or pull requests
I found a few inaccuracies in the Virtual Schema API Documentation while using it.
Missing
literal_interval
json example here: https://github.com/exasol/virtual-schemas/tree/master/doc#literalI discovered that
"type": "predicate_equals"
doesn't really work in our implementation, but"type": "predicate_equal"
works fine. We need to fix the documentation or the implementation. You can find it here: https://github.com/exasol/virtual-schemas/tree/master/doc#predicatesThe same for
"predicate_notequals"
.The same for
"predicate_lessequals"
.Missing
predicate_is_null
andpredicate_is_not_null
here: https://github.com/exasol/virtual-schemas/tree/master/doc#predicatesThe text was updated successfully, but these errors were encountered: