From 792d46d8ea9c3b8ba46c44f5c8748ebacdac70e2 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Tue, 20 Nov 2012 04:54:19 +0000 Subject: initial support for optionally enforcing foreign-key constraints (fixes feature request #22) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@655 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/changes/changes.xml') diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6e241d2..addd5d1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,12 @@ Add info to the Column to support MEMO columns which are HYPERLINKS. + + Add optional support for enforcing foreign-key constraints/cascading. + This is disabled by default (for backwards compatibility), but can be + controlled globally via a system property and/or on a per-Database + basis using setEnforceForeignKeys() method. + -- cgit v1.2.3