From b42cbed42765cd00962868c248cee4b1b448c948 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 4 Sep 2010 19:59:21 -0400 Subject: almost through. --- lib/sqlalchemy/ext/compiler.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/sqlalchemy/ext/compiler.py') diff --git a/lib/sqlalchemy/ext/compiler.py b/lib/sqlalchemy/ext/compiler.py index 12f1e443d..1bf4b1447 100644 --- a/lib/sqlalchemy/ext/compiler.py +++ b/lib/sqlalchemy/ext/compiler.py @@ -119,6 +119,8 @@ overriding routine and cause an endless loop. Such as, to add "prefix" to all The above compiler will prefix all INSERT statements with "some prefix" when compiled. +.. _type_compilation_extension: + Changing Compilation of Types ============================= -- cgit v1.2.1