Skip to content

Fix schema manager test#5

Open
rickogden wants to merge 16 commits intoderrabus:feature/vector-typefrom
rickogden:feature/vector-type
Open

Fix schema manager test#5
rickogden wants to merge 16 commits intoderrabus:feature/vector-typefrom
rickogden:feature/vector-type

Conversation

@rickogden
Copy link

Added vector column type for introspection.

Q A
Type feature
Fixed issues

Summary

@derrabus derrabus changed the title Feature/vector type Fix schema manager test Sep 12, 2025
@rickogden
Copy link
Author

rickogden commented Sep 13, 2025

I've started work on the Symfony AI store integration. It turns out it needs a vector index, which MariaDB supports by MySQL9 doesn't. I've now added the VECTOR index support to MariaDB in this PR.

@rickogden
Copy link
Author

Been doing some more investigation today. It looks like the problem that was being hit with mysql is also in existence with pdo on PHP 8.3. For some reason the database doesn't accept the binary value. Annoyingly, the only way I've been able to get it to work on PHP < 8.4 is by using VEC_FromText().

@github-actions
Copy link

There hasn't been any activity on this pull request in the past 90 days, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.
If you want to continue working on it, please leave a comment.

@github-actions github-actions bot added the Stale label Dec 15, 2025
@github-actions
Copy link

This pull request was closed due to inactivity.

@github-actions github-actions bot closed this Dec 23, 2025
@derrabus derrabus reopened this Dec 24, 2025
@github-actions github-actions bot removed the Stale label Dec 25, 2025
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

Successfully merging this pull request may close these issues.

2 participants