Noemi Praml
Noemi Praml
Hello @rbygrave , in this second PR I created some tests with other date/time/datetime classes. I can also refactor the tests in one model class and in one test class...
Hi, we check regularly the logs of our customers and an AssertionError occures very often since we updated the vaadin version from 8.16.1 to 8.17.0. Stacktrace: `java.lang.AssertionError: null at com.vaadin.ui.ConnectorTracker.getDiffState(ConnectorTracker.java:700)...
Hello @rbygrave, this is the refactored solution, the easy one is in https://github.com/ebean-orm/ebean/pull/3485 Please take a look and give us feedback. Cheers Noemi @rPraml FYI
Hello @rbygrave , In our application, we have a scheduler that starts multiple threads in parallel for various tasks that can be completed independently of each other (e.g. importing customers,...
Hello @rbygrave , I've been trying to find a solution to the problem in https://github.com/ebean-orm/ebean/pull/3644. I see two ways to approach the problem: - either recognize when calling fetch that...
Hello @rbygrave , I wrote the tests for issue https://github.com/ebean-orm/ebean/issues/3643. In all three cases, I would expect the same SQL query to be output: `select t0.id, t0.status, t0.kcustomer_id from o_order...
Hello @rbygrave , We have a feature in our application that exports all data to JSON files so that it can be imported into other applications (such a backup &...