forked from web2py/web2py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dal
updated
12 files
+1 −1 | pydal/__init__.py | |
+0 −1 | pydal/adapters/mongo.py | |
+6 −9 | pydal/adapters/postgres.py | |
+16 −4 | pydal/contrib/portalocker.py | |
+1 −1 | pydal/dialects/postgre.py | |
+5 −2 | pydal/representers/base.py | |
+7 −1 | pydal/representers/postgre.py | |
+1 −0 | tests/_adapt.py | |
+25 −0 | tests/_helpers.py | |
+1 −1 | tests/base.py | |
+2 −0 | tests/nosql.py | |
+137 −259 | tests/sql.py |