Hello.
I have problem with select from database via sqlalchemy.
First select is ok, but twice select is broken a i get this error:

ProgrammingError: SQLite objects created in a thread can only be used
in that same thread.The object was created in thread id -1236382832
and this is thread id -1244775536

Session is created in class with table and mappers definitions.
Every select need unique session ? Or where is the problem ?

Sorry for (maybe) stupid question and my bad english ..

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to