This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Incorrect type name for int64 in create table #702
Closed
Description
More info: src-d/gitbase#808
There might be more types with a wrong name in CREATE TABLE. I'd check all uint/int types and floats to see if it's the case.
Also, there might be more affected statements other than CREATE TABLE if they output in any way the type of the columns.