server/lib/private/files
Jens-Christian Fischer 22c6216f5c don't update identical values
The UPDATE oc_filecache statement blindly overwrites identical data.
Databases like Postgres that create a new row on an update
and mark the old one as dead will suffer from the previous
behaviour, as millions of "new" rows are created in the database.

This patch changes the WHERE clause to test for identical
values and not updating if the values in the DB are identical
to the ones being passed.
2015-04-11 18:06:21 +02:00
..
cache don't update identical values 2015-04-11 18:06:21 +02:00
config Update license headers 2015-03-26 11:44:36 +01:00
mount Update license headers 2015-03-26 11:44:36 +01:00
node Update license headers 2015-03-26 11:44:36 +01:00
objectstore Update license headers 2015-03-26 11:44:36 +01:00
storage Catch more exceptions when connecting to remote DAV server 2015-04-10 12:02:06 +02:00
stream fixing license headers - encryption code related 2015-04-07 17:02:49 +02:00
type Update license headers 2015-03-26 11:44:36 +01:00
utils Update license headers 2015-03-26 11:44:36 +01:00
fileinfo.php remove unencrypted_size from the cache, size will contain the unencrypted size 2015-04-07 13:30:28 +02:00
filesystem.php throw exception when backends don't provide a user instead of creating legacy local storages 2015-04-10 09:12:37 +02:00
mapper.php Update license headers 2015-03-26 11:44:36 +01:00
view.php fixes #15326 2015-04-09 15:37:00 +02:00