graphql-engine/server/src-lib/Hasura/Backends/MSSQL/Instances
Philip Lykke Carlsen 4ccc830bb8 Tidy up MSSQL.FromIr
## Description

We go through the module `Hasura.Backends.MSSQL.FromIr` and split it into separate self-contained units, which we document.

Note that this PR has a slightly opinionated follow-up PR #3909 .

### Related Issues

Fix #3666

### Solution and Design

The module `FromIr` has given rise to:

* `FromIr.Expression`
* `FromIr.Query`
* `FromIr.Delete`
* `FromIr.Insert`
* `FromIr.Update`
* `FromIr.SelectIntoTempTable`

And `Execute.MutationResponse` has become `FromIr.MutationResponse` (after some slight adaptation of types).

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3908
GitOrigin-RevId: 364acf1bcdf74f2e19464c31cdded12bd8e9aa59
2022-03-10 10:34:52 +00:00
..
API.hs server: add MSSQL module haddocks 2022-01-10 22:55:48 +00:00
Execute.hs Tidy up MSSQL.FromIr 2022-03-10 10:34:52 +00:00
Metadata.hs server/postgres: improve fetching tables' and functions' metadata (from database) 2022-03-08 13:03:14 +00:00
Schema.hs Role-invariant schema constructors 2022-02-17 08:17:17 +00:00
Transport.hs server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
Types.hs server: add MSSQL module haddocks 2022-01-10 22:55:48 +00:00