tablelandnetwork/go-sqlparser

COUNT only works when it is in lowercase

tansanDOTeth opened this issue · 1 comments

I was instructed to report the bug here. This the error I get when trying to run: SELECT COUNT(*) FROM table_name in the js-tableland SDK.

Error: calling RunReadQuery: validating query: unable to parse the query: 1 error occurred:
    * no such: COUNT

However, it seems to work when it is lowercase.

Thanks, @tansanDOTeth for reporting this. I found the root of the issue. Fixing soon