[EMAIL PROTECTED] wrote:
I briefly went through the source, and am not sure if it support InheritableSQLObject. Because my limited understanding is that sqlmeta only contains the columns for that table, but not what it "inherit" from.
That is probably true; patches, or even just failing tests, would be welcome. I suspect sqlmeta.asDict also doesn't support InheritableSQLObject.
Maybe in general, there's a question if sqlmeta.columns should include parent class columns? I think at least several of these things would magically work if it did. I haven't really taken InheritableSQLObject into account in the introspection interfaces.
-- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org

