Re: [PATCH][merge-tracking]Create mergeinfo.db with proper schema in case it does not exist.
From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2007-01-02 23:01:05 CET
On Thu, Dec 21, 2006 at 06:27:36PM +0530, Kamesh Jayachandran wrote:
It's annoying that SQLite doesn't give us any way to tell whether it's
That is, after connecting to the database, issue a
PRAGMA user_version;
command. If it returns zero, create the database schema and then issue
PRAGME user_version = 1;
to record that we've created the schema.
I'm assuming that we'd tie the mergeinfo schema version to the
Regards,
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.