nextcloud/apps/files_sharing/appinfo
Jamie McClelland d58fda7ff3 fix update to remove shares where file doesn't exist on postgres
Without patch, breaks with: Failed to upgrade "files_sharing".
Exception="SQLSTATE[22P02]: Invalid text representation: 7 ERROR:
invalid input syntax for integer: "5,179""

See: https://github.com/owncloud/core/issues/5758

removing unnecessary cruft - no parameter is set, none to pass.

https://github.com/owncloud/core/issues/5758

removing subquery, making more readable

See: https://github.com/owncloud/core/pull/6016#issuecomment-29510979

parameters to sql calls should be arrays

https://github.com/owncloud/core/pull/6016

boosting version to ensure fix gets executed

properly escaping the sql select statement

removing extraneous closing paren.
2014-03-13 13:09:31 +01:00
..
app.php Fixed sharing hook to not remove the share before the trashbin 2013-11-27 17:22:48 +01:00
info.xml Set required owncloud version to 4.93 2013-02-24 17:38:36 +01:00
routes.php Replace OC.Router.generate() with OC.generateUrl() 2014-03-02 22:30:24 +01:00
update.php fix update to remove shares where file doesn't exist on postgres 2014-03-13 13:09:31 +01:00
version fix update to remove shares where file doesn't exist on postgres 2014-03-13 13:09:31 +01:00