maoe on develop
Relax upper version bound for t… (compare)
maoe on master
Update dependencies Prepare v1.9.2.2 Merge branch 'hotfix/v1.9.2.2' (compare)
maoe on develop
Update dependencies Prepare v1.9.2.2 Merge branch 'hotfix/v1.9.2.2' and 1 more (compare)
maoe on v1.9.2.2
maoe on v1.9.2.2
maoe on v1.9.2.2
maoe on v1.9.2.2
Regenerate CI settings with new… (compare)
maoe on v1.9.2.2
Regenerate CI settings with new… (compare)
maoe on v1.9.2.2
Regenerate CI settings with new… (compare)
maoe on v1.9.2.2
Regenerate CI settings with new… (compare)
maoe on v1.9.2.2
WIP (compare)
maoe on v1.9.2.2
Regenerate CI settings with new… (compare)
maoe on v1.9.2.2
Regenerate CI settings with new… (compare)
maoe on v1.9.2.2
Regenerate CI settings with new… (compare)
maoe on v1.9.2.2
Regenerate CI settings with new… (compare)
toSeriesColumns
function has no access to the value, only the proxy, so I can't define different columns based on the constructor.
{type:'A', int: x}
or {type:'B',string:x}
or {type:'C',bool:x}
ToDataSeries
doesn't support sum types. I'm planning to change some data types and functions in the near future. I'll add the support for sum types then. As a quick workaround, I'll add a helper function in the next release so you can send SeriesData
directly without having to use ToSeriesData
type class.
Nothing :: Maybe UTCTime
to whatever timestamp you have
Please, please, need a help (example) ;)
let db = "db"
let cred = credentials "admin" "password"
let p = queryParams db & authentication ?~ cred
manage p $ formatQuery ("CREATE DATABASE "%F.database) db
how I can modify the default server.host and add it into the connection string?
Thank you!