]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add Identity() for remaining examples
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Jan 2024 14:29:28 +0000 (09:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Jan 2024 14:30:22 +0000 (09:30 -0500)
commita25abbbeb0933d47b61b2614e578cf06b5cb78a1
tree41ee3687f749577a72220c896b257ccd36ee47eb
parent9e33ba6cf8709081cd0f9afe483effca5708e1ef
add Identity() for remaining examples

Fixed the performance example scripts in examples/performance to mostly
work with the Oracle database, by adding the :class:`.Identity` construct
to all the tables and allowing primary generation to occur on this backend.
A few of the "raw DBAPI" cases still are not compatible with Oracle.

Change-Id: I7ce19645ea78736dddfda6f33b9356ad75dee68f
(cherry picked from commit 6e0a35dfd8bbd12c999abcae3309fe22e83b0444)
doc/build/changelog/unreleased_20/examples.rst [new file with mode: 0644]
examples/performance/bulk_updates.py
examples/performance/large_resultsets.py
examples/performance/short_selects.py
examples/performance/single_inserts.py