summary refs log tree commit diff stats
path: root/tests/stdlib/tsqlitebindatas.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix a sqlite bug (#18669)flywind2021-08-121-0/+28
|
* Handle BLOB column type in SQLite as binary data (#15681)Regis Caillaud2020-11-021-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