diff options
Diffstat (limited to 'mssql/native/driver.cxx')
-rw-r--r-- | mssql/native/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mssql/native/driver.cxx b/mssql/native/driver.cxx index 562583c..097a72d 100644 --- a/mssql/native/driver.cxx +++ b/mssql/native/driver.cxx @@ -22,7 +22,7 @@ main (int argc, char* argv[]) { try { - auto_ptr<database> db (create_database (argc, argv, false)); + auto_ptr<database> db (create_database (argc, argv)); // Create the database schema. // |