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

Not using mysqli_select_db? #20

Closed
gavindphillips opened this issue Nov 10, 2016 · 4 comments
Closed

Not using mysqli_select_db? #20

gavindphillips opened this issue Nov 10, 2016 · 4 comments

Comments

@gavindphillips
Copy link

Hi there,

Firstly thanks for this, it's saving me a lot of time!

Is there a reason why mysql_select_db is being converted to a mysqli_query USE statement rather than just using mysqli_select_db?

Not sure if I'm missing something here but looks like it could run though ParReversed too?

Thanks

@philip
Copy link
Owner

philip commented Nov 11, 2016

Good question, adding "research bug #20" to my immediate todo.

@philip
Copy link
Owner

philip commented Nov 18, 2016

@johannes can you think of reasons why mysqli_select_db() is not being used?

@johannes
Copy link

My guess is that this simply predates the mysqli_select_db() function. I
see no real reason why mysqli_select_db() shouldn't be used. :-)

@philip
Copy link
Owner

philip commented Jan 4, 2017

This is now fixed, thanks for the bug report :)

@philip philip closed this as completed Jan 4, 2017
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

No branches or pull requests

3 participants