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 protocol adapter Alpha #726

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

anthonyolazabal
Copy link

Motivation

Create the first alpha version of PostgreSQL protocol adapter.

Changes

This PR includes the original code and the migration to SDK 2024.9 with the new tag concept. It only cover Northbound mapping.

Note
Pooling test is not implemented for this alpha version.

@cla-bot cla-bot bot added the cla-signed label Dec 23, 2024
@anthonyolazabal anthonyolazabal changed the title Postgresql protocol adapter Postgresql protocol adapter Alpha Dec 28, 2024
@DC2-DanielKrueger DC2-DanielKrueger force-pushed the postgresql-protocol-adapter branch from 601df9a to d128f6a Compare January 7, 2025 09:57

import static org.junit.jupiter.api.Assertions.*;

class PostgreSQLProtocolAdapterInformationTest {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just realized there are no integration tests.
Can you add testcontainers based integration tests please?

Copy link
Contributor

Choose a reason for hiding this comment

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

We can also add some ITs with an started edge

Copy link
Author

@anthonyolazabal anthonyolazabal left a comment

Choose a reason for hiding this comment

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

I'm fine with the modifications, thanks for sharing it.

@Override
public @NotNull String getLogoUrl() {
// this is a default image that is always available.
return "/images/postgres-logo.jpg";
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you check the license of the image we use here?
We probably need a source ackonwledgement.

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

Successfully merging this pull request may close these issues.

3 participants