alibaba / alibaba/wasp

where clause only support equal condition?

Open
#8 6 comments 0 reactions 1 assignee Claimed by @jaywong85 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.