Hi! I am currently working on our solution using Servoy 6.1.
The application throws an exception on line where foundset.search(); called. When I checked the SQL statement through databaseManager.getSQL(foundset), it displays incorrect table reference.
The SQL statement should be displayed as “select ABC.idABC FROM ABC ORDER BY ABC.idABC asc”.
However it is displayed as “select AC.idABC FROM ABC ORDER BY AC.idABC asc”. It removes one letter from the table reference.
Has anybody encountered this? Does Servoy have a fix/workaround for this already?