cimmanon

Results 12 issues of cimmanon

I'm building a fairly simple form for managing images that contains 2 lists: uploaded images and existing images. ```haskell data Image = Image { path :: FilePath , source ::...

If you query PostgreSQL directly, valid ranges are accepted and invalid ranges throw an error. ``` test=> select '[1,5]' :: int4range; int4range ----------- [1,6) (1 row) test=> select '[5,1]' ::...