summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-09-04 19:59:21 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-09-04 19:59:21 -0400
commitb42cbed42765cd00962868c248cee4b1b448c948 (patch)
tree755f90b6aa04f8d7bb8c45f0b293272eec4bab7b /lib/sqlalchemy/ext/compiler.py
parenta315c5d431cf0598448a789d71aae7e2903dab32 (diff)
downloadsqlalchemy-b42cbed42765cd00962868c248cee4b1b448c948.tar.gz
almost through.
Diffstat (limited to 'lib/sqlalchemy/ext/compiler.py')
-rw-r--r--lib/sqlalchemy/ext/compiler.py2
1 files changed, 2 insertions, 0 deletions
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
=============================