DongUk Lee

Results 1 issues of DongUk Lee

Hi @eXsio QClass created with Entityql as below will fail when using ```SQLInsertClause.populate()```. ```java @Test void sqlPopulateInsert() throws Exception { //given Book entity = Book.builder() .bookNo(1) .bookType(BookType.IT) .build(); //when sqlQueryFactory.insert(qBook)...