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

Postfix for CORE-5220.

This commit is contained in:
Adriano dos Santos Fernandes 2016-04-29 13:38:39 -03:00
parent c2c322a576
commit 4958d2cf91

View File

@ -1242,7 +1242,7 @@ void ISQL_get_character_sets(SSHORT char_set_id, SSHORT collation, bool collate_
char charSetName[QUOTEDLENGTH];
char collateName[QUOTEDLENGTH];
if (isqlGlob.db_SQL_dialect > SQL_DIALECT_V6_TRANSITION)
if (quote && isqlGlob.db_SQL_dialect > SQL_DIALECT_V6_TRANSITION)
{
IUTILS_copy_SQL_id(CST.RDB$CHARACTER_SET_NAME, charSetName, DBL_QUOTE);
IUTILS_copy_SQL_id(COL.RDB$COLLATION_NAME, collateName, DBL_QUOTE);