cldf / csvw

CSV on the web
Apache License 2.0
36 stars 5 forks source link

csvw.db.Database chokes on self-referential foreign keys #68

Closed xrotwang closed 1 year ago

xrotwang commented 1 year ago

If a CSVW table has a self-referential foreign key and the rows are not ordered such that this foreign key constraint is satisfied at each row insert, DB creation will fail.

This should be clearly stated as limitation (and maybe we should remove such constraints before db creation).