From 8101ed727f48216e887183dc3c7b5d96e37c2650 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Jul 2012 09:10:03 +0200 Subject: Implement multi-pass table dropping for SQL Server We have to first drop constraints before dropping tables in case the tables are dropped in a wrong order or there are circular dependencies. --- odb/semantics/relational/table.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/semantics/relational/table.hxx') diff --git a/odb/semantics/relational/table.hxx b/odb/semantics/relational/table.hxx index d499ccc..49476bb 100644 --- a/odb/semantics/relational/table.hxx +++ b/odb/semantics/relational/table.hxx @@ -13,6 +13,11 @@ namespace semantics { class table: public qnameable, public uscope { + public: + // Resolve ambiguity. + // + using qnameable::scope; + protected: table (string const& id) : qnameable (id) -- cgit v1.1