Skip to content

Column data not displayed #35

@mjfreelancing

Description

@mjfreelancing

I have an array of 512 elements, each element looks like so:

public class Spectra
{
public double Wavelength { get; set; }
public double Wavenumber { get; set; }
public double Value { get; set; }
public double? Processed { get; set; }
}

I've discovered that this data IS stored in the database but DbStudio shows an empty cell.

If I reduce the number of items to 450 then I can see the JSON in the cell.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions