Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py4web virtual fields not included when rows retrieved #784

Open
davidmanns opened this issue Apr 5, 2023 · 0 comments
Open

py4web virtual fields not included when rows retrieved #784

davidmanns opened this issue Apr 5, 2023 · 0 comments

Comments

@davidmanns
Copy link

The documentation says:

A virtual field defined as the one above is automatically computed for all records when the records are selected:

for row in db(db.item).select():
print(row.total_price)

However, this is not happening. Virtual fields are not included in the selected rows. Works as documented in web2py, which is curious as both use pyDAL.

see https://groups.google.com/g/py4web/c/vHvUoXW4fh8/m/-Omdzbi0CQAJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant