From 6b8def06796d1e4fc9e6e7e75ce59bccf6899261 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Tue, 10 Jul 2012 15:17:16 +0200
Subject: Add support for custom database type mapping

New pragma qualifier, map, and specifiers: as, to, from. New tests:
<database>/custom.
---
 sqlite/makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sqlite/makefile')

diff --git a/sqlite/makefile b/sqlite/makefile
index 9e61fc5..a584535 100644
--- a/sqlite/makefile
+++ b/sqlite/makefile
@@ -6,6 +6,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
 
 tests :=      \
 template      \
+custom        \
 native        \
 truncation    \
 types
-- 
cgit v1.1