mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Change DefaultOrmQuery.cancel() to call underlying jdbc cancel once - Refactor tidy already cancelled check (pre query execution) - Remove unnecessary extra transaction.end() call on future query execution (as already handled by CallableQueryList etc)