]> 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:23 +0000 (12:05 -0400)
commit761c3121d4a622db39dede5373882eaaf661a377
treeb11325f3816c73407da73136fd3ef685709d58ba
parente296154109b0ea55e2554f8ea0d22b46ba6ac31d
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
(cherry picked from commit a3df16995b45e14d4c572302b17bccfa9a7cbf57)
doc/build/core/custom_types.rst
doc/build/core/reflection.rst