Jakub Ladman wrote:
And what should i do with this?
SQLite version 3.3.13
Enter ".help" for instructions
sqlite> create table tbl1(one varchar(10), two smallint);
SQL error: database is locked
sqlite>
What was the command line? Can you get Tcl running on your machine? As
you've effectively made a effectively new port it would be a good idea
to try and get the tests working - they should pinpoint any areas which
aren't working. A list of failing tests should make it easier to track
the problem down than a "database locked" from the shell.
Martin
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------