-
```
test case and ODBC log is attached.
Client Platform: OSX Maverick
Database: SQL Server 2008
FreeTDS version: 0.82 (can't run 0.91 on OSX due to #247 and other observed
quirks that I haven't f…
-
```
What steps will reproduce the problem?
1. import pyodbc
2. cnxn = pyodbc.connect('DSN=myQodbcDsn')
3. (Failure!)
What is the expected output? What do you see instead?
It gives a failed call to …
-
```
I downloaded pyodbc-3.0.7 , it fails with this error:
sudo python setup.py build
running build
running build_ext
building 'pyodbc' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pip…
-
```
What steps will reproduce the problem?
1. import pyodbc
2. cnxn = pyodbc.connect('DSN=myQodbcDsn')
3. (Failure!)
What is the expected output? What do you see instead?
It gives a failed call to …
-
```
What steps will reproduce the problem?
1. import pyodbc
2. cnxn = pyodbc.connect('DSN=myQodbcDsn')
3. (Failure!)
What is the expected output? What do you see instead?
It gives a failed call to …
-
```
I downloaded pyodbc-3.0.7 , it fails with this error:
sudo python setup.py build
running build
running build_ext
building 'pyodbc' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pip…
-
```
What steps will reproduce the problem?
1. import multiprocessing
2. import pyodbc
3. conn = pyodbc.connect()
4. print type(conn)
What is the expected output? What do you see instead?
Expected: py…
-
```
What steps will reproduce the problem?
1. import multiprocessing
2. import pyodbc
3. conn = pyodbc.connect()
4. print type(conn)
What is the expected output? What do you see instead?
Expected: py…
-
```
What steps will reproduce the problem?
1. import multiprocessing
2. import pyodbc
3. conn = pyodbc.connect()
4. print type(conn)
What is the expected output? What do you see instead?
Expected: py…
-
https://github.com/django/django/pull/8924 plans on making the default `id` in django core be a `BigAutoField`. Migrating existing models will break here:
https://github.com/michiya/django-pyodbc-az…
n2ygk updated
4 years ago