Skip to content
New issue

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

PostgreSQL 10 - Use BIGINT IDENTITY instead of BIGSERIAL #20

Open
to11mtm opened this issue Feb 9, 2021 · 1 comment
Open

PostgreSQL 10 - Use BIGINT IDENTITY instead of BIGSERIAL #20

to11mtm opened this issue Feb 9, 2021 · 1 comment

Comments

@to11mtm
Copy link
Member

to11mtm commented Feb 9, 2021

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.

@CumpsD
Copy link
Member

CumpsD commented Mar 10, 2023

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";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants