Fields not updated

Today I tried successfully inserting some database data as fields in a odt file, but when I change data in phpmyadmin I get

  1. a correct update in the data source view above the text,
  2. not in the odt file (body: where are the fields): the fields texts remain unchanged, even after doing the command “update fields” (both from menu and from keyboard: F9, or shift+ctrl+F9).
    Consider that I have inserted a query from mysql (mariadb) database, selecting some columns.

What’s wrong?
Thanks.

EDIT
So, at the end it’s a bug?

A workaround is to use insert - section to insert a part of a php file via localhost.

  1. insert → section → link → file name “http://localhost/[path]/[filename].php” → section (the “id” name you have chosen in php file, i.g. inserting a div <div id=“biblio”>[php/mysql code]</div> the section name will “biblio”)
  2. you will see in your odt file the content of the (section=div, of the) php file, as in the picture following:

Of course, you must previously

  • activate a php/mysql server in local
  • and possibly have some knowledge of html/php source code.