diff options
Diffstat (limited to 'src/interfaces/odbc/tuple.h')
-rw-r--r-- | src/interfaces/odbc/tuple.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/tuple.h b/src/interfaces/odbc/tuple.h index eb00cfd5094..c7fe46def45 100644 --- a/src/interfaces/odbc/tuple.h +++ b/src/interfaces/odbc/tuple.h @@ -53,6 +53,8 @@ struct Rollback_ #define CURS_SELF_DELETED (1L << 7) #define CURS_SELF_UPDATED (1L << 8) #define CURS_NEEDS_REREAD (1L << 9) +#define CURS_IN_ROWSET (1L << 10) +#define CURS_OTHER_DELETED (1L << 11) /* These macros are wrappers for the corresponding set_tuplefield functions but these handle automatic NULL determination and call set_tuplefield_null() |