* applied Matthew Vanecek's patch to postgres/kvp-sql.c

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7980 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-02-13 03:03:27 +00:00
parent c9d1f8647a
commit df47ceb93b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-02-12 Derek Atkins <derek@ihtfp.com>
* applied Matthew Vanecek's patch to postgres/kvp-sql.c
2003-02-10 Herbert Thoma <herbie@hthoma.de>
* src/app-utils/gnc-ui-util.c:

View File

@ -529,7 +529,7 @@ pgendKVPFetch (PGBackend *be, guint32 iguid, kvp_frame *kf)
{ \
p = stpcpy (p, "INSERT INTO gncKVPValue" TYPE "Trail SELECT '"); \
p = stpcpy (p, sess_str); \
p = stpcpy (p, "' as sessionGuid, datetime('NOW') as date_changed, " \
p = stpcpy (p, "' as sessionGuid, now() as date_changed, " \
"'d' as change, 'k' as objtype, "); \
p = stpcpy (p, "* from gncKVPValue" TYPE " WHERE iguid="); \
p = stpcpy (p, iguid_str); \