This happens because PostgreSQL returns arrays in the format {uuid1,uuid2,uuid3}, but Go's standard []uuid.UUID type cannot scan this format directly.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.