Hi,

The problem I'm trying to solve is I've created a multi-temporal relational 
table construct (à la bitemporality) that I want to create SQLAlchemy Core 
composite operations for (and eventually SQLAlchemy ORM).

Let's call these TemporalRelationSet's. I've subclassed SchemaItem. I also 
do registration against a Registry class that I've subclassed MetaData for, 
with a __visit_name__ of 'registry'. The idea is that I initialize a 
Registry, can register Table's against it, as well as these 
TemporalRelationSet's.

Does this make sense for what I'm trying to do?

If so, the specific problem I'm running into is create_all() on Registry 
doesn't do anything. I started digging into the Visitable metaclass, but 
hit a wall of understanding.

I'm running Python 3.4.3 on OS X El Capitan with SQLAlchemy 1.0.9.

Thanks!
Alyssa

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to