Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
changes.mady.by.user Chun Zhe
Saved on May 20, 2022
changes.mady.by.user PT
Saved on Feb 08, 2024
...
Figure 3: Configure Store JDBC Binder
If a column name contains reserved keywords, do ensure it is encapsulated properly.
For example for MySQL, if the column identifier itself contains a dot symbol ( . ), it should be encapsulated like this:
SELECT `myAppName.myColumn` FROM app_fd_myTable;