SQL Constraint issue with DB replication module

0
HI Team,   I am using DB replication in my application. I have upgrade app from mendix version 7 to version 9. I am using now mendix version 9.24.1 My configuration for the database table mapping was working in earlier version but not on this one. When I import data using table mapping with sql constraint and import call. I failed to query because the final sql ends with AND.   Example Select * from Employee Where Employee id - 1234 AND I am using SQL Constraint field for Employee id - 1234 but when I run its appending AND at the end. I checked all the settings which is same as before but not sure what has been changed in the DB upgrade.    Did anyone else face this issue?   Regards
asked
0 answers