1

Fixed

Registeration Error on existing nulled Property

description

class Person
{
public int Id { get; set; }
public string Name { get; set; }
}

If Name property is null, then person object is registered Id property only in cassandraemon0.8.7.
But in version 0.7.10.1, 0.8.9, 1.0.6, it occurred registration error.

Error Message:
InvalidRequestException(Why: Column value is required)

Perhaps it is necessary to check property is not null. If property is null, then column should be not created from it.

No files are attached

comments

sabro wrote Feb 4 at 10:56 AM

Thanks for fast fixing :)

kojiishi wrote Feb 4 at 7:46 AM

fixed in 0.7/0.8/1.0/default branches