On Sat, May 2, 2009 at 6:48 PM, manuelaraoz wrote:
> Hey!
> I'm getting my app Logs filled with this error.
>
> RuntimeWarning: Custom _query_class specified without corresponding
> custom _query_multi_class. Things will break if you use queries with
> the "IN" or "!=" operators.
>
> I don't know how to stop that or what causes it.
> By the way, I'm using the BookmarkQuery for efficient paging
> by Rodrigo Moraes that can be found here:
> http://bitbucket.org/moraes/appengine/src/422cc9b9473b/bookmark.py
Hello Manuel,
I revisited the pager class and decided to rewrite it from scratch at
a higher level. The new version works much better, and does not extend
google classes anymore; instead it wraps db.Query. Try it:
http://bitbucket.org/moraes/appengine/src/tip/pager.py
And let me know how can we improve it. :-)
thanks,
rodrigo moraes
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---