]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
References: #4426
authorjonathan vanasco <jonathan@2xlp.com>
Tue, 28 Sep 2021 15:23:40 +0000 (11:23 -0400)
committerjonathan vanasco <jonathan@2xlp.com>
Tue, 28 Sep 2021 16:15:24 +0000 (12:15 -0400)
commit5ed5b5ab039b86d966d197c04dd8bb0a561cf24c
tree5e0b5847f83770e7e302db80747e03b1dde9206a
parent7f87cad26c1726565a200f85b7855bf8192e8df5
References: #4426

Updated elementtree example to replace the deprecated classical mappings
interface with the current `registry.map_imperatively()` version.

The examples STILL use classical mappings, so the ticket remains open.
This update merely removes the deprecated API in favor of the (temporary?) replacement.

Change-Id: I8ddb86b76d82ac9d87a55edb0225e6b2f6ab4940
examples/elementtree/adjacency_list.py
examples/elementtree/optimized_al.py
examples/elementtree/pickle_type.py