jeremydaly / data-api-client

A "DocumentClient" for the Amazon Aurora Serverless Data API
MIT License
439 stars 61 forks source link

Fix falsey values being excluded from query #61

Closed ffxsam closed 3 years ago

ffxsam commented 3 years ago

Param values like 0 or false were being excluded from the SQL query

ffxsam commented 3 years ago

@jeremydaly This is a critical fix.