-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JDBC 라이브러리 구현하기 - 1단계] 말랑(신동훈) 미션 제출합니다. #344
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
안녕하세요 말랑~ 디노입니다ㅎㅎ
step 2 리팩터링 단계에서 건들게 없을 정도로 구현을 잘 해주신 것 같아요.
바로 approve & merge 하겠습니다ㅎㅎ
남은 추석 연휴 즐겁게 보내세요~~!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | ||
|
||
private PreparedStatement preparedStatementWithParams(String sql, Object... params) throws SQLException { | ||
PreparedStatement pstmt = dataSource.getConnection().prepareStatement(sql); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
안녕하세요 디노~ 추석 잘 보내고 계신가요~?
미션 잘 부탁드립니다!(명절 다 보내시구 천천히 해주셔도 돼요 :))