-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Attempted to use catch-all token with token 0 of Undefined length #223
Comments
I am also having this issue while trying to run a query. It works for everything else, except if the field is char. I tried casting it, but no luck so far. Any ideas? Thanks! |
Same here with AseCommand |
The code: The exception: |
hello, i have same issue, has anyone a solution? |
Anyone? |
I moved away from using this package to take Sap.Data.SQLAnywhere directly. |
AdoNetCore.AseClient nuget 0.19.2
查询表 有varchar 类型 报错 Attempted to use catch-all token with token 0 of Undefined length
去掉varchar 类型字段可以正常查出。
The text was updated successfully, but these errors were encountered: