brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

Are column dataType's not taken into account during insert? #412

Open mar-transdev opened 4 years ago

mar-transdev commented 4 years ago

I mean in getParameterValue. It takes into account the type of the value, but not of the dataType passed in the defintion.