-
```
What steps will reproduce the problem?
1. Compile pyodbc
2. cnxn = pyodbc.connect('DRIVER={FreeTDS};SERVER=%s;DATABASE=DB;UID=%s;PWD=%s'
3. cursor.execute('EXEC STORED_PROCEDURE_NAME')
What is…
-
### ✅ Prerequisites
- [x] Did you perform a cursory search of open issues? Is this bug already reported elsewhere?
- [x] Are you running the latest SDK version?
- [x] Are you reporting to the cor…
-
Proposal. Cut-n-pasted from the parts of @bazsi's comments in the discussion on #312 that deal with what we desire on a functional level from this type of change. See that discussion for more info and…
-
First of all, thank you for the library! Second, is there any way you would be able to make this library actually output a list of string parts and not just count the parts?
-
```
What steps will reproduce the problem?
1. Compile pyodbc
2. cnxn = pyodbc.connect('DRIVER={FreeTDS};SERVER=%s;DATABASE=DB;UID=%s;PWD=%s'
3. cursor.execute('EXEC STORED_PROCEDURE_NAME')
What is…
-
```
What steps will reproduce the problem?
1. Compile pyodbc
2. cnxn = pyodbc.connect('DRIVER={FreeTDS};SERVER=%s;DATABASE=DB;UID=%s;PWD=%s'
3. cursor.execute('EXEC STORED_PROCEDURE_NAME')
What is…
-
```
What steps will reproduce the problem?
1. Compile pyodbc
2. cnxn = pyodbc.connect('DRIVER={FreeTDS};SERVER=%s;DATABASE=DB;UID=%s;PWD=%s'
3. cursor.execute('EXEC STORED_PROCEDURE_NAME')
What is…
-
Hi,
I believe this line is incorrectly counting 4 byte characters as a single character instead of two surrogate characters:
https://github.com/mrniko/netty-socketio/blob/bed2a3b05d68a5ac84eba32c59…
-
I am running our WiX 3.7 installers as part of an automated build process via Jenkins.
Cabcache is enabled
Concurrent builds are DISABLED (Jenkins setting)
It appears as though one or more of the Me…
-
```
What steps will reproduce the problem?
1. Compile pyodbc
2. cnxn = pyodbc.connect('DRIVER={FreeTDS};SERVER=%s;DATABASE=DB;UID=%s;PWD=%s'
3. cursor.execute('EXEC STORED_PROCEDURE_NAME')
What is…