Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grabFromDatabase has incorrect documentation #5669

Closed
alexeyinkin opened this issue Aug 29, 2019 · 0 comments · Fixed by #5717
Closed

grabFromDatabase has incorrect documentation #5669

alexeyinkin opened this issue Aug 29, 2019 · 0 comments · Fixed by #5717
Labels

Comments

@alexeyinkin
Copy link

On this page:
https://codeception.com/docs/modules/Db

It is said:

grabFromDatabase
Fetches all values from the column in database.

This is incorrect. This method grabs a single value of the column of the first row matched. The incorrect sentence was copied from grabColumnFromDatabase to which it correctly applies.

Also this doc must clarify the result if the record is not found, which in my experience is boolean false. Is this consistent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants