From 2d725c335afc7f051e3f461f498b6f1bdbdc5a4d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Sep 2012 11:28:29 +0200 Subject: Remove default value from argument to make database constructors unambiguous --- odb/oracle/database.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/oracle/database.hxx b/odb/oracle/database.hxx index 65d29c6..b92f00d 100644 --- a/odb/oracle/database.hxx +++ b/odb/oracle/database.hxx @@ -46,7 +46,7 @@ namespace odb database (const std::string& user, const std::string& password, const std::string& service, - const std::string& host = "", + const std::string& host, unsigned int port = 0, ub2 charset = 0, ub2 ncharset = 0, -- cgit v1.1