diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-30 20:17:49 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-30 20:17:49 -0400 |
| commit | fab9be5d0ea3e329921d6c474c4ecc618bda17ec (patch) | |
| tree | 7fa0152a1fcb07f502f323b1a371f05102e167b4 /doc/build/dialects | |
| parent | 68fb10cae5069ca4408d38d546ac09d374171926 (diff) | |
| download | sqlalchemy-fab9be5d0ea3e329921d6c474c4ecc618bda17ec.tar.gz | |
- [feature] the MS Access dialect has been
moved to its own project on Bitbucket,
taking advantage of the new SQLAlchemy
dialect compliance suite. The dialect is
still in very rough shape and probably not
ready for general use yet, however
it does have *extremely* rudimental
functionality now.
Diffstat (limited to 'doc/build/dialects')
| -rw-r--r-- | doc/build/dialects/access.rst | 6 | ||||
| -rw-r--r-- | doc/build/dialects/index.rst | 3 |
2 files changed, 1 insertions, 8 deletions
diff --git a/doc/build/dialects/access.rst b/doc/build/dialects/access.rst deleted file mode 100644 index 161ec1ffd..000000000 --- a/doc/build/dialects/access.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. _access_toplevel: - -Microsoft Access -================ - -.. automodule:: sqlalchemy.dialects.access.base diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 9865d37ec..2eb770bde 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -4,7 +4,7 @@ Dialects ======== The **dialect** is the system SQLAlchemy uses to communicate with various types of DBAPIs and databases. -A compatibility chart of supported backends can be found at :ref:`supported_dbapis`. The sections that +A compatibility chart of supported backends can be found at :ref:`supported_dbapis`. The sections that follow contain reference documentation and notes specific to the usage of each backend, as well as notes for the various DBAPIs. @@ -20,7 +20,6 @@ should be consulted to check for current support level. firebird informix maxdb - access mssql mysql oracle |
