timmytofu

Results 5 issues of timmytofu

Currently: ``` > parseOnly stringValue "\" hi\"" Right (StringValue "hi") ``` With `between'` (not the best name, maybe): ``` > parseOnly stringValue "\" hi\"" Right (StringValue " hi") ``` it...

… greater than the number active in the channel

In version 0.0.8.2 the template would be cloned at the top level, now it's a level deeper. For example, if I used to have a package named `foo` in a...

``` haskell > conn execute_ conn "CREATE DOMAIN justlower text CHECK ( VALUE ~ '^[a-z]+$');" > query_ conn "SELECT 'A'::justlower;" *** Exception: SqlError {sqlState = "23514", sqlExecStatus = FatalError, sqlErrorMsg...