Skip to content

Commit

Permalink
DEBUG: TO BE REVERTED! OK robot, here's your formatting :)
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Jan 14, 2025
1 parent c7ecf74 commit d2d1bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/connect/driver_connect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ SQLRETURN SQL_API SQLConnect(SQLHDBC connection_handle, SQLCHAR *server_name, SQ
return ret;
}

std::cout << "TESTING: Hello from kk" << "\n";
std::cout << "TESTING: Hello from kk"
<< "\n";
dbc->dsn = OdbcUtils::ConvertSQLCHARToString(server_name);
duckdb::Connect connect(dbc, OdbcUtils::ConvertSQLCHARToString(server_name));

Expand Down

0 comments on commit d2d1bbd

Please sign in to comment.