gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch master updated: /history returns la


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: /history returns latest records first.
Date: Wed, 01 Mar 2017 12:48:08 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2632993  /history returns latest records first.
2632993 is described below

commit 2632993fa90336bcc7c071d171f11959a0a16517
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 1 12:47:43 2017 +0100

    /history returns latest records first.
---
 src/backenddb/plugin_merchantdb_postgres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 833c051..1229f10 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -307,7 +307,7 @@ postgres_initialize (void *cls)
               " WHERE"
               " timestamp>=$1"
               " AND merchant_pub=$2"
-              " ORDER BY timestamp",
+              " ORDER BY timestamp DESC",
               2);
 
   /* Setup prepared "SELECT" statements */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]