8
0
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:
dimitr 2010-03-21 17:55:41 +00:00
parent a9311ea3da
commit 8e579e0359

View File

@ -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];
/******************************************************************/