Differences From Artifact [8df4f4f856]:
- File gluon/sql.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 284) [annotate] [blame] [check-ins using]
To Artifact [e7fa972eb8]:
- File gluon/sql.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 286) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 | + + | # this file exists for backward compatibility __all__ = ['DAL','Field','drivers'] from dal import DAL, Field, Table, Query, Set, Expression, Row, Rows, drivers, BaseAdapter, SQLField, SQLTable, SQLXorable, SQLQuery, SQLSet, SQLRows, SQLStorage, SQLDB, GQLDB, SQLALL, SQLCustomType |