Closed tcitworld closed 1 year 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.
limitToDBFieldDateTime
Closes https://github.com/nextcloud/files_lock/issues/15#issuecomment-631456327
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.
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