diff options
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <action dev="jahlborn" type="update"> Add info to the Column to support MEMO columns which are HYPERLINKS. </action> + <action dev="jahlborn" type="fix" system="SourceForge2" issue="22"> + 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. + </action> </release> <release version="1.2.9" date="2012-10-15"> <action dev="jahlborn" type="update"> |