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 @@ -46,7 +46,7 @@ BaseConnection::query() Return Values
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
4848Exception if ``DBDebug `` is ``true ``) and will return booleans for write-type queries. Review any use
49- of ``query() `` method and be assess whether the value might be boolean instead of Result object.
49+ of ``query() `` method and 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.
5252
You can’t perform that action at this time.
0 commit comments