./databases/py-mssql, Python interface to MS SQL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 0.8.0nb2, Package name: py26-mssql-0.8.0nb2, Maintainer: bartosz.kuzma

This module provides access to MS SQL Servers from Python scripts.

Features:
- Supports connecting to Microsoft SQL 2000 and SQL 2005 servers,
all editions and service pack levels
- Supports named instances and non-standard port numbers
- Multiple Query/Multiple Result
- Not using Win32 ODBC (using MSSQL DB-LIB)
- Supports "almost all" of the DB-API 2.0


Required to run:
[lang/python26] [databases/freetds]

Master sites:

SHA1: e06618f2023ef2b7f6901479d7e3b6c56cecf323
RMD160: d55535d9e17bc79a3f3cda040fc13edd7c3c74d6
Filesize: 154.326 KB

Version history: (Expand)


CVS history: (Expand)


   2011-10-15 11:42:36 by Matthias Scheler | Files touched by this commit (2)
Log message:
Pullup ticket #3558 - requested by dholland
databases/py-mssql: build fix

Revisions pulled up:
- databases/py-mssql/distinfo                                   1.4
- databases/py-mssql/patches/patch-mssqldbmodule_c              1.1

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Fri Oct 14 04:14:36 UTC 2011

   Modified Files:
   	pkgsrc/databases/py-mssql: distinfo
   Added Files:
   	pkgsrc/databases/py-mssql/patches: patch-mssqldbmodule_c

   Log message:
   Fix build with current freetds.