You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id = 255;
for select rdb$character\_set\_id
from rdb$character\_sets
order by rdb$character\_set\_id desc
into :temp\_id do
begin
if \(temp\_id = id\) then
id = id \- 1;
else
break;
end
---------
RDB$CHARACTER_SETS::RDB$CHARACTER_SET_ID has no a verification of value
---------
Also. I looked the data at RDB$TYPES. This table has the rows with equal data. It's correct?
Submitted by: @ibprovider
[from sp_register_character_set]
---------
RDB$CHARACTER_SETS::RDB$CHARACTER_SET_ID has no a verification of value
---------
Also. I looked the data at RDB$TYPES. This table has the rows with equal data. It's correct?
Commits: c27b98b 984340e
The text was updated successfully, but these errors were encountered: