On 6 Apr 2017, at 2:44pm, Tim Streater <t...@clothears.org.uk> wrote:

> That would appear not to be the case. Under OS X 10.9.5, I touched a 
> non-existent file and then using sqlite3.app did:
> 
> .schema                        <--- gave nothing
> select version from globals;   <--- gave "Error: no such table"
> 
> My file stayed at zero bytes long.

After touching, try opening the file and issuing a CREATE TABLE command.  See 
whether it works or gives an error.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to