mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 15:23:03 +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()))
|
if (IntlManager::collationInstalled(info.baseCollationName.c_str(), info.charsetName.c_str()))
|
||||||
{
|
{
|
||||||
// Allow not yet installed collations be registered in the db.
|
// 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))
|
if (!INTL_texttype_validate(tdbb, &info))
|
||||||
{
|
{
|
||||||
DYN_error_punt(false, 222, NULL, NULL, NULL, NULL, NULL);
|
DYN_error_punt(false, 222, NULL, NULL, NULL, NULL, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user