From b7decd83ac638ef7a141d1ac7056c8f9439609f6 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 18 Nov 2011 11:33:52 +0200 Subject: Use most descriptive table prefixes possible for Oracle examples --- inheritance/makefile | 2 +- relationship/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inheritance/makefile b/inheritance/makefile index 02e057a..e21a9de 100644 --- a/inheritance/makefile +++ b/inheritance/makefile @@ -47,7 +47,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(odb) $(gen): odb := $(odb) $(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \ ---generate-query --table-prefix i_ +--generate-query --table-prefix inherit_ $(gen): cpp_options := -I$(src_base) $(gen): $(odb.l.cpp-options) diff --git a/relationship/makefile b/relationship/makefile index e8715ef..bf87183 100644 --- a/relationship/makefile +++ b/relationship/makefile @@ -48,7 +48,7 @@ $(gen): $(odb) $(gen): odb := $(odb) $(gen) $(dist): export odb_options += --database $(db_id) --generate-query \ --generate-schema --default-pointer std::tr1::shared_ptr \ ---table-prefix r_ +--table-prefix relation_ $(gen): cpp_options := -I$(src_base) $(gen): $(odb.l.cpp-options) -- cgit v1.1