Re: [sqlite] unicode() and char() functions does not exists

2013-06-27 Thread Richard Hipp
On Thu, Jun 27, 2013 at 4:19 AM, Stefano Zaglio wrote: > Hi, > I'm tring this: > > select unicode('2') as a; > > and > > select char(50) > > but firefox.sqlite_manager (sqlite 3.7) and others say:"no such function: > unicode". > > Where I'm wrong? > Those functions where added to SQLite

[sqlite] unicode() and char() functions does not exists

2013-06-27 Thread Stefano Zaglio
Hi, I'm tring this: select unicode('2') as a; and select char(50) but firefox.sqlite_manager (sqlite 3.7) and others say:"no such function: unicode". Where I'm wrong? ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.or