mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
c9d1f8647a
commit
df47ceb93b
@ -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:
|
||||
|
@ -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); \
|
||||
|
Loading…
Reference in New Issue
Block a user