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
Since ARPA-SIMC/dballe#117 we can set attrs as a query key to speed up dballe queries that want attributes, likely in vol7d_dballe_class.F03 around l. 352:
+IF (c_e(query)) THEN
+! IF (LEN_TRIM(qury) > 0) THEN...
+ query = TRIM(query)//',attrs'
+ELSE
+ query = 'attrs'
+ENDIF
Questa issue è stata chiusa per inattività. Nel caso in cui sia un argomento ancora rilevante, si prega di riaprirla con una motivazione che tenga conto delle modifiche applicate nel corso degli anni al progetto.
Since ARPA-SIMC/dballe#117 we can set
attrs
as a query key to speed up dballe queries that want attributes, likely in vol7d_dballe_class.F03 around l. 352:and 552:
The text was updated successfully, but these errors were encountered: