You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script sections are all merged into one main section, and each part annotated with the tab name e.g. below.
It would be helpful to have a config setting allowing the choice of this behaviour or keeping the script structure intact with a separate file per section.
///$tab Contact Details
[Contact Details]:
LOAD ContactDetail,
ContactType, Employee_ID;
//ID;
SQL SELECT ContactDetail,
ContactType, Employee_ID,
ID
FROM Contact Details;
The text was updated successfully, but these errors were encountered:
Thanks - now own view personally is that a choice would add value, as in a very complicated data model, having 1000's of lines of script code brought together sort of defeats the purpose of structuring the script anyway ;-)
The script sections are all merged into one main section, and each part annotated with the tab name e.g. below.
It would be helpful to have a config setting allowing the choice of this behaviour or keeping the script structure intact with a separate file per section.
///$tab Contact Details
[Contact Details]:
LOAD ContactDetail,
ContactType,
Employee_ID
;//ID;
SQL SELECT ContactDetail,
ContactType,
Employee_ID
,ID
FROM
Contact Details
;The text was updated successfully, but these errors were encountered: