You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
if I want to create a module with the name "groups", I will have a problem because the word "groups" is reserved in the mysql database.
To resolve this problem, it would be desirable to surround the $target_tbl variable with backticks (`) in the Model.php file.
What do you think ?
Best regards.
The text was updated successfully, but these errors were encountered:
Yes, this would be an improvement to the Model.php and also implemented in the Desktop app as it hangs when creating apps with hyphens in the name - e.g. 'tg-app'.
Hello,
if I want to create a module with the name "groups", I will have a problem because the word "groups" is reserved in the mysql database.
To resolve this problem, it would be desirable to surround the $target_tbl variable with backticks (`) in the Model.php file.
What do you think ?
Best regards.
The text was updated successfully, but these errors were encountered: