fixed db.Table and db.Field
This commit is contained in:
@@ -134,6 +134,8 @@ class DAL(pyDAL):
|
|||||||
'rows_render': sqlhtml.represent,
|
'rows_render': sqlhtml.represent,
|
||||||
'rows_xml': sqlhtml.SQLTABLE
|
'rows_xml': sqlhtml.SQLTABLE
|
||||||
}
|
}
|
||||||
|
Field = Field
|
||||||
|
Table = Table
|
||||||
|
|
||||||
#: add web2py contrib drivers to pyDAL
|
#: add web2py contrib drivers to pyDAL
|
||||||
from pydal.drivers import DRIVERS
|
from pydal.drivers import DRIVERS
|
||||||
|
|||||||
+1
-1
Submodule gluon/packages/dal updated: e24da8422f...8bef2e0739
Reference in New Issue
Block a user