diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-18 11:33:52 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-18 11:33:52 +0200 |
commit | b7decd83ac638ef7a141d1ac7056c8f9439609f6 (patch) | |
tree | 9c1dce80037ae6726ed2e544e3ffe37123205c6b /relationship | |
parent | 03d1a9d91c49fb393c7de55845ec85f8aeeb015b (diff) |
Use most descriptive table prefixes possible for Oracle examples
Diffstat (limited to 'relationship')
-rw-r--r-- | relationship/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |