<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/python-sybase/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/python-sybase/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/python-sybase/support-requests/</id><updated>2023-06-28T18:54:02.054000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Is this project alive?</title><link href="https://sourceforge.net/p/python-sybase/support-requests/3/" rel="alternate"/><published>2023-06-28T18:54:02.054000Z</published><updated>2023-06-28T18:54:02.054000Z</updated><author><name>Jim Kimball</name><uri>https://sourceforge.net/u/jimkimball2/</uri></author><id>https://sourceforge.net9c169fbb04a5a91a42ea0ed472e6d5264f8e46ef</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have a need to get this working in python 3.x. Has anyone done that? Is there any interest in my pushing this back up here?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>use python3.5 for python-sybase-0.40pre2</title><link href="https://sourceforge.net/p/python-sybase/support-requests/2/" rel="alternate"/><published>2016-10-19T05:54:46.202000Z</published><updated>2016-10-19T05:54:46.202000Z</updated><author><name>Takahiro Matsumoto</name><uri>https://sourceforge.net/u/tak2matumot/</uri></author><id>https://sourceforge.netacd9c9701b74eece6ac5269d1566fe396cc10a7c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I want to use python-sybase-0.40pre2 under python3 environment.&lt;br/&gt;
Now official python sybase module provided by SAP can be only used for linux 64 bit environment.&lt;br/&gt;
But I want to use the python sybase module under linux 32bit environment...&lt;/p&gt;
&lt;p&gt;Is it possible to adjust to use python-sybase-0.40pre2 with python3.5 for example?&lt;/p&gt;
&lt;p&gt;I would like to appreciate for your help!&lt;/p&gt;
&lt;p&gt;regards,&lt;br/&gt;
Takahiro Matsumoto&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Handling multiple connection exceptions</title><link href="https://sourceforge.net/p/python-sybase/support-requests/1/" rel="alternate"/><published>2010-03-09T10:47:07Z</published><updated>2010-03-09T10:47:07Z</updated><author><name>Pete Heybrock</name><uri>https://sourceforge.net/u/petehsf/</uri></author><id>https://sourceforge.netc9e5ec22692a837c3c4981b75b74f5fd7f3932be</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This may be a fairly excetional case but I need to be able to handle it without my app crashing.&lt;br /&gt;
I am trying to connect to a specified database (which does exist) but the default database for the login user is set to one that does not exist (as a result of an incomplete dump and load). On trying to connect, the python-sybase module returns multiple DatabaseError exceptions (error 911, error 4001) but my try....except block only catches the first and any subsequent exceptions cause the app to crash.&lt;br /&gt;
The only way I have been able to hack around this is to stop Sybase._servermsg_cb raising exceptions for errors 911 &amp;amp; 4001. The module raises an additional exception: 'cannot release un-aquired lock' which is the one I then catch and log/display an appropriate message.&lt;br /&gt;
I obviously don't like having to hack the module source code (though it's nice that I can).&lt;br /&gt;
Anyone know of any other way around this problem (I would be surprised if no-one else has encounterd it but I've found nothing via internet searches)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>