Skip to content

Commit 44e3ede

Browse files
committed
docs: fix expression
1 parent 823dfe9 commit 44e3ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/installation/upgrade_412.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ BaseConnection::query() Return Values
4545

4646
``BaseConnection::query()`` method in prior versions was incorrectly returning BaseResult objects
4747
even if the query failed. This method will now return ``false`` for failed queries (or throw an
48-
Exception if ``DBDebug==true``) and will return booleans for write-type queries. Review any use
48+
Exception if ``DBDebug`` is ``true``) and will return booleans for write-type queries. Review any use
4949
of ``query()`` method and be assess whether the value might be boolean instead of Result object.
5050
For a better idea of what queries are write-type queries, check ``BaseConnection::isWriteType()``
5151
and any DBMS-specific override ``isWriteType()`` in the relevant Connection class.

0 commit comments

Comments
 (0)