Adding CHECK to NODES?
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 01 Mar 2013 10:15:10 +0000
philip_at_apache.org writes:
> Author: philip
NODES.moved_here is an SQLite INTEGER used as a boolean. Most of the
I tracked down the places that need to be changed by temporarily adding:
CHECK (moved_here IS NULL OR moved_here = 1)
to the NODES table definition in wc-metadata.sql. I imagine there is a
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-03-01 11:16:01 CET |
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.