Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pymssql - A simple database interface to MS-SQL for Python
An "almost" DB-API 2.0 compliant module for access to Microsoft SQL
servers from Python. Features:
- Supports connecting to Microsoft SQL 2000 and SQL 2005 servers, all
editions and service pack levels (see also FAQ / Troubleshooting
page).
- Supports named instances and non-standard port numbers.
- Great performance: it uses MS SQL DB-Library for C instead of Win32
ODBC.
- Multiple Query/Multiple Result.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| pymssql |
0.8.0 |
2.el5 |
src |
156 KiB |
Wed Oct 1 18:39:28 2008 |
Changelog
- * Wed Aug 20 22:00:00 2008 Ray Van Dolson <rayvd{%}fedoraproject{*}org> - 0.8.0-2
- Fixed some CRLF's in text files.
- Added python-devel BuildReq
- * Tue Jul 8 22:00:00 2008 Ray Van Dolson <rayvd{%}fedoraproject{*}org> - 0.8.0-1
- Initial package