vrana/notorm

Unable to insert gzencode data

Opened this issue · 1 comments

NotORM is silently failing when trying to insert gzencode data. Using an Sqlite database created with Adminer on a blob column.

Switching to gzcompress allows an insert to occur, but the final value in the database is not equal to the value inserted. Does NotORM support blob in Sqlite?