mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Commit the forgotten file, sorry.
This commit is contained in:
parent
a9311ea3da
commit
8e579e0359
@ -65,7 +65,8 @@ typedef intptr_t ISC_STATUS;
|
||||
typedef ISC_STATUS ISC_STATUS_ARRAY[ISC_STATUS_LENGTH];
|
||||
|
||||
/* SQL State as defined in the SQL Standard. */
|
||||
#define FB_SQLSTATE_SIZE 6
|
||||
#define FB_SQLSTATE_LENGTH 5
|
||||
#define FB_SQLSTATE_SIZE FB_SQLSTATE_LENGTH + 1
|
||||
typedef char FB_SQLSTATE_STRING[FB_SQLSTATE_SIZE];
|
||||
|
||||
/******************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user