bltoolkit icon indicating copy to clipboard operation
bltoolkit copied to clipboard

oracle sequence

Open myabdolmaleki opened this issue 5 years ago • 1 comments

hi we have issue on oracle sequences in linq2db.

following code dont get nextval for related field and it also have "0" value.

`[PrimaryKey, Column(Name = "XX"), SequenceName("seq_fair_tran", Configuration = ProviderName.OracleManaged, Schema = "switch")]

public long x { get; set; }`

we need example for oracle sequences.

thanks.

myabdolmaleki avatar Jul 11 '20 10:07 myabdolmaleki

This is repository for bltoolkit. For linq2db issues use this repository https://github.com/linq2db/linq2db/issues

MaceWindu avatar Jul 21 '20 09:07 MaceWindu