> ReferenceAuthor is an instance of sqlalchemy.Table, so you can refer
> to its columns as ReferenceAuthor.c.Index.
Ah nice. But something is still wrong.
Part of the query:
.join(ReferenceAuthor,
ReferenceAuthor.c.Index=0) \
result in
ReferenceAuthor.c.Index=0) \
^
SyntaxError: keyword can't be an expression
Not sure what is wrong here. But I think c.Index doesn't exist?
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.