Upgrade from 8.1.0 to 8.1.18 causing issues with query tags

Hi all - we recently upgraded from 8.1.0 to 8.1.18. We have a few hundred query tags that were functioning, but now are only returning either 1 or 0. Running the queries against the source manually returns correct results, so it seems to be an Ignition issue. Any thoughts?

Somewhere along the way, v8.1 gained the ability to run update queries in query tags, and there’s now a tag setting for query type, which defaults to “Auto-detect”. Change that to “Select” to get the old behavior.

{ Personally, I think making Autodetect the default is a bug/regression. Upgrades should not activate new features. }

1 Like

That’s it – very much appreciated!