You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
person_sql=orm.select(
(1, x)
forxinPersonforftsinPerson_ftsifx.id==fts.rowid
)
car_sql=orm.select(
(1, x)
forxinCarforftsinCar_ftsifx.id==fts.rowid
)
query=orm.select(
(person, car)
fora, personinperson_sql# it must have a name, can't use _forb, carincar_sqlifcar.owner==person
)
if replace the
person_sql
andcar_sql
queries by their content it builds the query correctlyPython 3.11.6
pony 0.7.17
The text was updated successfully, but these errors were encountered: