From 0a2b28b4034a6b44f7bb7a126935d9e58cc0c1f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jul 2015 18:43:03 +0200 Subject: Implement SQLite incremental BLOB/TEXT I/O --- sqlite/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sqlite/makefile') diff --git a/sqlite/makefile b/sqlite/makefile index 99cc6d2..0515772 100644 --- a/sqlite/makefile +++ b/sqlite/makefile @@ -9,6 +9,7 @@ template \ custom \ database \ native \ +stream \ transaction \ truncation \ types -- cgit v1.1