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
Creating this based on akkadotnet/Akka.Persistence.PostgreSql#69
We can do this once Linq2Db has a Postgres 10 ProviderName available, similar to how we handle SQLite's identity column rules today.
ProviderName
The text was updated successfully, but these errors were encountered:
You can probably use https://github.com/linq2db/linq2db/blob/34949525d85417551f6a37b1462643b027a37918/Source/LinqToDB/ProviderName.cs#L177 ?
/// <summary> /// PostgreSQL 15+ data provider. /// </summary> public const string PostgreSQL15 = "PostgreSQL.15";
Sorry, something went wrong.
No branches or pull requests
Creating this based on akkadotnet/Akka.Persistence.PostgreSql#69
We can do this once Linq2Db has a Postgres 10
ProviderName
available, similar to how we handle SQLite's identity column rules today.The text was updated successfully, but these errors were encountered: