You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report, I would be happy to merge a pull request.
I didn't check the code, but it shouldn't even restrict the type name in a cast expression to known types, since you should also be able to cast to user defined types which have arbitrary names.
Hi,
parseStatement v0.6.0 fails for
but float8 is a valid type in postgres 9.5
https://www.postgresql.org/docs/9.5/datatype.html
The text was updated successfully, but these errors were encountered: