IrenejMarc / dpq

Simple but powerful PostgreSQL library inspired by higher-level languages.
MIT License
21 stars 9 forks source link

Connection.count 'ushort' is not supported by ScalarSerializer #9

Closed grogancolin closed 8 years ago

grogancolin commented 8 years ago

This throws any time I attempt to run something like:

db.count!(User)("email = $1", "some email");

grogancolin commented 8 years ago

Apologies - was tired and misread my code!