summaryrefslogtreecommitdiff
path: root/odb/relational/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-19 14:08:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-19 14:08:16 +0200
commita26f4251e67ccaaaa848982946c8867443092ebe (patch)
treee45089b04feebc45e0cb9b0f6f07cfa941702c78 /odb/relational/common.hxx
parent40d61256a8455ab4a89617a93d3b548457fe37c0 (diff)
Rework query machinery not to use '_' as primary table alias
Now we always qualify with the actual table name and use the '_' alias for situations where an object is referencing itself.
Diffstat (limited to 'odb/relational/common.hxx')
-rw-r--r--odb/relational/common.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/relational/common.hxx b/odb/relational/common.hxx
index eed2234..1413e3f 100644
--- a/odb/relational/common.hxx
+++ b/odb/relational/common.hxx
@@ -82,6 +82,7 @@ namespace relational
string scope_;
string table_;
+ string default_table_;
};
//