Open wibrt opened 6 years ago
apparently this occurs with tables that were created with columns without a datatype.
Hi,
Sorry for the very late answer. I didn't know you could have columns without specifying the datatype. But I've checked, and you're right. It definitely looks like they are supposed to be textual columns. I'll fix this.
Thanks.
I've pushed a fix. It works on my sqlite database, but could you test it and report back? Thanks.
Hallo,
the code generated by import foreign schema only generates the headers, not the datatypes.
CREATE FOREIGN TABLE public.vrijetijdextra ( "1" , ... "J1_6" ) ..
Can anyone confirm this?