SQL Server Import mistakes the word "Category" for a "GO" statement

When trying to import a schema from a SQL Server database, if a table has a column called “Category”, I get the following error:


If I’m not mistaken, some regex is probably looking for any instances of the word “GO” and therefore, the word Category is triggering this, causing an error that prevents imports.

Thanks for reporting the bug, @traitortots
We are trying to investigate the main cause of the problem. We will try to fix it as soon as possible.
We will notify you when it is completed.