Let's say I have a class like
from elixir import *
class Foo(Entity):
a = Field(String(10))
now, if I have an instance of Foo somewhere else in my application, is
there a reliable way to find out that "a" can store at most 10
characters? (I'm trying to dynamically generate a web form.)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SQLElixir" 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/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---