2010/12/20 Dagdamor <[email protected]> > > PHP Version 5.2.6 > > SQLite support enabled > PECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.10 2007/12/31 > 07:20:11 sebastian Exp $ > SQLite Library 2.8.17 > SQLite Encoding iso8859 > > Hope that's useful enough... if not, I'll send a test case to reproduce. So > far I'm thinking that I've messed with SQL syntax somewhere, but cannot > guess where exactly. Thanks in advance. > > SQLite2 does not support binary data. 2.8.17 is a patch release of 2.8.0 which is 7.5 years old (out of a total history of 10.5 years for SQLite). Don't use it. It is no longer supported.
Please switch to the PDO module for SQLite which makes use of SQLite3. SQLite3 is supported, is much faster, has all the latest features, and is much more reliable. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

