From: Mike Bayer Date: Wed, 18 May 2022 21:18:43 +0000 (-0400) Subject: bool_op() wasn't added in 2.0 X-Git-Tag: rel_2_0_0b1~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b45ef5f4ddd4c1bdbc4c86e4e1fcf824adba25d9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git bool_op() wasn't added in 2.0 this method is in 1.4 as well, just doesn't do pep-484 yet. Change-Id: I5a0aee8ad212864fc79e152ec9ea3bb3d12b6b04 --- diff --git a/doc/build/orm/join_conditions.rst b/doc/build/orm/join_conditions.rst index f694f10546..0bad87d982 100644 --- a/doc/build/orm/join_conditions.rst +++ b/doc/build/orm/join_conditions.rst @@ -298,10 +298,6 @@ Will render as:: SELECT ip_address.id AS ip_address_id, ip_address.v4address AS ip_address_v4address FROM ip_address JOIN network ON ip_address.v4address << network.v4representation -.. versionadded:: 2.0 Added :meth:`.Operators.bool_op` to generate operators - that are inherently "boolean" when used in expressions and ORM join - conditions. - .. _relationship_custom_operator_sql_function: Custom operators based on SQL functions