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

Use postgres9 driver by default #474

Closed
dregad opened this issue Jan 6, 2019 · 0 comments
Closed

Use postgres9 driver by default #474

dregad opened this issue Jan 6, 2019 · 0 comments
Labels
code cleanup pgsql PostgreSQL (Tier 1)
Milestone

Comments

@dregad
Copy link
Member

dregad commented Jan 6, 2019

Following discussion in #456 (comment).

When initializing a new connection with postgres or pgsql driver, ADOdb currently defaults to using the postgres8 driver.

Postgres 8.4 lifecycle ended in 2014, and currently only versions >= 9.4 are supported, so it makes sense to change our default to connect using the postgres9 driver instead of postgres8, even though they currently only differ by driver name.

@dregad dregad added the pgsql PostgreSQL (Tier 1) label Jan 6, 2019
@dregad dregad added this to the v5.21 milestone Jan 6, 2019
@dregad dregad closed this as completed in 520c349 Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup pgsql PostgreSQL (Tier 1)
Projects
None yet
Development

No branches or pull requests

1 participant