]> 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:40 +0000 (12:05 -0400)
commit11ee10b4f753be4246b12ac30a8ad3d8f2737811
tree2e47c8b7c3173161fe7d204ba5319033a5b5076d
parenta21d7afc558307d01b3e98f20ace123b33b1ec86
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