"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/common/MsgMetadata.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.

MsgMetadata.cpp  (Firebird-3.0.2.32703-0.tar.bz2):MsgMetadata.cpp  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 288 skipping to change at line 288
item.field = name.c_str(); item.field = name.c_str();
item.nullable = nullable; item.nullable = nullable;
SLONG sqlLen, sqlSubType, sqlScale, sqlType; SLONG sqlLen, sqlSubType, sqlScale, sqlType;
desc.getSqlInfo(&sqlLen, &sqlSubType, &sqlScale, &sqlType); desc.getSqlInfo(&sqlLen, &sqlSubType, &sqlScale, &sqlType);
item.type = sqlType; item.type = sqlType;
item.subType = sqlSubType; item.subType = sqlSubType;
item.length = sqlLen; item.length = sqlLen;
item.scale = sqlScale; item.scale = sqlScale;
item.charSet = desc.getCharSet();
item.finished = true; item.finished = true;
} }
// returns ~0 on success or index of not finished item // returns ~0 on success or index of not finished item
unsigned MsgMetadata::makeOffsets() unsigned MsgMetadata::makeOffsets()
{ {
length = 0; length = 0;
for (unsigned n = 0; n < items.getCount(); ++n) for (unsigned n = 0; n < items.getCount(); ++n)
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

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