]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Break up data.rst; add unions, literal_column
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Apr 2021 20:05:16 +0000 (16:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Apr 2021 20:44:35 +0000 (16:44 -0400)
commitfb9e12a689f6f5c1266b7cab2eb3d6c2c4ee872e
treee7ff0e69a12389100de70edbdc30fb1a2fa45ed3
parentf4e93067a116b748242e62eb524b2a87490ec18c
Break up data.rst; add unions, literal_column

This breaks data.rst into three separate sub-sections,
as SELECT is getting very long.  It then adds sections
on select() + text/literal_column as well as unions
and set operations, and also tries to improve the
ORDER BY section a bit.

Change-Id: Id90e6b4ff3699b2bbcb6e2eebbd23193e2ede00a
doc/build/tutorial/data.rst
doc/build/tutorial/data_insert.rst [new file with mode: 0644]
doc/build/tutorial/data_select.rst [new file with mode: 0644]
doc/build/tutorial/data_update.rst [new file with mode: 0644]
test/base/test_tutorials.py