crate / crate/sqlalchemy-cratedb

Integrate SqlAlchemy dialect compliance suite into testing framework

Open
#86 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
9
Forks
4
Avg merge
6d 12h
Merged PRs (30d)
3

Description

We recently encountered an issue with the CrateDB sqla dialect (#348). SqlAlchemy provides a dialect compliance testing suite (https://github.com/sqlalchemy/sqlalchemy/blob/master/README.dialects.rst) to ensure dialects adhere to certain compliance standards - which would have identified this issue before it was reported by an external user.

However, in the past, it seems we had problems with the compliance suite due to a lack of transactions. We should:

1. Investigate if this is still the case with the testing suite
2. Integrate the compliance suite into our testing

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.