graphql-engine/server/src-lib/Hasura
Rakesh Emmadi 9fe6070663 avoid CTE expressions in sql function queries, close #3349 (#3504)
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'
2019-12-09 20:27:44 -06:00
..
Cache allow specifying an upper limit on the query plan cache size (#3012) 2019-11-25 11:12:23 -06:00
Events fix various functions to not create their own logger (#3439) 2019-11-28 14:33:14 +05:30
GraphQL avoid CTE expressions in sql function queries, close #3349 (#3504) 2019-12-09 20:27:44 -06:00
RQL avoid CTE expressions in sql function queries, close #3349 (#3504) 2019-12-09 20:27:44 -06:00
Server bulk query should not care about access mode of select or count queries (#3467) 2019-12-04 13:16:37 -06:00
SQL fix insert permission views are not unique for long role names (fix #3444) (#3486) 2019-12-09 17:23:06 -06:00
App.hs fix various functions to not create their own logger (#3439) 2019-11-28 14:33:14 +05:30
Cache.hs allow specifying an upper limit on the query plan cache size (#3012) 2019-11-25 11:12:23 -06:00
Db.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
EncJSON.hs save permissions, relationships and collections in catalog with 'is_system_defined' explicitly (#3165) 2019-10-21 11:01:05 -05:00
HTTP.hs allow configuring timeout for remote schema calls (close #2501) (#2753) 2019-08-23 14:27:19 +05:30
Logging.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
Prelude.hs support computed fields returning scalars or set of tables (close #1387) (#2917) 2019-10-18 13:59:47 +05:30