[sqlite] Trouble debugging a user's SQLITE_LOCKED

2011-07-08 Thread Dustin J. Mitchell
I'm trying to crack http://trac.buildbot.net/ticket/2005 wherein a Buildbot user is seeing SQLITE_LOCKED in sqlite-3.6.23.1. >From my read of http://www.sqlite.org/cvstrac/wiki?p=DatabaseIsLocked that's basically not possible anymore, aside from filesystem errors. Is that wiki page accurate, or

Re: [sqlite] Insert not working for sqlite3

2011-07-08 Thread Stephan Beal
On Fri, Jul 8, 2011 at 3:50 AM, James_21th wrote: > The $result always return false, it don't allow me to create a simple > table, the > table name surely not exist, I change tbl3, 4, 5, all not able to create. > (that > could be the same reason why insert is not working, if not even able to > cr

Re: [sqlite] Insert not working for sqlite3

2011-07-08 Thread Black, Michael (IS)
I downloaded 5.3.6 from here -- I used the Thread Safe version Installer. http://windows.php.net/download/ And you're script ran just fine and created this: sqlite> .dump PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE tbl2 (one varchar(10),two varchar(10)); COMMIT; I the modified

[sqlite] Sqlite on SCO OpenServer 5.0.6

2011-07-08 Thread Frank Zipper
Hello - has anybody ever successfully compiled and installed Sqlite on SCO OpenServer 5.0.6? If yes - how? Which are the prerequisites? Thank's, Frank. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo