From 5c060ab22a751a1a02076b45a38f423b20eca304 Mon Sep 17 00:00:00 2001 From: Rick Morrison Date: Mon, 5 Nov 2007 22:52:21 +0000 Subject: [PATCH] Added note about EXT_CONTINUE to 3.x -> 4.x migration guide --- doc/build/content/intro.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/build/content/intro.txt b/doc/build/content/intro.txt index 9150f1d4ba..d9882270b2 100644 --- a/doc/build/content/intro.txt +++ b/doc/build/content/intro.txt @@ -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. -- 2.47.3