MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.88k stars 399 forks source link

handle `None` parameters in query, returning NULL #1180

Open fobispotc opened 1 week ago

fobispotc commented 1 week ago

When a parameter to a query is of NoneType it should populate with NULL in the query, it was currently leaving an empty space.