]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Expand CTE testing and begin to make this more prominent.
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 May 2020 15:25:14 +0000 (11:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 May 2020 16:27:42 +0000 (12:27 -0400)
commitc1b63a33f28c89edaecfbce531794f23035b6e63
treeae55c9d0e725dbdad5ebaca340994ce8f0901712
parentfdfc2954420ebb83fbbdc7f2ae5aeb3742e2b167
Expand CTE testing and begin to make this more prominent.

SQLite supports CTEs as do both the MariaDB and MySQL
databases now.  Expand test support and begin adding
new tutorial sections to make this concept more prominent.

Also fix some formatting issues in the tutorial, and start
moving more towards {opensql} - the "SQL" button thing
is cool but the tutorials mainly need to illustrate how
the SQL looks for things.  Screens are bigger now and
we likely should move away from the SQL button almost
entirely.

CTE for the tutorial needed zzzeeksphinx fix to recognize
"WITH" so bumping that to latest release number in git.

Change-Id: Ia1bbe3248b4f7c74fbee06fedf76a6ce94cd28a6
References: #5269
(cherry picked from commit e70e8a7f89f9b50d8f1e3161c44bbfcf64e8b9f3)
doc/build/conf.py
doc/build/core/tutorial.rst
test/requirements.py