anunnakian / sqlautocode

Automatically exported from code.google.com/p/sqlautocode
Other
0 stars 0 forks source link

with -d (declarative) it produces some non declarative Table classes #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
sqlautocode sqlite:///berado.db -d  -o data.py

Before declarative classes data.py contains three non declarative Table.

Original issue reported on code.google.com by gbtami on 10 Oct 2009 at 6:20

Attachments:

GoogleCodeExporter commented 8 years ago
Ok, it's not a bug, so please mark this issue as invalid.

If I understand correctly, I can use the associationproxy extension in these 
cases.
http://www.sqlalchemy.org/docs/05/reference/ext/associationproxy.html#building-c
omplex-views

Original comment by gbtami on 20 Oct 2009 at 8:48

GoogleCodeExporter commented 8 years ago

Original comment by spamsch@gmail.com on 30 Oct 2010 at 1:35