diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 10:26:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 10:26:33 +0200 |
commit | 1df3d141a070c123e46d807517190f792b3a7f6e (patch) | |
tree | 90cb794710c99b5e974dd4efd9d9ca4ae455e2b4 | |
parent | dbab9261ce98d1f30e712507023e60bab007787b (diff) |
Cosmetic changes
-rw-r--r-- | odb/mssql/database.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
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 (); |