Skip to content

Truncation of long integers #180

@kadrlica

Description

@kadrlica

@djbrout noticed that long integers were being corrupted on upload to the DESDM DB (specifically the SOURCE_ID column of kadrlica.GAIA_DR2_X_DES_DR1). I think that NUMBER(20,0) is long enough to hold these integers (though someone should check that here), and I've confirmed that the full values are being stored as i8 on disk. Somewhere between disk and database the numbers are being truncated in the last 4 digits (5049751899273284480 on disk is being changed into 5049751899273280000 in the DB).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions