About 177 results
Open links in new tab
  1. 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 built on the latest …

  2. pymssql — pymssql 2.1.4 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 built on the latest …

  3. 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.

  4. 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 has been …

  5. pymssql module reference — pymssql 2.1.4 documentation

    pymssql module reference ¶ Complete documentation of pymssql module classes, methods and properties.

  6. pymssql module reference — pymssql 2.0.1.2 documentation

    pymssql module reference ¶ Complete documentation of pymssql module classes, methods and properties.

  7. Frequently asked questions — pymssql 2.1.4 documentation

    There is a known issue where some versions of pymssql 1.x (pymssql 1.0.2 is where I’ve seen this) work well with FreeTDS 0.82, but return no rows when used with newer versions of FreeTDS, such as …

  8. pymssql examples — pymssql 2.1.1.dev documentation

    Calling stored procedures ¶ As of pymssql 2.0.0 stored procedures can be called using the rpc interface of db-lib.

  9. _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 specified.

  10. 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 has been …