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

limit row value bug #758

Closed
mstfblci opened this issue Jul 11, 2022 · 0 comments · Fixed by #763
Closed

limit row value bug #758

mstfblci opened this issue Jul 11, 2022 · 0 comments · Fixed by #763
Labels
bug An existing feature is not working as intended

Comments

@mstfblci
Copy link

mstfblci commented Jul 11, 2022

Describe the bug
I have a projects table and the columns are like this: id, user_id, title, limit

I'm trying to print as follows, but I can't get the value of the limit.

projects = Project.all()

for project in projects:
    print(project['limit'])

I am getting an output like this:
Screen Shot 2022-07-11 at 17 30 39

@mstfblci mstfblci added the bug An existing feature is not working as intended label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An existing feature is not working as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant