graphql-engine/server/src-lib/Hasura/Backends/MSSQL/DDL
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
..
Source server/MSSQL: Event Delivery System (Incremental PR - 3) 2022-04-21 07:20:34 +00:00
BoolExp.hs server: add MSSQL module haddocks 2022-01-10 22:55:48 +00:00
EventTrigger.hs server: refactor MaintenanceMode datatype 2022-04-28 20:56:11 +00:00
RunSQL.hs Fix a /= [] and add hint. 2022-05-27 12:28:24 +00:00
Source.hs Remove explicit case on the backend tag in Cache 2022-05-05 13:44:56 +00:00