ebean icon indicating copy to clipboard operation
ebean copied to clipboard

@TenantId insert without autofill from CurrentTenantProvidor

Open spinachomes opened this issue 1 year ago • 2 comments

Expected behavior

insert with autofill from CurrentTenantProvidor

Actual behavior

TenantId insert without autofill from CurrentTenantProvidor,But query is normal.

Steps to reproduce

Both insert ant query use Spring Transactional

  // some java code
image
  // some logging output

spinachomes avatar Oct 20 '24 04:10 spinachomes

Can you provide a project with a failing test case for this?

rbygrave avatar Feb 26 '25 09:02 rbygrave

I can't reproduce this problem in the new project. Maybe the problem lies somewhere else and has nothing to do with Ebean.

spinachomes avatar Mar 03 '25 07:03 spinachomes