Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16866

Sybase module 0.40pre2 released

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <robertb@trdlnk.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; 'url:sourceforge': 0.02; 'subject:released': 0.03; 'skip': 0.04; 'subject:module': 0.04; 'unix/linux': 0.07; 'wrapper': 0.07; 'python': 0.08; 'relational': 0.09; 'output': 0.10; 'exception': 0.12; 'changelog': 0.16; 'cursor': 0.16; 'deadlock': 0.16; 'params': 0.16; 'received:192.160': 0.16; 'received:192.160.124': 0.16; 'url:changelog': 0.16; 'url:svn': 0.16; 'url:tar': 0.16; 'cc:addr:python-list': 0.16; 'interface': 0.23; '64-bit': 0.23; 'implicit': 0.23; 'locking': 0.23; 'command': 0.24; 'mode': 0.25; 'modify': 0.25; 'parameters': 0.25; 'tests': 0.25; 'ignore': 0.26; 'module': 0.26; 'raise': 0.28; 'bugs': 0.28; 'mapping': 0.29; 'cc:addr:python.org': 0.29; 'correct': 0.29; 'sybase': 0.30; 'threads': 0.30; 'to:addr:lists.sourceforge.net': 0.30; 'version': 0.32; 'url:downloads': 0.32; 'changes': 0.32; 'header:User- Agent:1': 0.33; 'instead': 0.33; 'cc:2**2': 0.34; 'calling': 0.34; 'null': 0.34; 'platforms.': 0.34; 'test': 0.35; 'connection': 0.36; 'properties': 0.36; 'none': 0.37; 'thread': 0.37; 'page': 0.37; 'received:192': 0.37; 'problems': 0.37; 'using': 0.38; 'patch': 0.38; 'define': 0.39; 'url:net': 0.60; 'type': 0.61; 'types': 0.61; 'full': 0.62; 'increase': 0.62; 'home': 0.65; 'here:': 0.66; 'production': 0.71; 'money': 0.75; 'cc:addr:db- sig': 0.84; 'cc:addr:python-announce': 0.84; 'extensions.': 0.84; 'received:10.100.0': 0.84; 'received:10.100': 0.93; 'cc:no real name:2**2': 0.95
Date Thu, 08 Dec 2011 13:46:15 -0600
From Robert Boehne <robertb@trdlnk.com>
User-Agent Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.2.8) Gecko/20110118 Thunderbird/3.1.2
MIME-Version 1.0
To python-sybase-misc@lists.sourceforge.net
Subject Sybase module 0.40pre2 released
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Cc db-sig@python.org, python-announce@python.org, FreeTDS Development Group <freetds@lists.ibiblio.org>, python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3447.1323374013.27778.python-list@python.org> (permalink)
Lines 53
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1323374013 news.xs4all.nl 6854 [2001:888:2000:d::a6]:45716
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:16866

Show key headers only | View raw


  WHAT IS IT:
The Sybase module provides a Python interface to the Sybase relational
database system.  It supports all of the Python Database API, version
2.0 with extensions.  Please downolad, test and report any problems with 
the pre-release.

** This version is a pre-release not intended for production use **

The module is available here:

http://downloads.sourceforge.net/python-sybase/python-sybase-0.40pre2.tar.gz

The module home page is here:

http://python-sybase.sourceforge.net/

MAJOR CHANGES SINCE 0.40pre1:

Better support for building against Sybase 15 on Windows, UNIX/Linux and 
64-bit platforms.

MAJOR CHANGES SINCE 0.39:

Modify the DateTimeAsPython output conversion to return None when NULL 
is output
support for Python without threads
Ignore additional non-error codes from Sybase (1918 and 11932)
Use outputmap in bulkcopy mode (thanks to patch by Cyrille Froehlich)
Raise exception when opening a cursor on a closed connection
Added unit tests
Added new exception DeadLockError when Sybase is in a deadlock situation
Add command properties CS_STICKY_BINDS and CS_HAVE_BINDS
Added support for inputmap in bulkcopy
reuse command and cursor when calling cursor.execute with same request
Use ct_setparam to define ct_cursor parameters types instead of ct_param
implicit conversion for CS_DATE_TYPE in CS_DATETIME_TYPE DataBuf
Adding ct_cmd_props wrapper
Increase DataBuf maxlength for params of a request when using 
CS_CHAR_TYPE params so that the buf can be reused

BUGS CORRECTED SINCE 0.39:

Corrected money type when using CS_MONEY4 (close bug 2615821)
Corrected thread locking in ct_cmd_props (thanks to patch by Cyrille 
Froehlich)
Corrected bug in type mapping in callproc (thanks to report by Skip 
Montanaro)
Correct passing None in a DataBuf (thanks to patch by Bram Kuijvenhoven)

The full ChangeLog is here:

https://python-sybase.svn.sourceforge.net/svnroot/python-sybase/tags/r0_40pre2/ChangeLog

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Sybase module 0.40pre2 released Robert Boehne <robertb@trdlnk.com> - 2011-12-08 13:46 -0600

csiph-web