Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a sqlite bug (#18669) | flywind | 2021-08-12 | 1 | -0/+28 |
| | |||||
* | Handle BLOB column type in SQLite as binary data (#15681) | Regis Caillaud | 2020-11-02 | 1 | -0/+50 |
* Fixed not handling blob correctly in sqlite * Fixed setLen commented by mistake * Added binary example as db_sqlite doc * Added tests for sqlite binary data |