Michael Bayer posted this on gmane.comp.python.sqlalchemy.user:

> On Jul 11, 2006, at 2:39 PM, Raul Garcia wrote:
> 
>> But pysqlite 1.* does not have this parameter and sqlalchemy fails
>> with an exception.
> 
> are we supporting pysqlite 1 ?  seems like its not even DBAPI2 ? 

I think that pysqlite1 is DBAPI2, I'm not sure if it has some quirks
(perhaps Gerhard Häring can answer this question, surely far better
than me), but the point is that I have to use pysqlite1 because it
is the only DBAPI driver which supports old sqlite 2.x databases,
and sadly I cannot migrate them to sqlite3 :(

In fact, I've been using SQLAlchemy several months with pysqlite1 with
very good results. SQLAlchemy is a piede of software so fine and well
designed that the sqlite code (I suppose developed on pysqlite2) works
like a charm with pysqlite1 :)

Regards,


Raul Garcia.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to