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

Buildkite: set up MySQL 8 container for tests #63

Closed
tomhoule opened this issue Sep 25, 2019 · 0 comments
Closed

Buildkite: set up MySQL 8 container for tests #63

tomhoule opened this issue Sep 25, 2019 · 0 comments
Assignees

Comments

@tomhoule
Copy link
Contributor

tomhoule commented Sep 25, 2019

There were fixes to the sql-schema-describer after users submitted issues about failing migrations (#47). We want to make sure prisma 2 works on both MySQL 8 and older versions, so that PR sets up the Rust tests to run on both versions using docker-compose locally (docker-compose.yml).

We want to have the same MySQL 8 setup on CI. It's identical to the mysql 5.7 setup, except the host port (3307), the container name and the service name (both mysql8).

This issue is for tracking the CI setup work.

Related issue: #49

@dpetrick dpetrick closed this as completed Dec 9, 2019
miguelff pushed a commit that referenced this issue Apr 20, 2023
* Add serde support

Under a `serde` feature flag for now.

This exposes `serde::from_rows` and `serde::from_row` to deserialize any
type implementing Deserialize from a ResultSet/ResultRow.

* Add serde feature to CI tests
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