From 9ee2eff21c0d551f6c9497fb315ca61d3bef38a2 Mon Sep 17 00:00:00 2001 From: Mindaugas Kavaliauskas Date: Fri, 16 Nov 2012 11:52:34 +0000 Subject: [PATCH] 2012-11-16 13:52 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsql/hbrddsql.h * added missing constant --- harbour/ChangeLog | 4 ++++ harbour/contrib/rddsql/hbrddsql.h | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1543171db8..71a3581e20 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-11-16 13:52 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * harbour/contrib/rddsql/hbrddsql.h + * added missing constant + 2012-11-16 13:35 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddfb/sddfb.c ! added missing query execution :), multiple field type/value decoding diff --git a/harbour/contrib/rddsql/hbrddsql.h b/harbour/contrib/rddsql/hbrddsql.h index 46bf134c7b..318018557f 100644 --- a/harbour/contrib/rddsql/hbrddsql.h +++ b/harbour/contrib/rddsql/hbrddsql.h @@ -249,6 +249,7 @@ typedef struct _SDDNODE #define ESQLDD_NULLSDD 1911 #define ESQLDD_CONNALLOC 1912 #define ESQLDD_ENVALLOC 1913 +#define ESQLDD_EXECUTE 1914 HB_EXTERN_BEGIN