Quote escaping in system information > script for insert

Hi,

i found a little bug with the following scenario:
Create a entry with a single quote (an example is creating a constraint for an access group with the where condition: " {E}.attribute = ‘test’ "). Next get system information about this entry. When looking at the insert script, it will not escape the ’ like this: ‘‘test’’. When this generated insert script is copied into the init file for the database, the tomcat will not start up.

Bye,
Mario

Hello, Mario.

The issue has been fixed. The fix will be included to the upcoming bugfix release.

Thank you for you feedback.

Hi,
the problem is fixed in the platform version 6.0.9.

Hi Natalia,

thx for the info and the fix obviously :smiley:

Bye