From: Mike Bayer Date: Mon, 10 Aug 2026 22:37:52 +0000 (-0400) Subject: test PR - ignore X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326353e19660ba76956022236dca481dead0f199;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git test PR - ignore this PR is coming from me so should be accepte4d Fixes: #11385 Change-Id: Ic00c98c10dbcca0e5ebd22307cd33ba46e669f10 --- diff --git a/README.rst b/README.rst index 54baa28827..60b5fa01e0 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ SQLAlchemy ========== +this is ai test PR + |PyPI| |Python| |Downloads| .. |PyPI| image:: https://img.shields.io/pypi/v/sqlalchemy @@ -103,7 +105,7 @@ SQLAlchemy's philosophy: queries, including how joins are organized, how subqueries and correlation is used, what columns are requested. Everything SQLAlchemy - does is ultimately the result of a developer-initiated + does is ultimately the result of a developer-initiated decision. * Don't use an ORM if the problem doesn't need one. SQLAlchemy consists of a Core and separate ORM