-
Mark Jones started the topic AddIndex creates bad index if table is not open in the forum kbmMemTable 6 years, 6 months ago
Hi,
In older versions (7.18) doing the following worked
CreateTable
AddIndex(…)
Open
But under 7.82 the index is broken, e.g. add a unique index and then add two records with different values and it fails with key violation.
Fortunately I can work around it by changing AddIndex to IndexDefs.Add(…) and then create/open the table (but now…[Read more]
