Int16 column is not displayed with SQLite
I'm using latest LINQPad 4/5 and "IQ Driver - for MySQL, SQLite, Oracle" to query DB of SQLite.
When I right click on table and select ".Take()" or whatever, the result doesn't contain columns of Int16 type.
I checked the SQL of result pane but the SELECT line doesn't contain those columns. If I add that hidden column on SELECT line and run the SQL, it shows the column correctly. Therefore it looks generating SQL ignores Int16 type column somehow.
How can I resolve this?
When I right click on table and select ".Take()" or whatever, the result doesn't contain columns of Int16 type.
I checked the SQL of result pane but the SELECT line doesn't contain those columns. If I add that hidden column on SELECT line and run the SQL, it shows the column correctly. Therefore it looks generating SQL ignores Int16 type column somehow.
How can I resolve this?
Comments
But I couldn't find the open source project of it, maybe I have to ask Joe?
Download the IQ driver again and let me know.