pyodbc 3.0.7-0ubuntu2 source package in Ubuntu
Changelog
pyodbc (3.0.7-0ubuntu2) xenial; urgency=medium * Drop python3.4 modules. -- Matthias Klose <email address hidden> Mon, 18 Jan 2016 20:44:22 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Xenial
- Original maintainer:
- Deepak Tripathi
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pyodbc_3.0.7.orig.tar.gz | 69.6 KiB | b7158bfac47a9bb7cb9a61dca39e188229717bb96467bb575f2bc8382c4c52de |
pyodbc_3.0.7-0ubuntu2.debian.tar.xz | 2.9 KiB | f6ffec9967d1fea2a9b269664a04a44d1dba5df45be04c43c7b207deaa0a15ca |
pyodbc_3.0.7-0ubuntu2.dsc | 2.2 KiB | 761f6acd162475dfe0f719a5199896cbe815544ad359bc63c507d4bf76ab5bae |
Available diffs
- diff from 3.0.7-0ubuntu1 to 3.0.7-0ubuntu2 (306 bytes)
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: 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.
- python3-pyodbc: Python3 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' )
- python3-pyodbc-dbg: Python3 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.