owncloud / data_exporter

Export/Import for ownCloud user data
GNU General Public License v2.0
7 stars 5 forks source link

Use new doctrine/dbal methods #185

Open phil-davis opened 3 years ago

phil-davis commented 3 years ago

After doctrine/dbal was updated in core https://github.com/owncloud/core/pull/38647 some methods have been deprecated. The deprecation messages have been suppressed in #184 to get CI passing again.

Investigate these and adjust the code to use the appropriate new methods.