mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
Misc
This commit is contained in:
parent
7aa997ca8b
commit
82fd656a20
@ -378,7 +378,7 @@ void DYN_define_collation( Global* gbl, const UCHAR** ptr)
|
||||
if (IntlManager::collationInstalled(info.baseCollationName.c_str(), info.charsetName.c_str()))
|
||||
{
|
||||
// Allow not yet installed collations be registered in the db.
|
||||
// But do not allow invalid attributed here.
|
||||
// But do not allow invalid attributes here.
|
||||
if (!INTL_texttype_validate(tdbb, &info))
|
||||
{
|
||||
DYN_error_punt(false, 222, NULL, NULL, NULL, NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user