mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Mini update to fix SQLGetInfo to work properly (truncation, NULL)
This commit is contained in:
@ -70,6 +70,7 @@ typedef enum {
|
||||
#define STMT_ROW_OUT_OF_RANGE 21
|
||||
#define STMT_OPERATION_CANCELLED 22
|
||||
#define STMT_INVALID_CURSOR_POSITION 23
|
||||
#define STMT_VALUE_OUT_OF_RANGE 24
|
||||
|
||||
/* statement types */
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user