-
Hello
I am trying to install pymssql on a CentOS 7 installation but cannot.
Unless indicated, the commands are ran as root.
This starting point:
```
pip install -U pip
Collecting pip
…
-
**Describe the bug**
`cursor.nextset()` returns 1 instead of True if there is another set. This seems to go against [PEP249](https://www.python.org/dev/peps/pep-0249/#nextset). As an example, [pyodbc…
-
Hello Team Anaconda,
the latest version of pymssql on the Anaconda main channel is 2.1.5. It has not been built for Python 3.9, although the previous version 2.1.4 was.
The latest release of the…
-
At the moment we use [pyODBC](https://pypi.org/project/pyodbc/) for test setup (because it's supported by SQLAlchemy) and [cTDS](https://pypi.org/project/ctds/) for querying the database.
We used t…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Python are you using (`python --version`)? 3.6.8
2. What operating system and processor architecture are yo…
-
Hello!
I am looking for **the fastest** way to insert big amount of data into SqlServer from Queues\Files\etc. using Python.
At the moment i am using https://github.com/zillow/ctds becuase it suppor…
-
I have multi-threaded code that uses pymsql that has worked well in production for a number of years. This same code encounters an error when pymssql is on a version newer than 2.1.5. The error occu…
-
If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide
any extra information that may be useful
Responsible disclosure:
We want to keep Flask-AppBuilder safe for …
-
I'm writing a playbook which use lookup dig and module mssql_db and I discovered that I have missing rpm on my system: python2-pymssql.x86_64 and python-dns.noarch already distribuited in repo's base …
ghost updated
2 years ago
-
When requiring TLS connections to a DB instance there is a [certificate](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) available to verify the connection.
Asking for…