doltgresql
doltgresql copied to clipboard
unable to prepare query: unsupported syntax
- execute the following SQL report error:unable to prepare query: unsupported syntax
- can execute normally in Postgres database
- Doltgres version 0.50.0
select * from (values(1,'峰哥',18),(2,'王哥',20),(3,'张哥',22)) x(id,name,age);
We have some known issues around prepared statements. We have a PR open to fix them.
https://github.com/dolthub/doltgresql/pull/1406
We'll add this bug to the list.
Hi @forhsd,
I couldn't reproduce this behavior in 0.50.1, out now:
https://github.com/dolthub/doltgresql/releases/tag/v0.50.1
Please try again and let us know if you still see the issue.
您好 ,
我无法在 0.50.1 中重现这种行为,现在已经发布:
https://github.com/dolthub/doltgresql/releases/tag/v0.50.1
请重试,如果您仍然看到问题,请告诉我们。
I tried 0.50.1 and the problem has been resolved. Thank you