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

add MySQLi driver #91

Open
rakucmr opened this issue Jan 20, 2015 · 8 comments
Open

add MySQLi driver #91

rakucmr opened this issue Jan 20, 2015 · 8 comments

Comments

@rakucmr
Copy link

rakucmr commented Jan 20, 2015

Why don't add MySQLi driver to the master branch, you already have it on 3.4 develop branch https://github.com/kohana/database/tree/3.4/develop/classes/Database

@shadowhand
Copy link
Contributor

Because there is no 3.4 release yet.

@rakucmr
Copy link
Author

rakucmr commented Jan 20, 2015

I know that :) but why don't add the missing driver to the 3.3.3.1 release?

@enov
Copy link
Contributor

enov commented Jan 21, 2015

@Raku this might go into a 3.3.4 release.

@acoulton do you still think we should make a 3.3.4 release with the MySQLi driver for the database module as well as Redis and XCache drivers for the cache modules?

@rakucmr
Copy link
Author

rakucmr commented Jan 21, 2015

I already use it on 3.3.3.1, I've just copied the missing driver files.

@acoulton
Copy link
Member

@enov yes, I think a 3.3.4 is a good idea, and would be good to add this.

@ghost
Copy link

ghost commented Jan 29, 2015

I solved this trouble by next way (i am not on 3.4 ofc):

4

Where is "modules/coll3ctor" - my own module with my helpers, views, etc. So, MySQLi files in my module, and Kohana understand that and correctly use mysqli extension. And, of course, database module not touched.

And, ofc, by this way you can use MySQLi driver in your config/database.php

@enov
Copy link
Contributor

enov commented Jan 30, 2015

@Coll3ctor 👍

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

5 participants
@shadowhand @rakucmr @acoulton @enov and others