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

Query parameters not optional for Connection::column #10

Closed
fkirkholt opened this issue Nov 8, 2015 · 2 comments
Closed

Query parameters not optional for Connection::column #10

fkirkholt opened this issue Nov 8, 2015 · 2 comments
Labels

Comments

@fkirkholt
Copy link

Second argument for Connection::column is now mandatory.

I would also request a method ResultSet::column with result of PDOStatement::fetchColumn.

@msarca msarca added the todo label Nov 9, 2015
@msarca
Copy link
Member

msarca commented Nov 9, 2015

The second argument of the Connection::column method is now optional(v3.0.1). The ResultSet::column method will be added in the next minor release.

@msarca
Copy link
Member

msarca commented Nov 20, 2015

The ResultSet::column method was added. See v3.1.0 release.

@msarca msarca closed this as completed Nov 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants