We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86119ca commit a509256Copy full SHA for a509256
include/dpi.h
@@ -198,7 +198,7 @@ typedef uint32_t dpiEventType;
198
// statement execution modes
199
typedef uint32_t dpiExecMode;
200
#define DPI_MODE_EXEC_DEFAULT 0x00000000
201
-#define DPI_MODE_EXEC_SUSPEND_ON_SUCCESS 0x00000004
+#define DPI_MODE_EXEC_SUSPEND_ON_SUCCESS 0x00000004
202
#define DPI_MODE_EXEC_DESCRIBE_ONLY 0x00000010
203
#define DPI_MODE_EXEC_COMMIT_ON_SUCCESS 0x00000020
204
#define DPI_MODE_EXEC_BATCH_ERRORS 0x00000080
0 commit comments