igor-tkachev / bltoolkit

Business Logic Toolkit for .NET
MIT License
297 stars 112 forks source link

oracle sequence #408

Open myabdolmaleki opened 4 years ago

myabdolmaleki commented 4 years ago

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.

MaceWindu commented 4 years ago

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