Have you declared the column with integer affinity (before inserting the data)?
>-----Original Message----- >From: [email protected] [mailto:sqlite-users- >[email protected]] On Behalf Of Johnny >Sent: Thursday, 30 January, 2014 08:38 >To: [email protected] >Subject: Re: [sqlite] Boolean and DataReader > >I'm not one of the sqlite dev'rs for sure, >but I immagine that the .net driver has been done with their cooperation >In any case the funny thing is that >(in a particular situation: after a "wrong" insert of "1" instead of 1, >fault of sqlite admin) >my Wrapper level - >can I say that the ADO .net System.Data.SQLite.dll is my Wrapper level? - >is making an "inconsistent" decision, not a "final" one: >GetType returns System.Boolean (why if sqlite typeof is saying text ?!?) >GetBoolean on the other side throws an exception ... > > > > >-- >View this message in context: >http://sqlite.1065341.n5.nabble.com/Boolean-and-DataReader- >tp73521p73542.html >Sent from the SQLite mailing list archive at Nabble.com. >_______________________________________________ >sqlite-users mailing list >[email protected] >http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

