graphql-engine/server/src-lib/Hasura/Backends
jkachmar 9b71a1d413 server: Updates 'pg-client-hs', fixes explicit conversions
Previous versions of 'pg-client-hs' provided a Template Haskell splice
'sqlFromFile' which returned compile-time embedded PostgreSQL queries.

Rather than returning a concrete 'Query', however, this function
returned the polymorphic 'IsString txt => txt' which allowed the caller
to implicitly convert the result to anything other type with some
'IsString' instance.

https://github.com/hasura/graphql-engine-mono/pull/1570

GitOrigin-RevId: fb4294439148ae8b2762138ece2d59e8e18ef5e0
2021-06-18 17:00:24 +00:00
..
BigQuery server: IR for DB-DB joins 2021-06-17 23:13:05 +00:00
MSSQL server: Updates 'pg-client-hs', fixes explicit conversions 2021-06-18 17:00:24 +00:00
Postgres Add support for collapsing nulls across all PG expressions (close #1597) 2021-06-18 15:34:50 +00:00