graphql-engine/server
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
..
packaging add brotli shared lib to packager image (#2924) 2019-09-24 15:52:50 +05:30
src-exec refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
src-lib avoid CTE expressions in sql function queries, close #3349 (#3504) 2019-12-09 20:27:44 -06:00
src-rsr functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
src-test add read_only to run_sql metadata api (#3191) 2019-11-14 18:20:18 -06:00
tests-py fix insert permission views are not unique for long role names (fix #3444) (#3486) 2019-12-09 17:23:06 -06:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore Update server/CONTRIBUTING.md and include manual build/test steps (#3472) 2019-12-06 17:58:08 -06:00
.stylish-haskell.yaml refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
CONTRIBUTING.md Update server/CONTRIBUTING.md and include manual build/test steps (#3472) 2019-12-06 17:58:08 -06:00
graphql-engine.cabal refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
Makefile remove usage of deprecated 'pytest.config' (#3434) 2019-11-29 10:44:26 +05:30
Setup.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
stack-nightly.yaml Add rebuild-ghc-options to stack.yamls 2019-07-31 10:22:50 -04:00
stack.yaml add read_only to run_sql metadata api (#3191) 2019-11-14 18:20:18 -06:00
stack.yaml.lock refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30