graphql-engine/server/src-lib/Hasura/RQL/IR
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
..
BoolExp.hs server: cleanup references to "pgCol" in common and non-postgres backend code 2022-01-19 08:38:48 +00:00
Conflict.hs server: Improve code readability around OnConflict clauses 2021-12-20 11:16:46 +00:00
Delete.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Insert.hs server: Improve code readability around OnConflict clauses 2021-12-20 11:16:46 +00:00
OrderBy.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
RemoteSchema.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Returning.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Root.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Select.hs Reduce boolean blindness by promoting data type StringifyNumbers 2022-02-23 20:19:24 +00:00
Update.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00