Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`result.rowCount` is initialized to `null`, but only set to an `int`-value if the returned command tag consists of more than one word, which is not the case in general. For example, the `LOCK` command will return a command tag of simply the form `LOCK`, and thus `result.rowCount` will stay `null`.
- Loading branch information