]> 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:31 +0000 (12:05 -0400)
commitde2ed0183754109f4c309b462bba58a4a0d4547f
tree64b0ee1434afba5883933db70eb301136550fb90
parent44f9599e2903dfcf3edc1b4995ba4e5fb8594b35
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