cheatfate / asyncpg

Asynchronous PostgreSQL driver for Nim language
MIT License
59 stars 6 forks source link

Support the new non nil strings in nim 0.19. #7

Closed treeform closed 4 years ago

treeform commented 6 years ago

Getting this error now:

asyncpg/apg_core.nim(528, 9) template/generic instantiation from here
apg_core.nim(503, 14) Error: type mismatch: got <nil> but expected 'string'
treeform commented 6 years ago

see https://github.com/cheatfate/asyncpg/pull/8

treeform commented 4 years ago

I ended up writing my own async pg lib that does not have this issue here: https://github.com/treeform/pg