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

Nextcloud 14 will drop OCP\DB support #90

Open
rullzer opened this issue Mar 26, 2018 · 6 comments
Open

Nextcloud 14 will drop OCP\DB support #90

rullzer opened this issue Mar 26, 2018 · 6 comments

Comments

@rullzer
Copy link

rullzer commented Mar 26, 2018

Hi @Yetangitu, OCP\DB is deprecated since version 8.1 and will run into the 3 year deprecation time soon. With the upcoming Nextcloud 14 this will not be available anymore. We highly encourage you to move over from to the \OCP\IDBConnection. Preferably even to the IQueryBuilder. If you need help with the migration please reach out to us. The IDBConnection was introduced in ownCloud 6 and the QueryBuilder in ownCloud 8.2 and thus there should be no problems with this migration regarding being compatible to both vendors.

The removal PR: nextcloud/server#8985

@MorrisJobke
Copy link

Also ref nextcloud/server#7827

@sehucke
Copy link

sehucke commented Dec 11, 2018

Hi @MorrisJobke and @rullzer , requesting your help as offered above. :-) Maybe you can take a look at PR #109 ? Is this sufficient to make files_opds fully compatible with NC 14 (and eventually with NC 15)?

See also #88 .

Thank you very much in advance!

@sehucke
Copy link

sehucke commented Dec 11, 2018

Hmm... I think I was too fast. The PR #109 seems to use the internal API. Some guys in #108 seem to have fixed files_opds, too.

@MorrisJobke
Copy link

Thank you very much in advance!

Commented in the PR.

@sehucke
Copy link

sehucke commented Jan 8, 2019

Thank you very much in advance!

Commented in the PR.

Again, thank you very much! :-)

@Yetangitu
Copy link
Owner

OK, soon I'll give these apps some attention, I've been far too busy these past few months (building a house et al.).

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

4 participants