From: Sébastien S. <sa...@us...> - 2010-04-20 14:39:49
|
Hi Mic, great to hear about that SQLAlchemy will support Sybase. You should note that python-sybase is unfortunately not perfectly DBAPI compliant because of some limitations of sybase which make it hard to perfectly follow the specification (problems with nested requests notably). If you encounter such problem, and can reproduce it with a unitary test, I would be happy to help correct it in python-sybase. Also please note that the trunk has quite a lot of bug corrections compared to the last release, so I would suggest to use it rather than the latest official release (I should take some time to make a new release). The development of python-sybase is rather slow at the moment; I work on it for the needs of a legacy project at my work, but Sybase is not the priority at the moment and so I mostly do maintenance and small bug corrections. I didn't have time to make a proper release for a long time, though I hope to have more free time for that this summer. At some stage we will have to get the legacy project on which I work to support sybase in the latest version. When that will happen I will be able to dedicate a full month or 2 to improve python-sybase, mostly concerning performances (and unicode support). I should be able to also check Python 3 compatibility at the same time. But in the meantime, I can only ensure small bugs corrections and answering to emails. regards -- Sébastien Sablé Michael Bayer a écrit : > Hi there - > > I just wanted to give the developers a heads up that SQLAlchemy 0.6 will > feature a new Sybase ASE dialect that defaults to using Python-Sybase as > its backend. I finally got a test ASE server up over the weekend and > managed to get a rudimental Sybase conversation going on with this driver. > > Was also wondering about the development schedule of the driver, I see the > last release was in 2008. Are there any plans to add Python 3 support to > this driver ? When installing via Distribute, if the setup.py file > specifies a "2to3" flag then Distribute will automatically run the source > code through the 2to3 tool before installing. I've now created Python 3 > versions of three different libraries (Mako, Beaker, SQLAlchemy) in this > way and its pretty straightforward. > > thanks for your efforts on this driver ! > > - mike > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Python-sybase-misc mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-sybase-misc > |