]> 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:25:37 +0000 (12:25 -0400)
commite70e8a7f89f9b50d8f1e3161c44bbfcf64e8b9f3
treeb643c6ebff5c0f1476f20ec5c8d36a762697c2a6
parent9821bddfcb3c94cea13b7f19bcb27845b0dc1ed8
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
doc/build/conf.py
doc/build/core/tutorial.rst
test/requirements.py