public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli (voyageur)" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/owncloud/files: owncloud-5.0.3-postgresql_update.patch
Date: Thu,  4 Apr 2013 16:01:44 +0000 (UTC)	[thread overview]
Message-ID: <20130404160144.1DEE82171E@flycatcher.gentoo.org> (raw)

voyageur    13/04/04 16:01:44

  Added:                owncloud-5.0.3-postgresql_update.patch
  Log:
  Revision bump to fix update with postgresql
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key C74525F2)

Revision  Changes    Path
1.1                  www-apps/owncloud/files/owncloud-5.0.3-postgresql_update.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/files/owncloud-5.0.3-postgresql_update.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/files/owncloud-5.0.3-postgresql_update.patch?rev=1.1&content-type=text/plain

Index: owncloud-5.0.3-postgresql_update.patch
===================================================================
diff --git a/lib/files/cache/legacy.php b/lib/files/cache/legacy.php
index f114cf0..9556a26 100644
--- a/lib/files/cache/legacy.php
+++ b/lib/files/cache/legacy.php
@@ -97,7 +97,7 @@ function getEtag($path) {
 			$relativePath = '';
 		}
 		if(is_null($query)){
-			$query = \OC_DB::prepare('SELECT `propertyvalue` FROM `*PREFIX*properties` WHERE `userid` = ? AND propertypath = ? AND propertyname = "{DAV:}getetag"');
+			$query = \OC_DB::prepare('SELECT `propertyvalue` FROM `*PREFIX*properties` WHERE `userid` = ? AND `propertypath` = ? AND `propertyname` = \'{DAV:}getetag\'');
 		}
 		$result = $query->execute(array($user, '/' . $relativePath));
 		if ($row = $result->fetchRow()) {





             reply	other threads:[~2013-04-04 16:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-04 16:01 Bernard Cafarelli (voyageur) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-11 19:01 [gentoo-commits] gentoo-x86 commit in www-apps/owncloud/files: owncloud-5.0.3-postgresql_update.patch Bernard Cafarelli (voyageur)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130404160144.1DEE82171E@flycatcher.gentoo.org \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox