Skip to content

Commit 7727ace

Browse files
author
Saumya Garg
committed
adding comments
1 parent 7aa1a57 commit 7727ace

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

mssql_python/pybind/connection/connection.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4+
// INFO|TODO - Note that is file is Windows specific right now. Making it arch agnostic will be
5+
// taken up in future
6+
47
#include "connection.h"
58
#include <iostream>
69

mssql_python/pybind/connection/connection.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4+
// INFO|TODO - Note that is file is Windows specific right now. Making it arch agnostic will be
5+
// taken up in future.
6+
47
#ifndef CONNECTION_H
58
#define CONNECTION_H
69

0 commit comments

Comments
 (0)