We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
This is repository for bltoolkit. For linq2db issues use this repository https://github.com/linq2db/linq2db/issues
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: