From 923639283d2bae0b82cb605fa4680a3058c9d973 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Jul 2012 12:13:38 +0200 Subject: Add support for defining indexes New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index. --- odb/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index d906fa0..c57ed9f 100644 --- a/odb/makefile +++ b/odb/makefile @@ -12,6 +12,7 @@ sql-token.cxx \ sql-lexer.cxx \ context.cxx \ common.cxx \ +location.cxx \ diagnostics.cxx \ emitter.cxx \ lookup.cxx \ -- cgit v1.1