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

Remove useless dependency on SQLite (non-PDO) #3246

Merged
merged 1 commit into from
Jan 26, 2017

Conversation

MorrisJobke
Copy link
Member

cc @nickvergessen @LukasReschke @icewind1991 @pmattern

I tested this and it still works (I disabled the PHP module sqlite3 ;))

@MorrisJobke MorrisJobke added the 3. to review Waiting for reviews label Jan 24, 2017
@MorrisJobke MorrisJobke added this to the Nextcloud 12.0 milestone Jan 24, 2017
@icewind1991
Copy link
Member

icewind1991 commented Jan 25, 2017

You need to update the tests for this

* we only require the PDO driver
* fixes #481

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
@MorrisJobke MorrisJobke force-pushed the fix-sqlite-dependency branch from fe2915c to 4536ead Compare January 26, 2017 04:23
@MorrisJobke
Copy link
Member Author

You need to update the tests for this

Fixed

@MorrisJobke MorrisJobke merged commit e21170b into master Jan 26, 2017
@MorrisJobke MorrisJobke deleted the fix-sqlite-dependency branch January 26, 2017 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQLite: Both PDO and vendor specific driver needed according to installation wizard and running instance
3 participants