nextcloud / files_lock

GNU Affero General Public License v3.0
25 stars 8 forks source link

Fix type of param for creation column #99

Closed tcitworld closed 1 year ago

tcitworld commented 2 years ago

It's actually an int, not a date type.

This is the only use of limitToDBFieldDateTime so I change it directly in the function, but could be troublesome later.

Closes https://github.com/nextcloud/files_lock/issues/15#issuecomment-631456327

juliusknorr commented 1 year ago

Thanks, I pushed a separate commit to actually migrate away from the abstraction bits and just use the regular query builder for that simple filtering.