We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Information
Describe the Problem Argument '2' passed to select() is expected to be of type array, string given
The text was updated successfully, but these errors were encountered:
You are passing a string to the second select() parameter.
Please read the documentation. https://medoo.in/api/select.
Sorry, something went wrong.
Hi, according the docs that i"ve read, to select an entire column : $data = $database->select("account", "user_name"); Second argument is a string.
@stefankummer Sorry, my mistake. However, it should work. It's on the test case.
Medoo/tests/SelectTest.php
Lines 60 to 73 in d1ff4e0
Please provide the full code you called.
No branches or pull requests
Information
Describe the Problem
Argument '2' passed to select() is expected to be of type array, string given
The text was updated successfully, but these errors were encountered: