Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
does anyone know if multiqueries are allowed at all in the joget community version
Thank you for your feedback. Your are right, it must be the multi statement. If I only store a query with hardcoded values, then the DB entry is made. As soon as I add a second query, there is still the same error, although I have adjusted the database connection as follows:
I have set the parameter allowMultiQueries=true in the first place, because this seems to be the way it has to be. Do you have any other ideas what could be the reason that the multyqueries are still not working?
I even restarted the db, although this was probably not necessary. Thank you im for your support
If you are using MariaDB or MySQL, the multi statement in a single query option is turn off by default. You can enable this option by modifying your database connection string with "allowMultiQueries=true", read here.
I am working with joget community and MySQL Version 8.0.31.
I want to enable that users without admin rights can enter new users via a form. For this I have created a form and store the data in the database table "app_fd_neueUser".
So that the users are created in the official table "dir_user" and get the necessary rights, ReportTo and groups (other dir tables), I used the Database Update Tool and saved the following query:
After submitting the user creation form, I receive the following error message:
If I execute the query directly in the database, I need to do this in two steps as follows for this to work:
How can I make the queries now in the database update tool in one step so that it works? The queries should be basically correct, I have tested them directly on the database.