mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 09:23:03 +01:00
Misc
This commit is contained in:
parent
54bdbc6a3a
commit
539ae2be77
@ -377,8 +377,8 @@ 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()))
|
||||||
{
|
{
|
||||||
// Let not installed collations be registered in the database.
|
// Allow not yet installed collations be registered in the db.
|
||||||
// But not let invalid attributes pass here.
|
// But do not allow invalid attributed 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