nextcloud / weather

⛅️ Weather app for Nextcloud
GNU Affero General Public License v3.0
47 stars 27 forks source link

Fix deprecated OCP\DB calls for Nextcloud 14 compatibility #65

Closed e-alfred closed 5 years ago

e-alfred commented 5 years ago

Hello,

I fixed the deprecated OCP\DB calls. The app works now with Nextcloud 14+, please merge this PR and release a new version on apps.nextcloud.com.

nerzhul commented 5 years ago

hello, thanks for you time, reviewing and merging :)

nerzhul commented 5 years ago

is this possible to use the query builder instead of raw SQL for this move ?

e-alfred commented 5 years ago

Probably yes, but this solution works pretty well actually.