mcfunley / pugsql

A HugSQL-inspired database library for Python
https://pugsql.org
Apache License 2.0
673 stars 22 forks source link

handle null results from various result transforms #10

Closed mcfunley closed 5 years ago

mcfunley commented 5 years ago

the :one transform breaks if the query returns no results. it should return None.