where clause only support equal condition?
Open
enhancement
- Dominant language
- Java
- Stars
- 191
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
say with following query in wasp shell
query "select \* from user where user_id=1" works
+----------+-----------+
| user_id | name |
+----------+-----------+
| 1 | binlijin |
+----------+-----------+
while
query "select \* from user where user_id>0"
ERROR: java.sql.SQLException: org.apache.wasp.jdbc.JdbcException: Operate a not supported sql: "Don't get a Index!" [90170-1]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.