From: Michael Trier Date: Mon, 14 Mar 2011 16:46:21 +0000 (-0400) Subject: Added changes information for #2060. X-Git-Tag: rel_0_7b3~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c545108d97ebe98731204b1de90e9abe2025b7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added changes information for #2060. --- diff --git a/CHANGES b/CHANGES index 1a7212f874..ef0d1953f6 100644 --- a/CHANGES +++ b/CHANGES @@ -54,6 +54,10 @@ CHANGES constructor. The method _constructor should be implemented in this case. +- dialect + - Changed exception raised to ArgumentError when an + invalid dialect is specified. [ticket:2060] + - examples - Updated the association, association proxy examples to use declarative, added a new example