Thanks a lot (and it was great adding support for several playlist), just
for future reference there is a small typo on db definition:
'playlist_name' should be 'playlist_title'
But I wanted to ask you... I would change the query:
query = db.playlist.playlist_title==record.playlist_title
for this
query = db.playlist.id==record.id
Shouldn't this be a little more efficient? Is there any particular reason
for not re-writing like that? I guess in real cases there is no differences
on performance, but I just want to know that if could do that without any
side-effect.
thanks again
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.