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
The pg_query_ext crate is a small wrapper around pg_query that uses procedural macros to implement missing or incomplete functionality from pg_query. To improve performance and clean up our implementation, we should
contribute the nodes iterators upstream
(maybe) contribute the location getter upstream
(maybe) contribute the properties getter upstream
The text was updated successfully, but these errors were encountered:
The
pg_query_ext
crate is a small wrapper aroundpg_query
that uses procedural macros to implement missing or incomplete functionality frompg_query
. To improve performance and clean up our implementation, we shouldThe text was updated successfully, but these errors were encountered: