Hello, i have this code for pagination on my blog app ( cherrypy
powered) (code is not complete) :

http://www.pastebin.cz/show/2535

I have problem, selecting/filtering by category_id is ok, but
limit&offset making trouble.
When i will next list with results, 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 -1236735088
and this is thread id -1253520496

Is this problem with session or what ? Please help and sorry for my
bad english.

--~--~---------~--~----~------------~-------~--~----~
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