WebReflection / dblite

sqlite for node.js without gyp problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

agdolla opened this issue · comments

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

it should be fixed with 0.7.8

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

thanks!