hms-networks / IgnitionEwonConnector

Synchronize Ewon data to Ignition's Tag Historian
Apache License 2.0
10 stars 1 forks source link

Evaluate migration from using deprecated sqltags classes #144

Open alexjhawk opened 1 year ago

alexjhawk commented 1 year ago

Evaluate alternatives for and migration process from the TagPath and TagPathParser classes within the sqltags package. These are currently used to facilitate historical data storage, and should be migrated to a non-deprecated alternative, similar to the TagPath and TagPathParser classes used for other (live/realtime) data.

TagPath depreciated says my vscode decompiled class

https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.1/com/inductiveautomation/ignition/common/sqltags/model/TagPath.html

image

_Originally posted by @it-hms in https://github.com/hms-networks/IgnitionEwonConnector/pull/143#discussion_r1282302033_