Jump to content
Registration disabled at the moment Read more... ×
domus

Why is it a problem using an Int64 with an Sqlite database?

Recommended Posts

While the documentation site is down, would anyone know why it's a problem using an Int64 with an Sqlite database? Int64 values written to Sqlite Integer fields seem to be problematic (truncated to 32-bits). Manually changing all field properties to .AsLargeint, on the other hand, throws a "type mismatch" exception at application startup. All Sqlite integer fields are supposed to support 64-bit values.

 

(don't bother, solved by manually using BIGINT in creation of table)

Edited by Lars Fosdal
Changed topic title

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×