From de5b520293b8fa8ab7b4befcf4e1b89bcb3cbb7f Mon Sep 17 00:00:00 2001 From: Norbert Moutarde Date: Sun, 23 Jun 2013 21:56:10 +0200 Subject: [PATCH] a logicak tweak with alias and an add to README.md --- README.md | 2 +- sqldb.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c061220..5c4eb54 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ a modern diary to get a full source tree, type : git clone https://github.com/Nothing2Do.eu/diary-shell.git cd to diary-shell, ./howto-compile.sh should compile it under diary-shell ! - +to put you modification to the server : "git commit -a" and "git push" diff --git a/sqldb.cpp b/sqldb.cpp index d3abf8c..81b851b 100644 --- a/sqldb.cpp +++ b/sqldb.cpp @@ -252,8 +252,8 @@ bool sqlpg::alias(vector a){ int argc; argc=PQgetvalue(res, 0, 1); char * value[argc]; - for (int i=0; i