Hi, I'd like to know if it is possible to get allowed values that have been set for an EnumCol ?
Let's say :
class Person(Sqlobject):
name = UnicodeCol(length = 100,notNone = True)
group = EnumCol(enumValues=["D","P","M","G"])
I'm looking for a way to list the four allowed values to build automatically a
combo list.
Thanks
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
