Hey, I've been trying to understand the limitations of D1 when it comes to big integers, but I'm a b
Hey, I've been trying to understand the limitations of D1 when it comes to big integers, but I'm a bit clueless. I have to handle up to 16 byte integers in my application and to my understanding SQLite/D1 only supports 8 byte integer and there is no bigint type. However I've been storing values larger than the max value that can be represented via integer and it didn't throw an error.
How is this possible?
How is this possible?
