Re: [sqlite] sqlite3 error string size!!!

2013-08-12 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/08/13 01:45, techi eth wrote: > What is the maximum size error string returned by sqlite3_errmsg() > function You need to make a copy of the string since it can be changed at any time, including by other threads. In practise it will usually be

[sqlite] sqlite3 error string size!!!

2013-08-12 Thread techi eth
Hi, What is the maximum size error string returned by sqlite3_errmsg() function ? Cheers – Techi ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users