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

One bug fix and one improvement #13

Merged
merged 3 commits into from
Sep 16, 2014
Merged

Conversation

alfmel
Copy link
Contributor

@alfmel alfmel commented Sep 15, 2014

This patch fixes a bug in PDO::FETCH_COLUMN in Statement.php and adds support for PDO::ATTR_DRIVER_NAME to getAttribute() in Oci8.php.

alfmel and others added 3 commits September 15, 2014 16:23
This fixes a big with PDO::FETCH_COLUMN fetch mode where the value
was not returned.
Adds support for PDO::ATTR_DRIVER_NAME to getAttribute(). This call
returns "oci" for the driver beings used by PDO. By implementing this
method libraries using this PDO driver will know which driver is being
used and accurately use an Oracle dialect.
yajra added a commit that referenced this pull request Sep 16, 2014
One bug fix and one improvement
@yajra yajra merged commit 6dd03ad into yajra:master Sep 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants