Results 1 issues of Heejoon Lee

I have two table like below. (poco class) ``` [PetaPoco.TableName("conversion_request")] [PetaPoco.PrimaryKey("idxno", AutoIncrement = true)] public class ConvRequest { [PetaPoco.Column("idxno")] //

investigate
bug