graphql-engine/server/src-lib/Hasura/Backends/MSSQL
Antoine Leblanc 9308c92e8d Fix a /= [] and add hint.
### Description

Several places in the code used `a /= []`, which is inelegant. To my surprise, hlint did not warn about this, despite the fact that it forces an `Eq` instance on the elements. This PR replaces all occurrences of that pattern with `not (null a)` and adds a lint warning for it.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4569
GitOrigin-RevId: 6471e75ade9e71e5d583a0dac7815c01870c696b
2022-05-27 12:28:24 +00:00
..
DDL Fix a /= [] and add hint. 2022-05-27 12:28:24 +00:00
Execute server/mssql: drop the temp table after delete 2022-05-26 15:21:54 +00:00
FromIr replace SQLOperator with ScalarSelectionArguments 2022-05-03 09:00:01 +00:00
Instances server: naming conventions for auto generated fields 2022-05-26 11:55:29 +00:00
Schema Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
SQL Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Types server: naming conventions for auto generated fields 2022-05-26 11:55:29 +00:00
Connection.hs server/MSSQL: Event Delivery System (Incremental PR - 3) 2022-04-21 07:20:34 +00:00
DDL.hs server: naming conventions for auto generated fields 2022-05-26 11:55:29 +00:00
FromIr.hs Tidy up MSSQL.FromIr 2022-03-10 10:34:52 +00:00
Meta.hs Make ForeignKey mappings non-empty 2022-05-10 15:44:46 +00:00
Plan.hs server: X -> MSSQL remote joins 2022-04-06 07:20:10 +00:00
ToQuery.hs server/postgres + server/mssql: Insert empty objects with default values 2022-05-11 16:01:57 +00:00
Types.hs Add docstrings to the module headers of a few selected mssql modules 2022-01-03 17:17:18 +00:00