8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00

Fixed problem reported by Dmitry Kovalenko in fb-devel

This commit is contained in:
asfernandes 2009-07-14 18:52:53 +00:00
parent 26fd8dfa5d
commit a020112c25

View File

@ -694,6 +694,7 @@ ISC_STATUS UTLD_parse_sqlda(ISC_STATUS* status,
break;
case SQL_QUAD:
dtype = dtype_quad;
break;
case SQL_NULL:
dtype = dtype_text;
break;