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
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