summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 20:17:49 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 20:17:49 -0400
commitfab9be5d0ea3e329921d6c474c4ecc618bda17ec (patch)
tree7fa0152a1fcb07f502f323b1a371f05102e167b4 /CHANGES
parent68fb10cae5069ca4408d38d546ac09d374171926 (diff)
downloadsqlalchemy-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 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d304488e2..f546bef60 100644
--- a/CHANGES
+++ b/CHANGES
@@ -607,6 +607,16 @@ underneath "0.7.xx".
constructed to refer to multiple remote tables
is first used. [ticket:2455]
+- access
+ - [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.
+
- sqlite
- [feature] the SQLite date and time types
have been overhauled to support a more open