]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected problems with Access dialect. Corrected issue with reflection due to missin...
authorMichael Trier <mtrier@gmail.com>
Sun, 9 Nov 2008 05:21:38 +0000 (05:21 +0000)
committerMichael Trier <mtrier@gmail.com>
Sun, 9 Nov 2008 05:21:38 +0000 (05:21 +0000)
commit3f8914b4b28f309467b96f2903388e69cf8c2b2d
tree1086cd4cd69f95839cc87366b01524433b756f74
parent4cd99f5536077718b0f80670508d7310f47b4a25
Corrected problems with Access dialect. Corrected issue with reflection due to missing Currency type. Functions didn't return the value. JOINS must be specified as LEFT OUTER JOIN or INNER JOIN. Fixes #1017.
CHANGES
lib/sqlalchemy/databases/access.py