"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/intl/ld.cpp" between
Firebird-3.0.2.32703-0.tar.bz2 and Firebird-3.0.4.33054-0.tar.bz2

About: Firebird is a relational database offering many ANSI SQL standard features.

ld.cpp  (Firebird-3.0.2.32703-0.tar.bz2):ld.cpp  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 536 skipping to change at line 536
return false; return false;
} }
} }
fb_assert(charSets[j].charSetName); fb_assert(charSets[j].charSetName);
INTL_BOOL ret = collations[i].ptr(tt, &cs, textty pe_name, charset_name, INTL_BOOL ret = collations[i].ptr(tt, &cs, textty pe_name, charset_name,
attributes, specific_attributes, specific _attributes_length, config_info); attributes, specific_attributes, specific _attributes_length, config_info);
if (cs.charset_fn_destroy) IntlUtil::finiCharset(&cs);
cs.charset_fn_destroy(&cs);
return ret; return ret;
} }
} }
return LCICU_texttype_init( return LCICU_texttype_init(
tt, texttype_name, charset_name, attributes, specific_att ributes, tt, texttype_name, charset_name, attributes, specific_att ributes,
specific_attributes_length, configInfo); specific_attributes_length, configInfo);
} }
catch (Firebird::BadAlloc) catch (Firebird::BadAlloc)
 End of changes. 1 change blocks. 
2 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)