mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1867 - Change enhancement for @DbArray ... to handle nulls (like OneToMany and ManyToMany)
This commit is contained in:
@@ -32,6 +32,7 @@ public class TestDbArray_basic extends BaseTestCase {
|
||||
public void insert() throws SQLException {
|
||||
|
||||
bean.setName("some stuff");
|
||||
assertThat(bean.getStatuses()).isNotNull();
|
||||
|
||||
List<String> phNumbers = bean.getPhoneNumbers();
|
||||
phNumbers.add("4321");
|
||||
|
||||
Reference in New Issue
Block a user