We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
R2DBC comes with a TCK to verify basic R2DBC operations. Consider running your driver against the test suite to verify it complies with the R2DBC spec. The test kit is available from https://github.com/r2dbc/r2dbc-spi/blob/main/r2dbc-spi-test/src/main/java/io/r2dbc/spi/test/TestKit.java and an example implementation can be found at https://github.com/pgjdbc/r2dbc-postgresql/blob/main/src/test/java/io/r2dbc/postgresql/PostgresqlTestKit.java
Individual tests are fine to be skipped in case they are unsupported.
The text was updated successfully, but these errors were encountered:
Sure will work on TCK compliance.
Sorry, something went wrong.
No branches or pull requests
R2DBC comes with a TCK to verify basic R2DBC operations. Consider running your driver against the test suite to verify it complies with the R2DBC spec. The test kit is available from https://github.com/r2dbc/r2dbc-spi/blob/main/r2dbc-spi-test/src/main/java/io/r2dbc/spi/test/TestKit.java and an example implementation can be found at https://github.com/pgjdbc/r2dbc-postgresql/blob/main/src/test/java/io/r2dbc/postgresql/PostgresqlTestKit.java
Individual tests are fine to be skipped in case they are unsupported.
The text was updated successfully, but these errors were encountered: