pyodbc를 사용하여 datetimeoff컬럼을 가져오면 오류가 남
pyodbc.ProgrammingError: ('ODBC SQL type -155 is not yet supported. column-index=0 type=-155', 'HY106')
github에서 Converter function을 찾음
https://github.com/mkleehammer/pyodbc/wiki/Using-an-Output-Converter-function
기록 해둠
add_output_converter(-155, handle_datetimeoffset) 으로 변환 한수 추가
'IT' 카테고리의 다른 글
[Windows] 텔넷 클라이언트 명령어 설치 Install Telnet Client by using a commandline (0) | 2018.07.26 |
---|---|
[Linux] ssh 세션 유지 하기 TMOUT (0) | 2018.06.17 |
[Linux] 리눅스 크론 cron 실행 시 다른 계정으로 실행하기 (0) | 2018.06.17 |
[python] 파이썬 2.x에서 한글 사용 하기 (0) | 2018.06.16 |
[LineageOS] LineageOS 캡쳐 해보기 화면 캡쳐 (0) | 2018.06.03 |