weatherman2095
weatherman2095
I managed to replicate it using different strings/numbers. `"1e328"` and `"17e328"` work for me (I ran into this bug while working with checksums). It seems to be that they're interpreted...
I have confirmed that `ECL` throws the same overflow error. `CCL` doesn't, but using just a single insert of the buggy value and reading it back shows that it instead...
CFFI seems to have no particular issues with such values from my testing. However, it turns out that STRING is not a [TEXT column affinity for SQLite, it is a...
This should be merged. I have [rebased it](https://gitlab.com/weatherman2095/cl-sqlite/-/tree/asedeno-nul) onto master https://github.com/TeMPOraL/cl-sqlite/commit/be2fcc193f98e3d5bdc85958a806d612cc48740c and it works.