Active Query Builder support area

Loading metadata from XML is broken in 1.26.30

Avatar
  • updated
  • Completed

I am loading my meta data via LoadFromXML which has worked fine. However in the latest version the alt_name has stopped working

i.e. this view would show as CONTACTS in the tree and not My Contacts

<view>

<database>
<item name="myDB" case_sens="0"/>
</database>
<schema name="dbo" case_sens="0"/>
<name name="CONTACTS" case_sens="0"/>
<system>0</system>
<visible>1</visible>
<alt_name>My Contacts</alt_name>

<fields>

......

Avatar
Andrey Zavyalov, PM

Thank you for your feedback. Yes, the significant speed-up has been gained on schemes containing tens of thousands objects, so it might not be observable in your case. Let me know if you have any other questions.

Avatar
Andrew Kennard

I must admit I did not notice / did not time it

We probably load something like about 3000 fields across 250 views

I do a select on the information schema first to get the column/view info then build the xml then pass to aqb

Avatar
Andrey Zavyalov, PM

By the way, have you marked the speed-up during the metadata loading from XML? Or your database schema isn't too large to notice that?

Avatar
Sergey Kraikov

Hello,

loading from XML file is fixed in v1.26.31.
Sorry for inconveniences.

Avatar
Andrew Kennard

I have checked and UseAltNames is True