ebean
ebean copied to clipboard
Ebean ORM
The method `findSingleAttribute` of TQRootBean returns either a single value or `null` when no rows match. However the JavaDoc documentation states https://github.com/ebean-orm/ebean/blob/4cc012b974455e6deea320273e0c483ddc1b28b1/ebean-querybean/src/main/java/io/ebean/typequery/TQRootBean.java#L1782 which I think is incorrect. Also the method...
Bumped mariadb-java-client version to 3.0.7 to see which tests may break (see #2782)
Using [`setFetchSize(Integer.MIN_VALUE)`](https://github.com/ebean-orm/ebean/blob/master/ebean-core/src/main/java/io/ebeaninternal/server/query/CQuery.java#L317) (introduced by #56) is not allowed according to the documentation of [`setFetchSize`](https://docs.oracle.com/en/java/javase/18/docs/api/java.sql/java/sql/Statement.html#setFetchSize(int)): It seems that older MariaDB drivers (
While the current [documentation ](https://ebean.io/docs/features/encryption) is very clear, that **EQ** (and only EQ) is supported for encrypted properties, I noticed, that **IN** is currently not supported (which is semantically only...
Change the getter methods to use accessor style
DbForeignkey with noConstraint and NotNull produces incorrect join type - Add forceLeftJoin option
The Combination of @NotNull and @DbForeignKey(noConstraint = true) produces the wrong join type in queries. use case: We import relations between datasets and we only get the primary key of...
When using a fetch and where on a formula joined field (maybe others are also affected) in a query, the joins are build incorrectly. The table alias is wrong, if...
In case people are unaware Java 9 introduced **`System.Logger`**. Ebean and all its dependencies (ebean-datasource, avaje-config, avaje classpath-scanner etc) have been using **`slf4j-api`** and that has been the good and...
## Expected behavior When removing a column with a reference such as `@OneToOne`, the corresponding foreign key (which was generated because of this column in the first place) should be...
[like question](https://github.com/ebean-orm/ebean/issues/2043#issue-674890789)