]> source.dussan.org Git - jackcess.git/commitdiff
update comment
authorJames Ahlborn <jtahlborn@yahoo.com>
Fri, 19 Aug 2016 01:32:46 +0000 (01:32 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Fri, 19 Aug 2016 01:32:46 +0000 (01:32 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1008 f203690c-595d-4dc9-a70b-905162fa7fd2

src/main/java/com/healthmarketscience/jackcess/impl/RelationshipCreator.java

index be403101e6f9eff3a270e812bd700b455dd25898..b2ef89eaab231205affb03ef33d61414e88c472a 100644 (file)
@@ -81,8 +81,7 @@ public class RelationshipCreator extends DBMutator
     
     validate();
 
-    // FIXME determine the type of relationship
-    // FIXME what about "indeterminiate?" (not 1-1 or 1-n)
+    // FIXME determine if rel is one to one (integ enforced and both unique)
     _flags = _relationship.getFlags();