[sqlite] The type of the key field 'xxx' is expected to be 'System.Int64', but the value provided is actually of type 'System.Int32'

2015-05-06 Thread Jingfei Hu
Hi team, My bad that in fact the error The type of the key field 'xxx' is expected to be 'System.Int64', but the value provided is actually of type 'System.Int32' happens both under Debug and Release mode. The error is gone after upgrading to 1.0.96.0 version. Thanks, -J From: Jingfei Hu

[sqlite] The type of the key field 'xxx' is expected to be 'System.Int64', but the value provided is actually of type 'System.Int32'

2015-05-04 Thread Jingfei Hu
Hi team, I have a sqlite3 database file. I can read it in Debug mode in VS but not in Release mode. It gives me following error The type of the key field 'xxx' is expected to be 'System.Int64', but the value provided is actually of type 'System.Int32' I don't know what's behind it or some