You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
were you able to find the fix? is it in internal/codegen/golang/postgresql_type.go? I see that its taking the case of "vector", maybe we can add another case for "public.vector"?
Version
1.26.0
What happened?
My schema, generated from pg_dump, has:
This generates
interface{}
which won't scan correctly. WhereasGenerates
pgvector.Vector
which does.Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
No response
What database engines are you using?
No response
What type of code are you generating?
No response
The text was updated successfully, but these errors were encountered: