graphql-engine/server/src-lib/Hasura/Backends/MSSQL
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
..
DDL server: misc cleanups 2021-06-15 15:06:37 +00:00
Instances server: IR for DB-DB joins 2021-06-17 23:13:05 +00:00
SQL server: misc cleanups 2021-06-15 15:06:37 +00:00
Types server: misc cleanups 2021-06-15 15:06:37 +00:00
Connection.hs server: mssql: apply schema changes by mssql_run_sql DDL on metadata (fix #779) 2021-05-27 15:07:10 +00:00
DDL.hs server: support remote relationships on SQL Server and BigQuery (#1497) 2021-06-11 03:27:39 +00:00
FromIr.hs server: IR for DB-DB joins 2021-06-17 23:13:05 +00:00
Meta.hs server: Updates 'pg-client-hs', fixes explicit conversions 2021-06-18 17:00:24 +00:00
Plan.hs server: IR for DB-DB joins 2021-06-17 23:13:05 +00:00
ToQuery.hs server: misc cleanups 2021-06-15 15:06:37 +00:00
Types.hs mssql: connection pooling 2021-02-25 18:16:52 +00:00