esqueleto/src/Database/Esqueleto/Internal
Maximilian Tagher c4ec95874f
Improve recommended hlints for catching x = NULL SQL (#240)
* Improve recommended hlints for catching `x = NULL` SQL

The current hints work fine for unqualified imports, but I realized they don't work with qualified ones, such as `import qualified Database.Esqueleto as E`.

I tested on our codebase that these with the `Database.Esqueleto.` addition to `hlint.yaml`, this now works in unqualified and qualified code

* Update changelog.md
2021-03-26 17:24:14 -06:00
..
ExprParser.hs Autoformatting + Stylish Haskell Config (#218) 2020-10-29 16:20:52 -06:00
Internal.hs Improve recommended hlints for catching x = NULL SQL (#240) 2021-03-26 17:24:14 -06:00
Language.hs Autoformatting + Stylish Haskell Config (#218) 2020-10-29 16:20:52 -06:00
PersistentImport.hs Support persistent-2.11 (#226) 2020-11-04 14:01:23 -07:00
Sql.hs Autoformatting + Stylish Haskell Config (#218) 2020-10-29 16:20:52 -06:00