Skip to content

Commit cce8f54

Browse files
committed
Update SQL statement
1 parent ad0e102 commit cce8f54

File tree

1 file changed

+1
-1
lines changed
  • integration-test-java/src/main/java/org/seasar/doma/it/dao

1 file changed

+1
-1
lines changed

integration-test-java/src/main/java/org/seasar/doma/it/dao/AnimalDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@Dao
2525
public interface AnimalDao {
2626

27-
@Sql("select * from animal where id = /*id*/0")
27+
@Sql("select * from ANIMAL where ID = /*id*/0")
2828
@Select
2929
Animal selectById(Integer id);
3030

0 commit comments

Comments
 (0)