A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://python.egenix.com/products/python/mxODBC/3.3.4/changelog.html below:

eGenix.com: Products: Python: mxODBC - Python ODBC Database Interface: 3.3.4 (archived version): mxODBC Change Log

mxODBC Change Log

The change log includes a detailed description of all changes to this package in the recent releases.

Version: 3.3.4

Changes from 3.3.3 to 3.3.4 Driver Compatibility: SQL Server Misc: Changes from 3.3.1 to 3.3.2 Driver Compatibility: SQL Server SAP Sybase ASE Misc: Changes from 3.3.0 to 3.3.1 Installation Enhancements: Driver Compatibility: SQL Server Teradata Misc: Changes from 3.2.3 to 3.3.0 Features: Stored Procedures User Customizable Row Objects Fast Cursor Types More new Features Driver Compatibility: Oracle MS SQL Server Sybase ASE IBM DB2 PostgreSQL MySQL Fixes: Misc: Changes from 3.2.2 to 3.2.3 Compatibility Enhancements: Fixes: Changes from 3.2.1 to 3.2.2 Feature Enhancements:
The new attribute allows easily adjusting and inspecting the ODBC cursor type to be used for an mxODBC cursor object.
The reason for this unusual backport and inclusion in a patch level release is that we found a serious performance issue with MS SQL Server when using it with mxODBC 3.2 (see below). This needed to be addressed immediately.
Driver Compatibility:
connection = mx.ODBC.Windows.DriverConnect(...)
connection.cursortype = mx.ODBC.Windows.SQL.CURSOR_FORWARD_ONLY
# Cursors created on this connection will then default to forward
# only cursors, instead of the mxODBC 3.2 default for SQL Server
# of using static cursors
cursor = connection.cursor()
The performance increase compared to mxODBC 3.2.1 is enormous: from 2-3x faster executes/fetches for average queries, up to 300x faster for simple cases.

In mxODBC 3.3, we will switch to using forward-only cursors per default for all database backends.


The effect is a lot smaller, but still noticeable: up to 2x faster executes/fetches with forward-only cursors, compared to mxODBC 3.2.1.
Fixes: Changes from 3.2.0 to 3.2.1 Feature Enhancements: Driver Compatibility: Changes from 3.1.2 to 3.2.0 Features:
Driver Compatibility: Fixes: Misc: Changes from 3.1.1 to 3.1.2 Changes from 3.1.0 to 3.1.1 Changes from 3.0.4 to 3.1.0 Changes from 3.0.3 to 3.0.4 Changes from 3.0.2 to 3.0.3 Changes from 3.0.1 to 3.0.2 Changes from 3.0.0 to 3.0.1 Changes from 2.0.7 to 3.0.0 Changes from 2.0.6 to 2.0.7: Changes from 2.0.5 to 2.0.6: Changes from 2.0.4 to 2.0.5: Changes from 2.0.3 to 2.0.4: Changes from 2.0.2 to 2.0.3: Changes from 2.0.1 to 2.0.2: Changes from 2.0.0 to 2.0.1:

(c) Copyright 2000-2025 eGenix.com Software, Skills and Services GmbH, Langenfeld, Germany. All Rights Reserved.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4