Servoy 6.1 rc 3

There is a serious issue in RC3 - when using primary keys of type UUID we can no longer load related data. Instead, the following error is thrown:

Error loading primary key data, Query must start with 'SELECT'
 > java.lang.IllegalArgumentException: Query must start with 'SELECT'

We need this one fixed ASAP because all our PKs are of type UUID and basically everything is down currently.

Unfortunately, this is not the first time when PKs of type UUID are breaking Servoy. How hard is it to have a few test tables with such PKs and run some unit tests to make sure that regression bugs have not been introduced?