]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
detect {opensql} and {stop} sections
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Oct 2022 16:18:23 +0000 (12:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Oct 2022 18:16:34 +0000 (14:16 -0400)
commit7051dc5842a6e3012578b2430dbc90ceff8d7050
treedf723dd8e64a9ac217e89a98a17fd83118fad35e
parent04a72ff3a94228dcf17d104616daec0c4b6c251e
detect {opensql} and {stop} sections

this so that I can still have
{opensql} and {stop} sections in non-console python.

this isn't the norm but I would prefer if I dont have to
be 100% strict about it

also maintaining {sql} / {stop} being at the start
of a code line.  this is more prevalent in 1.4.

Change-Id: Iaf748b7ff1120e21f729c2fd794d9b8a33d83170
doc/build/core/constraints.rst
doc/build/core/ddl.rst
doc/build/core/metadata.rst
doc/build/orm/mapped_attributes.rst
doc/build/orm/queryguide/inheritance.rst
doc/build/orm/queryguide/relationships.rst
doc/build/orm/self_referential.rst
tools/format_docs_code.py