206
206
field->length= (row[4]) ? boost::lexical_cast<uint32_t>(row[4]) : 0;
207
207
field->decimalPrecision= (row[5] != NULL) ? boost::lexical_cast<uint32_t>(row[5]) : 0;
208
208
field->decimalScale= (row[6] != NULL) ? boost::lexical_cast<uint32_t>(row[6]) : 0;