aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/database.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-20 10:26:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-20 10:26:33 +0200
commit1df3d141a070c123e46d807517190f792b3a7f6e (patch)
tree90cb794710c99b5e974dd4efd9d9ca4ae455e2b4 /odb/mssql/database.hxx
parentdbab9261ce98d1f30e712507023e60bab007787b (diff)
Cosmetic changes
Diffstat (limited to 'odb/mssql/database.hxx')
-rw-r--r--odb/mssql/database.hxx9
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 ();