From b8554760aa3a5c5697c77d11e507a2bb46dbf8e4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov 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: /custom. --- odb/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 743ad0b..d906fa0 100644 --- a/odb/makefile +++ b/odb/makefile @@ -36,7 +36,8 @@ relational/inline.cxx \ relational/source.cxx \ relational/model.cxx \ relational/schema.cxx \ -relational/schema-source.cxx +relational/schema-source.cxx \ +relational/validator.cxx # Relational/MSSQL. # -- cgit v1.1