Skip to content
Snippets Groups Projects
Commit ef145d74 authored by Robert Butora's avatar Robert Butora
Browse files

adds null-value definition in VOTable for Long and Integer columns

parent 3b009645
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class ObscoreExt
new ColumnInfo( "access_url", String.class, "Access URL" ),
new ColumnInfo( "access_format", String.class, "Format (MIME type)" ),
new ColumnInfo( "access_estsize", Long.class, "Extimated size (KB)" ),
genLongWithNullColInfo("access_estsize", "Extimated size (KB)" ),
new ColumnInfo( "target_name", String.class, "Target" ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment