felixfbecker / node-sql-template-strings

ES6 tagged template strings for prepared SQL statements 📋
ISC License
610 stars 40 forks source link

Booleans are not converted to TINYINT #157

Open whitebyte opened 3 years ago

whitebyte commented 3 years ago

This is relevant for MySQL and MariaDB that don't have a native boolean type. Not sure about Postgres