summaryrefslogtreecommitdiff
path: root/doc/build/dialects/sqlite.rst
Commit message (Collapse)AuthorAgeFilesLines
* - Documented SQLite DATE/TIME/DATETIME types.Mike Bayer2011-03-271-0/+8
| | | | | | [ticket:2029] (also in 0.6.7) - add "currentmodule" directive to all the dialect type docs to ensure users import from the dialect package, not the "base" module
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-0/+2
| | | | | | based databases. :memory: databases will continue to select SingletonThreadPool by default. [ticket:1921]
* experiment with removing the API section and putting docstrings inline.Mike Bayer2010-09-041-0/+21
new outline section is provided with a new flow.