Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Allow setting min_size and max_size in postgres DSN#210

Merged
vmarkovtsev merged 2 commits intoencode:masterfrom
vmarkovtsev:master
Aug 10, 2020
Merged

Allow setting min_size and max_size in postgres DSN#210
vmarkovtsev merged 2 commits intoencode:masterfrom
vmarkovtsev:master

Conversation

@vmarkovtsev
Copy link
Copy Markdown
Contributor

Overtakes #129
Closes #78

@vmarkovtsev vmarkovtsev force-pushed the master branch 2 times, most recently from bb06bd7 to 38d94da Compare May 27, 2020 22:32
@vmarkovtsev
Copy link
Copy Markdown
Contributor Author

@tomchristie @euri10 @gvbgduh PTAL: this should resolve the year-old pain of setting Postgres connection options in the URL.

Copy link
Copy Markdown
Contributor

@lovelydinosaur lovelydinosaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Looks great to me I think, but I'd love another @encode/maintainers to give it a second review & then merge.

@vmarkovtsev
Copy link
Copy Markdown
Contributor Author

@encode/maintainers Ping. This is a tiny PR that fixes a bug, don't be afraid of reviewing it.

@vmarkovtsev
Copy link
Copy Markdown
Contributor Author

@tomchristie I suggest merging this to avoid stalled PRs. Folks can post-commit-review this, and the overall approach was approved by #129

@vmarkovtsev
Copy link
Copy Markdown
Contributor Author

@tomchristie ping

@vmarkovtsev
Copy link
Copy Markdown
Contributor Author

@tomchristie ping
(sorry for so many pings, I know how easy it is to miss a GitHub notification/PR review request, feel free to stop the pings 👍)

@vmarkovtsev
Copy link
Copy Markdown
Contributor Author

I am merging this to avoid conflicts with #233

@vmarkovtsev vmarkovtsev merged commit 074c051 into encode:master Aug 10, 2020
vmarkovtsev added a commit to vmarkovtsev/databases that referenced this pull request Oct 19, 2020
Changelog:

- Use backend native fetch_val() implementation when available (encode#132)
- Replace psycopg2-binary with psycopg2 (encode#198) (encode#204)
- Speed up PostgresConnection fetch() and iterate() (encode#193)
- Access asyncpg Record field by key on raw query (encode#207)
- Fix type hinting for sqlite backend (encode#227)
- Allow setting min_size and max_size in postgres DSN (encode#210)
- Add option pool_recycle in postgres DSN (encode#233)
- Fix SQLAlchemy DDL statements (encode#226)
- Make fetch_val call fetch_one for type conversion (encode#246)
- Allow extra transaction options (encode#242)
- Unquote username and password in DatabaseURL (encode#248)
vmarkovtsev added a commit to vmarkovtsev/databases that referenced this pull request Oct 19, 2020
Changelog:

- Use backend native fetch_val() implementation when available (encode#132)
- Replace psycopg2-binary with psycopg2 (encode#198) (encode#204)
- Speed up PostgresConnection fetch() and iterate() (encode#193)
- Access asyncpg Record field by key on raw query (encode#207)
- Fix type hinting for sqlite backend (encode#227)
- Allow setting min_size and max_size in postgres DSN (encode#210)
- Add option pool_recycle in postgres DSN (encode#233)
- Fix SQLAlchemy DDL statements (encode#226)
- Make fetch_val call fetch_one for type conversion (encode#246)
- Allow extra transaction options (encode#242)
- Unquote username and password in DatabaseURL (encode#248)
@vmarkovtsev vmarkovtsev mentioned this pull request Oct 19, 2020
vmarkovtsev added a commit to vmarkovtsev/databases that referenced this pull request Oct 20, 2020
Changelog:

- Use backend native fetch_val() implementation when available (encode#132)
- Replace psycopg2-binary with psycopg2 (encode#198) (encode#204)
- Speed up PostgresConnection fetch() and iterate() (encode#193)
- Access asyncpg Record field by key on raw query (encode#207)
- Fix type hinting for sqlite backend (encode#227)
- Allow setting min_size and max_size in postgres DSN (encode#210)
- Add option pool_recycle in postgres DSN (encode#233)
- Fix SQLAlchemy DDL statements (encode#226)
- Make fetch_val call fetch_one for type conversion (encode#246)
- Allow extra transaction options (encode#242)
- Unquote username and password in DatabaseURL (encode#248)
vmarkovtsev added a commit to vmarkovtsev/databases that referenced this pull request Oct 20, 2020
Changelog:

- Use backend native fetch_val() implementation when available (encode#132)
- Replace psycopg2-binary with psycopg2 (encode#198) (encode#204)
- Speed up PostgresConnection fetch() and iterate() (encode#193)
- Access asyncpg Record field by key on raw query (encode#207)
- Fix type hinting for sqlite backend (encode#227)
- Allow setting min_size and max_size in postgres DSN (encode#210)
- Add option pool_recycle in postgres DSN (encode#233)
- Fix SQLAlchemy DDL statements (encode#226)
- Make fetch_val call fetch_one for type conversion (encode#246)
- Allow extra transaction options (encode#242)
- Unquote username and password in DatabaseURL (encode#248)
vmarkovtsev added a commit that referenced this pull request Oct 20, 2020
Changelog:

- Use backend native fetch_val() implementation when available (#132)
- Replace psycopg2-binary with psycopg2 (#198) (#204)
- Speed up PostgresConnection fetch() and iterate() (#193)
- Access asyncpg Record field by key on raw query (#207)
- Fix type hinting for sqlite backend (#227)
- Allow setting min_size and max_size in postgres DSN (#210)
- Add option pool_recycle in postgres DSN (#233)
- Fix SQLAlchemy DDL statements (#226)
- Make fetch_val call fetch_one for type conversion (#246)
- Allow extra transaction options (#242)
- Unquote username and password in DatabaseURL (#248)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

I was not able to set min_size or max_size within Postgres

2 participants