• Lionel Elie Mamane's avatar
    Replace buggy pgsql-sdbc datetime functions with dbtools equivalents · 6391e823
    Lionel Elie Mamane yazdı
    In particular, the string2time function segfaults when called on an empty string
    (unconditionally tries to access the n-th character without checking whether the string is that long)
    this happens in particular when reading a column of type TIME with a NULL value
    
    Change-Id: I302044f67a92fe20685ce677ba3affdb9b44cb53
    6391e823
Library_postgresql-sdbc-impl.mk 3.39 KB