cldf / csvw

CSV on the web
Apache License 2.0
38 stars 6 forks source link

Infer/check datatype for foreign key columns #3

Closed xflr6 closed 3 years ago

xflr6 commented 6 years ago

At least for non-compound (e.g. integer) foreign keys, we can probably easily copy the datatype from the foreign table (or if it is given, check its consistency) just like sqlalchemy does.