Random question from when I just loaded up that URL: Is it supposed to have a 
futuristic SQLite version?


SQLite Version: 2016-08-22 20:10:01 [7839519349] (3.15.0)



-----Original Message-----
From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On 
Behalf Of Richard Hipp
Sent: Thursday, September 08, 2016 8:47 AM
To: SQLite mailing list
Subject: Re: [sqlite] schema_version and Vacuum or Backup API

You can see this "Schema Version" on the antepenultimate status line
at http://www.sqlite.org/src/stat for example.  Fossil uses a date for
the schema version, since the schema changes infrequently.  You could
use sequential numbers, if you prefer.  The key point is that the
"schema version" used by the application should be separate and
distinct from the "schema version" used by SQLite internally.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to