graphql-engine/server/src-lib/Hasura/Backends/Postgres/Translate/Select
2022-09-22 13:58:03 +00:00
..
Internal replace SELECT FROM with SELECT 1 FROM to fix count aggregates for cockroachdb 2022-09-22 13:58:03 +00:00
Aggregate.hs replace SELECT FROM with SELECT 1 FROM to fix count aggregates for cockroachdb 2022-09-22 13:58:03 +00:00
AnnotatedFieldJSON.hs server: add PostgresKind for CockroachDB 2022-08-19 14:21:09 +00:00
Connection.hs server/postgres: prefix identifiers longer than 63 characters with their md5 hash 2022-07-22 15:29:02 +00:00
Simple.hs server/postgres: prefix identifiers longer than 63 characters with their md5 hash 2022-07-22 15:29:02 +00:00
Streaming.hs server: fix bug when streaming subscription cursor has custom name 2022-09-22 09:52:36 +00:00