8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:03:02 +01:00
This commit is contained in:
asfernandes 2006-08-12 16:12:24 +00:00
parent 54bdbc6a3a
commit 539ae2be77

View File

@ -377,8 +377,8 @@ void DYN_define_collation( Global* gbl, const UCHAR** ptr)
if (IntlManager::collationInstalled(info.baseCollationName.c_str(), info.charsetName.c_str()))
{
// Let not installed collations be registered in the database.
// But not let invalid attributes pass here.
// Allow not yet installed collations be registered in the db.
// But do not allow invalid attributed here.
if (!INTL_texttype_validate(tdbb, &info))
{
DYN_error_punt(false, 222, NULL, NULL, NULL, NULL, NULL);