WebReflection / dblite

sqlite for node.js without gyp problems
MIT License
209 stars 34 forks source link

Error: Error: near line 1: near "2": syntax error #46

Closed agdolla closed 7 years ago

agdolla commented 7 years ago

When I try to do an update and the property name ends with 2 it fails with Error: Error: near line 1: near "2": syntax error

update mytable set email2=@email2 where id=@id
WebReflection commented 7 years ago

it should be fixed with 0.7.8

if that's the case, please close this issue. Thanks

agdolla commented 7 years ago

thanks!