Re: [sqlite] IO Short Read Error when inserting a TEXT column

2020-01-29 Thread Richard Hipp
On 1/28/20, rgarnett wrote: > the step function fails > with an IO Error Short Read.The VFS I am using I developed myself from the > demo on the sqLite website. I suspect there may be problems with this code I suspect you are correct. The SQLITE_IOERR_SHORT_READ is an error code that is only ge

[sqlite] IO Short Read Error when inserting a TEXT column

2020-01-28 Thread rgarnett
HiI am using sqLite3 on an embedded system (STM32H743VI) using, freeRTOS, fatFS and an SD Card using the HAL Drivers and the SDMMC1 interface.The database works fine with doubles, integers and chars, but as soon as I attempt to insert a record with a bound text field the step function fails with an