issues Search Results · repo:web2py/pydal language:Python
Filter by
322 results
(60 ms)322 results
inweb2py/pydal (press backspace or delete to remove)pydal version: 20250501.2
When using a field with with_alias, rows.as_csv() fail with a KeyError, so also printing rows as:
print(rows)
will fail.
How to reproduce:
from random import random
db ...
mbelletti
- 1
- Opened 7 days ago
- #733
With a model field like
Field( multiple_choices , list:string , length=30, requires=IS_UNIQUE_IN_SET((( a , a ), ( b , b ), ( c , c )),
multiple=(2,3)), error= select 2 choices )
The validation will ...
sh-active
- Opened 15 days ago
- #732
pydal 20241204.1 Get following error when using scheduler:
File /home/py4web/.venv/lib/python3.12/site-packages/pydal/tools/scheduler.py , line 210, in step
if run.timeout and run.started_on + delta(run.timeout) ...
w2pu
- Opened on Jan 7
- #728
The latest versions of pydal introduced a breaking change in the behavior of the with_alias method used with as_list. In
the previous version (20241111.2), when using with_alias with as_list, the aliased ...
mbelletti
- 4
- Opened on Dec 12, 2024
- #727
After recent updates, tasks occasionally fail to execute and the scheduler stops picking up new tasks. The issue appears
to be related in the use of utcnow in the scheduler now function.
Previous behaviour: ...
mbelletti
- Opened on Dec 6, 2024
- #724
Using with_alias() in .select causes non-aliasd fields to be inaccessible on the resulting row:
Without alias, this works:
rows = db().select(db.mytable.field1, db.mytable.field2)
row = next(iter(rows)) ...
laundmo
- Opened on Nov 18, 2024
- #720
after being deprecated, the cgi module has been totally removed from python 3.13.0 - where now the current pyDAL cannot
run. This is also blocking python 3.13 compatibility of py4web. The same problems ...
nicozanf
- 1
- Opened on Nov 2, 2024
- #718
see https://github.com/web2py/web2py/issues/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() ...
fambon
- 2
- Opened on Apr 27, 2024
- #715
It would be awesome to use PyDAL to manage Redis too.. I know much more basic, so maybe it wont work? But a single
library for database and data cache would be great!
PenguinzTech
- 1
- Opened on Dec 19, 2023
- #714
Hi I d like to suugest two things to make PyDAL work with MySQL Azure:
1. Adjust REGEX_URI on MySQL class to accept user with @ , required for Azure MySQL connections ^(?P user [^:]+)(:(?P
password ...
rogeriosantosluz
- 1
- Opened on Sep 1, 2023
- #712

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.