mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
9fe6070663
Instead of 'WITH some_alias (SELECT * from some_func()) SELECT <rows> FROM some_alias' for SQL function queries, Use 'SELECT <rows> FROM some_func() AS some_alias' |
||
---|---|---|
.. | ||
Internal.hs | ||
Types.hs |