Oleksandr_Kushnirov
Explorer
Member since ‎2021 Oct 06

User Statistics

  • 6 Posts
  • 0 Solutions
  • 9 Kudos given
  • 5 Kudos received

User Activity

It has already been 3 years since last update of PHP modules.Support for the current driver version 8.2 has already expired (Security fixes only).When can we expect an update of modules to versions PHP 8.3 and 8.4?
Query example: select 1 as TAG, null as PARENT, '0' as "key", 7.27 as "value" for json explicit Result: [["0",7.26999999999999881]] As a result, value should be as in the original 7.27, the format of the field is numeric (12, 5) [...