aplbrain / aplbrain/grand-cypher
Better handling for argument types in queries
Open
- Dominant language
- Python
- Stars
- 129
- Forks
- 17
- PR merge metrics
- PR metrics pending
Description
Invalid argument types leak Python exceptions. `toLower(123)`, `trim(true)`, or `size(123)` raise `AttributeError`/`TypeError` instead of returning `NULL` or a controlled query error.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.