summary refs log tree commit diff stats
path: root/tests/stdlib/tsqlitebindatas.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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