From 0f9cfacd6cc45f78f1453a8eeb7ffa542dc5dc48 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 --- odb/sqlite/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/sqlite/makefile') diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile index cd80e53..e2ea0e9 100644 --- a/odb/sqlite/makefile +++ b/odb/sqlite/makefile @@ -18,6 +18,7 @@ simple-object-statements.cxx \ statement.cxx \ statements-base.cxx \ statement-cache.cxx \ +stream.cxx \ tracer.cxx \ traits.cxx \ transaction.cxx \ -- cgit v1.1