Don't get me wrong, I like the patch. Support for dictionaries. > That's what I was thinking - that Iceberg's patch expands the scope and use > of IS_IN_SET().... which you can (now) use sets, lists, or dicts with, > whichever is appropriate for your use case.
The patch does not add support for sets, you could use lists or sets before. My point is that you should not use sets, because if you mix them with labels the validator might not work as expected. Therefore it is better to avoid them, and always use lists instead since they offer the exact same functionality with the correct pairing of options and labels each and every time. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

