I just pulled down the linux command line utility for 3.2.0 my previous verson was 3.0.8. as i remember, I installed the 3.0.8 version from a rpm. the 3.2.0 was a pre-compiled binary.
also upgrade the perl wrapper from 1.07 to 1.08. just for testing I went into an existing 3.0.8 database with the 3.2.0 sqlite3 and added a column to a table. then using the 3.0.8 sqlite3 went into the same database. [EMAIL PROTECTED] dbs]# sqlite3.0.8 ref.db SQLite version 3.0.8 Enter ".help" for instructions sqlite> .schema Error: unsupported file format also when I use the "up arrow" (within the 3.2.0 version) to retreve the last command i get hung up wit the folowing, Only a Ctrl D gets me out. # sqlite3 ref.db SQLite version 3.2.0 Enter ".help" for instructions sqlite> ^[[A ...> ; ...> ; ...> ; ...> .quit ...> ; ...> Incomplete SQL: ; ; .quit thanks

