TIL icon indicating copy to clipboard operation
TIL copied to clipboard

:memo: Today I Learned

Results 3 TIL issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/5036939/78101590-ef41d300-7422-11ea-9d8c-b58c8d3844f4.png)

### 커스텀 핸들러 없는 경우 > DB내에 필드타입은 `DATE`인 경우이다. > - com.oracle.ojdbc:ojdbc8:19.3.0.0 > - org.mybatis:mybatis:3.5.3 1. mybatis에서 제공하는 `ZonedDateTimeHandler.getNullableResult(ResultSet, String)` (org.apache.ibatis.type) 2. `OracleResultSet.getObject(String, Class)` (oracle.jdbc.driver) 3. `InsensitiveScrollableResultSet.getObject(int, Class)` (oracle.jdbc.driver)...