]> source.dussan.org Git - jackcess.git/commitdiff
updates
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 30 Aug 2016 13:21:54 +0000 (13:21 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 30 Aug 2016 13:21:54 +0000 (13:21 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1018 f203690c-595d-4dc9-a70b-905162fa7fd2

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

index b0659afa0d40d51bc50ea4fee50a0ac60cdf0396..a7551fb375685f728c093238b0fd8622c5322e6e 100644 (file)
@@ -53,7 +53,10 @@ public class RelationshipCreator extends DBMutator
   // - secondary index name "<PTable><STable>"
   // - add <name>1, <name>2 after names to make unique (index names and
   //   relationship names)
-  // - enforcing rel integrity can't have dupe cols 
+  // - enforcing rel integrity can't have dupe cols
+  // FIXME
+  // - what about index name clashes?
+  // - access crashes deleting rel? (bad idxs)?
 
   public RelationshipCreator(DatabaseImpl database) 
   {