graphql-engine/server/src-lib/Hasura/Backends/MSSQL
Philip Lykke Carlsen b9ad721ea6 Reduce boolean blindness by promoting data type StringifyNumbers
I discovered and removed instances of Boolean Blindness about whether json numbers should be stringified or not.

Although quite far-reaching, this is a completely mechanical change and should have no observable impact outside the server code.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3763
GitOrigin-RevId: c588891afd8a6923a135c736f6581a43a2eddbc7
2022-02-23 20:19:24 +00:00
..
DDL server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
Execute Reduce boolean blindness by promoting data type StringifyNumbers 2022-02-23 20:19:24 +00:00
Instances Reduce boolean blindness by promoting data type StringifyNumbers 2022-02-23 20:19:24 +00:00
Schema Role-invariant schema constructors 2022-02-17 08:17:17 +00:00
SQL server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
Types (Fix #3456) Guard calls to JSON_QUERY on null arguments 2022-02-21 08:53:06 +00:00
Connection.hs server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
DDL.hs Customization of computed field GraphQL schema descriptions 2022-02-15 23:17:27 +00:00
FromIr.hs Reduce boolean blindness by promoting data type StringifyNumbers 2022-02-23 20:19:24 +00:00
Meta.hs server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
Plan.hs server/mssql: Add max precision to nvarchar and varchar session variables 2022-02-17 14:12:45 +00:00
ToQuery.hs (Fix #3456) Guard calls to JSON_QUERY on null arguments 2022-02-21 08:53:06 +00:00
Types.hs Add docstrings to the module headers of a few selected mssql modules 2022-01-03 17:17:18 +00:00