lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> > safe_str = con:escape("can't")
> >
> check 'blob literals' in http://sqlite.org/lang_expr.html
> 

It looks like con:escape() and 'blob literals' will both work quite well.

Thanks for your help!

- Greg