]> 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:09 +0000 (09:30 -0500)
commit6e0a35dfd8bbd12c999abcae3309fe22e83b0444
tree1554dcc9c68d4b430a02bdf07f705da96abf3568
parentf11d3f68b6890fbec12c848efebe6e48c2413e91
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
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