Antoine Leblanc
|
fd5f64e1ed
|
server: remove postgres-specific code from OrderBy IR (#6150)
https://github.com/hasura/graphql-engine/pull/6150
|
2020-11-10 17:04:50 +00:00 |
|
Antoine Leblanc
|
f8ad1698a9
|
Move MutationCTE code to Postgres.Translate . (#6148)
Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
|
2020-11-10 15:31:49 +05:30 |
|
Antoine Leblanc
|
7960cd1c87
|
server: generalize table name IR (#6127)
https://github.com/hasura/graphql-engine/pull/6127
|
2020-11-10 07:50:26 +00:00 |
|
Antoine Leblanc
|
39843e48f2
|
server: split RQL.Types.DML (#6101)
https://github.com/hasura/graphql-engine/pull/6101
|
2020-11-09 10:03:38 +00:00 |
|
Rakesh Emmadi
|
ca47c92f50
|
server: avoid raising mutation check constraint violation in pg procedure (#6123)
https://github.com/hasura/graphql-engine/pull/6123
|
2020-11-06 13:22:22 +00:00 |
|
Antoine Leblanc
|
faf321ce17
|
server: generalize SQLExp in RQL.IR (#6091)
https://github.com/hasura/graphql-engine/pull/6091
|
2020-11-04 10:50:56 +00:00 |
|
Antoine Leblanc
|
88bd2ed022
|
server: generalize BoolExp (#6082)
https://github.com/hasura/graphql-engine/pull/6082
|
2020-11-02 11:50:40 +00:00 |
|
Antoine Leblanc
|
61c990f177
|
server: split RQL.DML into four different parts (#6072)
* WIP: shuffle everything around
* remove all unused imports & unused top-level binds
* move types to IR subfolder
* revert unrelated changes to Query and Prepare
* reduce differences in remote join, deprecate Translate module
* clean mutation module
* cosmetic: code formatting
* moved some RQL-specific stuff out of IR
* fix misc compilation issues
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2020-10-29 16:58:13 +00:00 |
|