Update database docs.
This commit is contained in:
@@ -18,12 +18,6 @@
|
|||||||
Database Programming Guide
|
Database Programming Guide
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
TODO(todd): document register_models (where should it be called from?)
|
|
||||||
document any relevant test cases
|
|
||||||
document flags
|
|
||||||
|
|
||||||
The :mod:`api` Module
|
The :mod:`api` Module
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
@@ -59,3 +53,9 @@ The :mod:`sqlalchemy.session` Module
|
|||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
Tests
|
||||||
|
-----
|
||||||
|
|
||||||
|
Tests are lacking for the db api layer and for the sqlalchemy driver.
|
||||||
|
Failures in the drivers would be dectected in other test cases, though.
|
||||||
|
|||||||
Reference in New Issue
Block a user