fix: numpy float DB INSERT 오류 수정 #104
No reviewers
레이블
레이블 없음
마일스톤 없음
담당자 없음
참여자 2명
알림
마감일
마감일이 설정되지 않았습니다.
의존성
No dependencies set.
Reference: gc/kcg-monitoring#104
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/numpy-float-db-insert"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
np.float64가 SQL에 문자열로 직렬화되는 버그. to_db_tuple()에서 Python native 타입으로 변환.
hotfix