Skip to content

Instantly share code, notes, and snippets.

View maowug's full-sized avatar
🏠
Working from whitehouse

u.go maowug

🏠
Working from whitehouse
View GitHub Profile
http://stackoverflow.com/questions/16054472/sqlalchemy-about-self-referential-relation-error-no-attribute-sa-instance-s
## -------------------------------------------------------------------
## generated by doing something like: "kws=DBSession.query(KW).all()"
## -------------------------------------------------------------------
[sqlalchemy.engine.base.Engine][Dummy-2] SELECT kw_table.id AS kw_table_id, kw_table.name AS kw_table_name
FROM kw_table
[sqlalchemy.engine.base.Engine][Dummy-2] ()