Hi,
I have a question.
I'm working on the test for Optional in queries.
Michael already pointed me in the right direction, and the idea was to add something like "Optional<Employee> spouse" and "Optional<Object> additionalData" to Employees.
This allows testing of Optional<PC> and Optional<PC or not PC>.

It seems there are over 20 .orm files and .sql files I need to adapt.

Before I start doing that, I wanted to ask, is this correct, or is there a better/easier way?

Cheers,
Tilmann

Reply via email to