]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] the MS Access dialect has been
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Oct 2012 00:17:49 +0000 (20:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Oct 2012 00:17:49 +0000 (20:17 -0400)
commitfab9be5d0ea3e329921d6c474c4ecc618bda17ec
tree7fa0152a1fcb07f502f323b1a371f05102e167b4
parent68fb10cae5069ca4408d38d546ac09d374171926
  - [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.
CHANGES
doc/build/core/engines.rst
doc/build/dialects/access.rst [deleted file]
doc/build/dialects/index.rst
lib/sqlalchemy/databases/__init__.py
lib/sqlalchemy/dialects/__init__.py
lib/sqlalchemy/dialects/access/__init__.py [deleted file]
lib/sqlalchemy/dialects/access/base.py [deleted file]
test/dialect/test_access.py [deleted file]
test/requirements.py