At 17:35 20/02/2018, you wrote:
SQLite Expert, if I am not mistaken, does
try to do some magic under the hood to make SQLite function more like
how the SQLite-Expert authors think it should function, rather than
how it actually functions.  So your theory of the difference in output
being due to shenanigans perpetrated by SQLite Expert might be
correct, for all I know.

There is maybe a much simpler reason: SQLite uses a grid component of some Delphi library (ACAICT) which refers to the column definition rather than individual values' datatype. For instance if a column is declared as IMAGE datatype, then the data grid won't display text or numeric values, only thumbnails if you've allowed them in options.

The definitive answer will come from Expert support.


--
Jean-Christophe Deschamps
2891 route de Pouillon
40180 Heugas
France
06 15 10 19 29
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to