pyodbc 3.0.6-2 source package in Ubuntu
Changelog
pyodbc (3.0.6-2) unstable; urgency=low * Team upload [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Laurent Bigonville ] * Upload to unstable * Bump Standards-Version to 3.9.4 (no further changes) -- Laurent Bigonville <email address hidden> Sat, 08 Jun 2013 13:08:47 +0200
Upload details
- Uploaded by:
- Deepak Tripathi
- Uploaded to:
- Sid
- Original maintainer:
- Deepak Tripathi
- Architectures:
- any
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyodbc_3.0.6-2.dsc | 1.7 KiB | 0ac47c42c132fbaa278eec5d05ec02c5eaed75b1e5dd9fef571d5014d96d3a0d |
pyodbc_3.0.6.orig.tar.gz | 66.5 KiB | fcf720791352bed021562ac26e7faaa0c0025d261613c4cb5518216d61475214 |
pyodbc_3.0.6-2.debian.tar.gz | 2.7 KiB | b04aa9c983354713043dd20563f8e668e5af52424aa8223fe6678b0be882b50d |
Available diffs
- diff from 3.0.6-1 to 3.0.6-2 (731 bytes)
No changes file available.
Binary packages built by this source
- python-pyodbc: Python module for ODBC database access
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' )
- python-pyodbc-dbg: No summary available for python-pyodbc-dbg in ubuntu wily.
No description available for python-pyodbc-dbg in ubuntu wily.