We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa1a57 commit 7727aceCopy full SHA for 7727ace
mssql_python/pybind/connection/connection.cpp
@@ -1,6 +1,9 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT license.
3
4
+// INFO|TODO - Note that is file is Windows specific right now. Making it arch agnostic will be
5
+// taken up in future
6
+
7
#include "connection.h"
8
#include <iostream>
9
mssql_python/pybind/connection/connection.h
+// taken up in future.
#ifndef CONNECTION_H
#define CONNECTION_H
0 commit comments