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

Work through driver development tipps from PostgreSQL #44

Open
Cito opened this issue Jun 19, 2020 · 1 comment
Open

Work through driver development tipps from PostgreSQL #44

Cito opened this issue Jun 19, 2020 · 1 comment
Milestone

Comments

@Cito
Copy link
Member

Cito commented Jun 19, 2020

The PostgreSQL Wiki has a page "Driver Development" that might contain information interesting for us that we have not yet considered.

We should go through the page and check if PyGreSQL considers all the things mentioned there.

@justinpryzby
Copy link
Contributor

I thought these were interesting:

  • If handling conversions for user-defined types at all ..., be aware that the OID of the type ... might change at any time.
  • The client_encoding can change after a result object is returned

@Cito Cito added this to the 6.1 milestone Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants