Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-11 Thread Sakesun Roykiattisak
Hi, Just curious. What's the different between pyodbc and ceodbc ? Cant the two project merged ? Given that the ODBC binary api is stable, I believe python-odbc can be based on ctypes. This way the re-compilation would no longer needed. On Mon, 10 Sep 2007 16:58:19 +0700, William Dode <[EMAI

Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-11 Thread M.-A. Lemburg
On 2007-09-11 08:06, Sakesun Roykiattisak wrote: > Hi, > > Just curious. > > What's the different between pyodbc and ceodbc ? > Cant the two project merged ? > > Given that the ODBC binary api is stable, I believe python-odbc can be > based on ctypes. > This way the re-compilation would no lon

[DB-SIG] ANN: acute-dbapi 0.1dev

2007-09-11 Thread Ken Kuhlman
I'm pleased to announce the kick-off of acute-dbapi, a DB-API compliance test suite. Acute is still in it's infancy, but it's reached the level of maturity that it would benefit from community input. It currently contains 71 tests, and many more will be added soon. Comments, suggestions, and pat

Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-11 Thread Sakesun Roykiattisak
Still wonder .. >> Given that the ODBC binary api is stable, I believe python-odbc can be >> based on ctypes. >> This way the re-compilation would no longer needed. > You're underestimating the complexity of the ODBC API specification > and the hundreds of implementations of it out there. In