Yes, you can set an SQL query that doesn't do anything.
could show the example to insert in the config file?
Thanks
It worked. insert the instruction into the configuration file.
<entry key='database.insertPosition'>
SELECT id FROM tc_devices WHERE id = :deviceId
</entry>
Hi Anton,
In version 5.4 this option of not recording stopped working.
continued recording in the database all positions
<entry key='database.insertPosition'>
SELECT id FROM tc_devices WHERE id = :deviceId
</entry>
It doesn't work on newer versions.
Is there any possibility to disable the inserts?
Only by changing the source code.
this function was very useful.
Feel free to create a feature request ticket. Explain the business use case for it and we'll see how much interest we get from other users.
Hi, I'm using the forward.enable option.
Is it possible to disable InsertPosition?