From: Javier R. <jav...@Ho...> - 2003-07-26 22:13:24
|
Hi, I started using SQLObject today and I like it a lot. There are a couple of questions I have for which I could find no answers on the mailing list. First, why are transactions not supported in SQLite? I believe the DB has that ability. Second, I could not get the code in the attached file (prueba.py) working. Is what I'm trying to do there forbiden? Third, the following code gets a type error when run in the interactive shell: import SQLObject SQLObject.__dict__ Finally, thank you all for your patience and help. Good luck, Javier |