Technically, SQLite thinks STRING = INTEGER as far as field definitions are
concerned, but either int or integer will do the job.


On Thu, May 15, 2014 at 2:22 AM, Werner Kleiner <sqliteh...@web.de> wrote:

> What I mean is: The original MySQL DB has columns with int(10). And the
> converting tool converts all these columns in SQLite to Int
> I can change the conversion so that all columns would be INTEGER in SQLite.
> As I understand for SQLite it is equal if the column is declared as Int or
> INTEGER?
>
>
>
> --
> View this message in context:
> http://sqlite.1065341.n5.nabble.com/SQLite-Datareader-problems-with-Int-tp75670p75674.html
> Sent from the SQLite mailing list archive at Nabble.com.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to