diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-15 18:43:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-15 18:43:03 +0200 |
commit | 0a2b28b4034a6b44f7bb7a126935d9e58cc0c1f9 (patch) | |
tree | 65ecf66a742cc7f80f784b996fcb7a3e6ca14253 /sqlite/makefile | |
parent | 0d65234bc5c6742721c00360a0e3117d51d89c5f (diff) |
Implement SQLite incremental BLOB/TEXT I/O
Diffstat (limited to 'sqlite/makefile')
-rw-r--r-- | sqlite/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |