File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ BaseConnection::query() Return Values
4545
4646``BaseConnection::query() `` method in prior versions was incorrectly returning BaseResult objects
4747even 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
4949of ``query() `` method and be assess whether the value might be boolean instead of Result object.
5050For a better idea of what queries are write-type queries, check ``BaseConnection::isWriteType() ``
5151and any DBMS-specific override ``isWriteType() `` in the relevant Connection class.
You can’t perform that action at this time.
0 commit comments