pyodbc 2.1.7-1build1 source package in Ubuntu

Changelog

pyodbc (2.1.7-1build1) natty; urgency=low

  * Rebuild to add support for python 2.7.
 -- Matthias Klose <email address hidden>   Fri, 03 Dec 2010 00:08:39 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Deepak Tripathi
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pyodbc_2.1.7.orig.tar.gz 121.3 KiB a49911e5018d0f7d3317dea86d525254061c1b5edda8f606eb27a4e728225d51
pyodbc_2.1.7-1build1.diff.gz 2.2 KiB a8f4ae5e0c8cfb50be30d1faac9a9dcbbddd8bf7b56ead8eec7f91f3675ec259
pyodbc_2.1.7-1build1.dsc 1.4 KiB 785a72674a180e66c1ce730e4afb45e8d8ac369eafe10d4e4889d200d985d9d8

Available diffs

View changes file

Binary packages built by this source

python-pyodbc: No summary available for python-pyodbc in ubuntu oneiric.

No description available for python-pyodbc in ubuntu oneiric.

python-pyodbc-dbg: Python module for ODBC database access - Debugging symbols

 A Python DB API 2 module for ODBC. No 3rd party libraries are required.
 Only native Python datatypes are used, such as decimal and datetime.
 It implements the Python Database API Specification v2.0.
 For example:
 import pyodbc
 Next, create a connection by passing an ODBC connection string to the
 connect method. This step causes ODBC to load the database driver (the SQL
 Server driver in this example) and connect to the database.
 cnxn = pyodbc.connect('DSN=northwind')
 .
 This package contains debugging symbols.