External Database Connector Error

0
Hi, An error occurs when executing a query using the external database connector widget. Is there a solution?   -Stack Trace com.mendix.systemwideinterfaces.MendixRuntimeException: Input ''{"1":{"name":"id","dataType":"INTEGER","value":"'+$Variable\n+'"}}'' could not be parsedError on line 1 character 60: token recognition error at: '\'Error on line 1 character 61: mismatched input 'n' expecting {<EOF>, 'or', 'and', '=', '!=', '<', '>', '<=', '>=', '+', '-', '*', ':', 'div', 'mod', '/'}    at com.mendix.languages.MxErrorHandler.processErrors(MxErrorHandler.scala:38)             It runs normally in 10.6.8, but an error occurs in 10.6.9. In 10.6.9, it seems to happen because \n is automatically attached to the expression in the value of Integer Type. Is this a bug in 10.6.9?
asked
1 answers
0

Hello KIM GILHYUNG,

 

If that is the only difference in the execution then I think it is a bug, maybe you can create a ticket at mendix with the information and ask if they can verify it is a bug. 

 

I do not see anything in the release notes:

image.png

https://docs.mendix.com/releasenotes/studio-pro/10.6/

 

Hope this helps,

 

Good luck!

answered