Home

Int16 column is not displayed with SQLite

edited January 2017
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?

Comments

Sign In or Register to comment.