From 1df3d141a070c123e46d807517190f792b3a7f6e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jan 2012 10:26:33 +0200 Subject: Cosmetic changes --- odb/mssql/database.hxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'odb/mssql/database.hxx') diff --git a/odb/mssql/database.hxx b/odb/mssql/database.hxx index 5bb5e4f..e2b6225 100644 --- a/odb/mssql/database.hxx +++ b/odb/mssql/database.hxx @@ -45,8 +45,8 @@ namespace odb // Connect to the specified server using the latest available SQL // Server Native Client ODBC driver by default. If user is empty, - // then use Windows authentication. If database is empty, then - // use the default database for this user. + // then use Windows authentication. If db is empty, then use the + // default database for this user. // database (const std::string& user, const std::string& password, @@ -61,8 +61,8 @@ namespace odb // By default connect to the default instance on localhost using // default protocol and the latest available SQL Server Native // Client ODBC driver. If user is empty, then use Windows - // authentication. If database is empty, then use the default - // database for this user. + // authentication. If db is empty, then use the default database + // for this user. // database (const std::string& user, const std::string& password, @@ -124,7 +124,6 @@ namespace odb static void print_usage (std::ostream&); - public: virtual transaction_impl* begin (); -- cgit v1.1