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

pyDAL 20240427 breaks web2py (master) #715

Open
fambon opened this issue Apr 27, 2024 · 1 comment
Open

pyDAL 20240427 breaks web2py (master) #715

fambon opened this issue Apr 27, 2024 · 1 comment

Comments

@fambon
Copy link

fambon commented Apr 27, 2024

see web2py/web2py#2486

  File "/home/pci/pci/web2py/gluon/tools.py", line 3273, in login
    user = Row(table_user._filter_fields(user, id=True))
TypeError: _filter_fields() got an unexpected keyword argument 'id'

https://github.com/web2py/web2py/blob/master/gluon/tools.py#L3273

@fambon
Copy link
Author

fambon commented Apr 27, 2024

maybe it's more etiquette to re-add kw arg id on _filter_fields() for backward compatibility?

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