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

Test PostgreSQL adapter with multiple versions and at least with the version of PostgreSQL on SAP BTP, Hyperscaler Option #364

Open
gregorwolf opened this issue Nov 30, 2023 · 1 comment · May be fixed by #367
Labels
enhancement New feature or request postgres

Comments

@gregorwolf
Copy link
Collaborator

Based on the documentation page for Parameters for the PostgreSQL on SAP BTP, Hyperscaler Option, the latest available version is 14. With #351 the testing was switched to PostgreSQL v16. I would suggest that we should tests at least the latest PostgreSQL version that is supported on BTP plus the versions up to the latest stable release. Currently that would be 14, 15 and 16.

@gregorwolf gregorwolf added the enhancement New feature or request label Nov 30, 2023
@BobdenOs BobdenOs linked a pull request Dec 1, 2023 that will close this issue
@patricebender patricebender linked a pull request Dec 14, 2023 that will close this issue
@nils
Copy link
Contributor

nils commented Feb 15, 2024

Adding to this, I figured out that PostgreSQL 12 (which is very old, I know 🙂) is not fully supported. While it generally works, the output converter for timestamps (YYYY-MM-DD"T"HH24:MI:SS.FF3"Z") silently fails because the "FF3" bit is only supported since PostgreSQL 13 (12 docs vs V13 docs).

So stating the tested and targeted PostgreSQL versions in the @cap-js/postgres documentation might be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request postgres
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants