git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1018
f203690c-595d-4dc9-a70b-
905162fa7fd2
// - 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)
{