InstrumentedAttribute
SQLalchemy でオブジェクトの値を取得するにはどうすればよいですか?
(Pdb) ResultLine.item_reference_1
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x793dc90>
上記のステートメントは、sqlalchemy オブジェクトを出力します。
私が実際に必要としているのは、それに関連付けられた値です。
InstrumentedAttribute
SQLalchemy でオブジェクトの値を取得するにはどうすればよいですか?
(Pdb) ResultLine.item_reference_1
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x793dc90>
上記のステートメントは、sqlalchemy オブジェクトを出力します。
私が実際に必要としているのは、それに関連付けられた値です。