On 8-3-2014 19:48, Simon Slavin wrote:

On 8 Mar 2014, at 6:25pm, Zsbán Ambrus <amb...@math.bme.hu> wrote:

In the sqlite3 console, the following very simple statement gives
"Error: out of memory":

SELECT char();

I think this is a bug.

162:~ simon$ sqlite3 ~/Desktop/test.sqlite
SQLite version 3.7.13 2012-07-17 17:46:21
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> SELECT char();
Error: no such function: char
sqlite>

Could you please post your OS and the version of the SQLite shell tool you're 
using ?



It happens on Windows 7 too:

C:\temp>sqlite3
SQLite version 3.8.3.1 2014-02-11 14:52:19
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select char();
Error: out of memory
sqlite> select char(65);
A
sqlite>

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to