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.
track track 15.03-maintenance (19/04/15)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dal
updated
21 files
+29 −0 | .coveragerc | |
+21 −0 | .gitignore | |
+71 −0 | .travis.yml | |
+2 −3 | README.md | |
+0 −31 | appveyor.yml | |
+2 −0 | pydal/_globals.py | |
+106 −156 | pydal/adapters/base.py | |
+6 −2 | pydal/adapters/couchdb.py | |
+5 −2 | pydal/adapters/google_adapters.py | |
+63 −74 | pydal/adapters/mongo.py | |
+2 −6 | pydal/adapters/mssql.py | |
+34 −15 | pydal/base.py | |
+1 −5 | pydal/drivers.py | |
+22 −48 | pydal/helpers/classes.py | |
+0 −50 | pydal/helpers/serializers.py | |
+94 −118 | pydal/objects.py | |
+1 −1 | setup.py | |
+0 −1 | tests/_adapt.py | |
+51 −73 | tests/nosql.py | |
+17 −270 | tests/sql.py | |
+1 −3 | tox.ini |