graphql-engine/server/src-lib/Hasura/Backends/Postgres/Translate
2022-09-22 13:58:03 +00:00
..
Select replace SELECT FROM with SELECT 1 FROM to fix count aggregates for cockroachdb 2022-09-22 13:58:03 +00:00
BoolExp.hs server/postgres: implement execution of aggregation predicates (permissions) 2022-09-22 11:15:04 +00:00
Column.hs server: transform enum with upper for graphql-default 2022-07-19 06:56:45 +00:00
Delete.hs server/nada: add unit test infrastructure for Postgres delete SQL generation 2022-08-11 10:46:49 +00:00
Insert.hs server/postgres: document and refactor IdentifierUniqueness and SQL.DML 2022-07-18 09:46:17 +00:00
Mutation.hs server/postgres: document and refactor IdentifierUniqueness and SQL.DML 2022-07-18 09:46:17 +00:00
Returning.hs Merge pull request #5477 from hasura/gil/fix_ulls_first 2022-08-15 15:42:34 +00:00
Select.hs server: minor nit-picks for the Postgres Select module split 2022-04-22 17:19:58 +00:00
Types.hs replace SELECT FROM with SELECT 1 FROM to fix count aggregates for cockroachdb 2022-09-22 13:58:03 +00:00
Update.hs server/nada: test mkUpdateCTE 2022-08-05 21:42:19 +00:00