postgresql - Ebean request giving 2 identic rows -


My post is a line in my Gravis SQL table, but the avian query gives me two similar results (the same primary key) . Each line has a unique name, so I should be able to find it. ()

  finder.where (). Eq ("name", name) .findUnique ()  

Handmade sql queries give me only one

  string select sql = "id, from totem Name where iil: name ";  

What is unique (working) to find any idea? Is this an EBi bug?

I have a OnetoOne relationship with Table B.

Then EBI generates a internal included with this table.

In table B there are two entries with the object being ejected on table A.

Then request 2 rows

<

Comments