
pymssql — pymssql 2.1.1.dev documentation
pymssql ¶ A simple database interface for Python that builds on top of FreeTDS to provide a Python DB-API (PEP-249) interface to Microsoft SQL Server. The 2.x branch of pymssql is …
pymssql examples — pymssql 2.1.4 documentation
You can use the pymssql.set_wait_callback() function to install a callback function you should write yourself. This callback can yield to another greenlet, coroutine, etc.
Introduction — pymssql 2.1.4 documentation
The document set you are reading describes exclusively the code base of pymssql 2.x and newer. All description of functionality, workarounds, limitations, dependencies, etc. of older revisions …
pymssql module reference — pymssql 2.1.4 documentation
pymssql module reference ¶ Complete documentation of pymssql module classes, methods and properties.
_mssql examples — pymssql 2.1.4 documentation
Please note the usage of iterators and ability to access results by column name. Also please note that parameters to connect method have different names than in pymssql module.
Introduction — pymssql 2.1.1.dev documentation
The document set you are reading describes exclusively the code base of pymssql 2.x and newer. All description of functionality, workarounds, limitations, dependencies, etc. of older revisions …
Frequently asked questions — pymssql 2.1.4 documentation
If you use pymssql on Linux/Unix with FreeTDS, check that FreeTDS’s configuration is ok and that it can be found by pymssql. The easiest way is to test connection using tsql utility which can …
Release notes — pymssql 2.1.4 documentation
pymssql 2.0.0 ¶ This is a new major version of pymssql. It is totally rewritten from scratch in Cython. Our goals for this version were to: Provide support for Python 3.0 and newer, …
Change log — pymssql 2.1.4 documentation
Change Log ========== Version 2.1.4 - To be released ============================== General ------- - Allow linkage against FreeTDS (by dropping usage of deprecated …
_mssql module reference — pymssql 2.1.4 documentation
Starting with pymssql version 2.0.0 and up to version 2.1.2 it was already possible to set the TDS protocol version to ask for when connecting to the server but version 7.1 was used if not …