esqueleto/src/Database
Maximilian Tagher dd16400d64
Document isNothing (#203)
* Document isNothing

I have two goals with this documentation:

1. Surface how to do `IS NOT NULL`. This PR makes a search for that string turn up a result, and directs you to combine `isNothing` with `not_`.
2. Documents a major gotcha where behavior between Persistent and Esqueleto is different. I haven't tested this in awhile, but we run into this gotcha occassionally, so I'm pretty confident it's still an issue.

* ..

* ..

Co-authored-by: Matt Parsons <parsonsmatt@gmail.com>
2020-08-26 12:36:41 -06:00
..
Esqueleto Document isNothing (#203) 2020-08-26 12:36:41 -06:00
Esqueleto.hs New syntax for Joins (Subquery + Union/Intersect/...) (#172) 2020-03-29 10:40:49 -06:00