2012-11-16 13:52 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)

* harbour/contrib/rddsql/hbrddsql.h
    * added missing constant
This commit is contained in:
Mindaugas Kavaliauskas
2012-11-16 11:52:34 +00:00
parent cdb403f1f2
commit 9ee2eff21c
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -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