]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
tutorial updates re: Core /ORM commonality
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jan 2023 23:21:25 +0000 (18:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jan 2023 23:21:25 +0000 (18:21 -0500)
commit72268e9387140df6444e9e88391ce604b9719639
treef1444ed01bb0171076ee68b9c241a969f098da86
parent124edd2addd24f67d063dcdb3231a294a4e2c86a
tutorial updates re: Core /ORM commonality

updates for Insert / bulk insert, executemanyvalues,
as well as beginning to describe Table / declared class more
closely together, mentioning typing support.

Fixed a long-standing issue where sphinx would complain about
the Insert symbol being ambiguous.

Change-Id: Id4cc09b9581e8fa39c9c00bc8f229636e626e9bc
doc/build/tutorial/data_insert.rst
doc/build/tutorial/metadata.rst
doc/build/tutorial/orm_data_manipulation.rst
lib/sqlalchemy/sql/selectable.py