]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Document how to work with reflection and custom datatypes
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Aug 2019 13:42:36 +0000 (09:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Aug 2019 16:05:13 +0000 (12:05 -0400)
commita3df16995b45e14d4c572302b17bccfa9a7cbf57
tree8943bf65f9fe95217a59827b61b664109db70196
parent512f045e9e70429d75811113f8e2b69842cc4406
Document how to work with reflection and custom datatypes

Describe the link between table reflection, datatype lookups,
and what approaches are needed in the case where in-Python datatypes
are needed in the reflected table metadata.

Fixes: #4812
Change-Id: I68bef2bf472811797d4f5d9a625c6b9bca902f78
doc/build/core/custom_types.rst
doc/build/core/reflection.rst