diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-28 18:23:24 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-28 18:23:24 -0400 |
| commit | 2637c9eddc78e1eceadf544597ec69a9e9b13369 (patch) | |
| tree | 1e2cd8a2f6d32ac61a225f591419c9686e34e18e /doc/build/dialects | |
| parent | 94323a776025311dde041533e6cb2f57d4ed509b (diff) | |
| download | sqlalchemy-2637c9eddc78e1eceadf544597ec69a9e9b13369.tar.gz | |
- updated relationship docs, others
Diffstat (limited to 'doc/build/dialects')
| -rw-r--r-- | doc/build/dialects/index.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 7f87439a0..46628eed7 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -3,7 +3,7 @@ Dialects ======== -The **dialect** is the system SQLAlchemy uses to communicate with various types of DBAPIs and databases. +The **dialect** is the system SQLAlchemy uses to communicate with various types of :term:`DBAPI` implementations and databases. The sections that follow contain reference documentation and notes specific to the usage of each backend, as well as notes for the various DBAPIs. @@ -31,15 +31,14 @@ Included Dialects External Dialects ----------------- -.. note:: +.. versionchanged:: 0.8 + As of SQLAlchemy 0.8, several dialects have been moved to external + projects, and dialects for new databases will also be published + as external projects. The rationale here is to keep the base + SQLAlchemy install and test suite from growing inordinately large. - As of SQLAlchemy 0.8, several dialects have been moved to external - projects, and dialects for new databases will also be published - as external projects. The rationale here is to keep the base - SQLAlchemy install and test suite from growing inordinately large. - - The "classic" dialects such as SQLite, MySQL, Postgresql, Oracle, - SQL Server, Firebird will remain in the Core for the time being. + The "classic" dialects such as SQLite, MySQL, Postgresql, Oracle, + SQL Server, Firebird will remain in the Core for the time being. Current external dialect projects for SQLAlchemy include: |
