sapatag
Results
2
issues of
sapatag
In Vita 1.x vdbtool scripted the existing MsSql views, and they worked as expected. How can I script/use them in 3.x? Another question: In 1.x I used lots of [NoColumn]...
I changed in FieldMapper.AnalyzeType the line from `m_NameToInfo[tfi.Name] = tfi;` to `m_NameToInfo[tfi.memberInfo.Name] = tfi;` and I was able to write csv with non unique column headers. (My customer wanted it,...