]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added note about EXT_CONTINUE to 3.x -> 4.x migration guide
authorRick Morrison <rickmorrison@gmail.com>
Mon, 5 Nov 2007 22:52:21 +0000 (22:52 +0000)
committerRick Morrison <rickmorrison@gmail.com>
Mon, 5 Nov 2007 22:52:21 +0000 (22:52 +0000)
doc/build/content/intro.txt

index 9150f1d4ba53ffbee25549921bd0640f43e96b84..d9882270b205c4d510b280d314e69a9cf87aea4a 100644 (file)
@@ -157,4 +157,6 @@ This mostly applies to SQL constructs where you pass a type in:
     
     func.now(type_=DateTime)
     
-    
+### Mapper Extensions must return EXT_CONTINUE to continue execution to the next mapper
+
+If you extend the mapper, the methods in your mapper extension must return EXT_CONTINUE to continue executing additional mappers.