small change
This commit is contained in:
parent
03cd3f4767
commit
93e07a57f9
@ -11,8 +11,8 @@ def read():
|
|||||||
# build ORM equivalent of SELECT statement
|
# build ORM equivalent of SELECT statement
|
||||||
stmt = (
|
stmt = (
|
||||||
select(Text, Reihe, Textform, Sprache)
|
select(Text, Reihe, Textform, Sprache)
|
||||||
.join(Text.textform, isouter=True)
|
|
||||||
.join(Text.reihe, isouter=True)
|
.join(Text.reihe, isouter=True)
|
||||||
|
.join(Text.textform, isouter=True)
|
||||||
.join(Text.sprache, isouter=True)
|
.join(Text.sprache, isouter=True)
|
||||||
)
|
)
|
||||||
# condense result into list of dicts
|
# condense result into list of dicts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user