Skip to content

Use MySQL 9 in docker-compose.yml #3944

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vvakame
Copy link

I got an error when execute make test in my local env with make start.

--- FAIL: TestValidSchema (0.19s)
    --- FAIL: TestValidSchema/endtoend-testdata/mysql_vector/mysql/sqlc.json-0 (0.02s)
        ddl_test.go:56: CREATE TABLE foo(
                id INT PRIMARY KEY auto_increment,
                embedding VECTOR(4)
            );: Error 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'VECTOR(4)
            )' at line 3

I am not familiar with MySQL, but from what I've researched, VECTOR data type appears to be supported from version 9 1.
sqlc's CI workflow uses version 9 too 2.

Footnotes

  1. https://dev.mysql.com/doc/relnotes/mysql/9.0/en/news-9-0-0.html#mysqld-9-0-0-vectors

  2. https://.com/sqlc-dev/sqlc/blob/v1.29.0/./workflows/ci.yml#L64

@dosubotdosubot bot added the size:XSThis PR changes 0-9 lines, ignoring generated files.label Apr 28, 2025
Sign up for free to join this conversation on . Already have an account? Sign in to comment
Labels
size:XSThis PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
@vvakame