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

Fix issue340 pgvector genarating #341

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

np-kyokyo
Copy link

fix #340

@np-kyokyo np-kyokyo marked this pull request as ready for review July 12, 2024 04:01
@agronholm agronholm added this to the 3.0 milestone Dec 28, 2024
@sheinbergon sheinbergon force-pushed the fix-issue340-pgvector-genarating branch from a898c37 to 1693ce0 Compare January 23, 2025 22:17
for supercls in coltype.__class__.__mro__:
if not supercls.__name__.startswith("_") and hasattr(
supercls, "__visit_name__"
):
if (
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@np-kyokyo can you, for the very least, add a comment explaining this very generic fix

@coveralls
Copy link

Coverage Status

coverage: 96.959% (-0.07%) from 97.025%
when pulling 1693ce0 on np-kyokyo:fix-issue340-pgvector-genarating
into e776bb7 on agronholm:master.

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.

Error when reading vector column of pgvector
4 participants