Open Issues Need Help
View All on GitHubSQL-first Golang ORM
SQL-first Golang ORM
SQL-first Golang ORM
SQL-first Golang ORM
SQL-first Golang ORM
SQL-first Golang ORM
SQL-first Golang ORM
SQL-first Golang ORM
AI Summary: Debug a panic in the Bun Golang ORM when using a many-to-many relationship with a struct containing the `bun:",extend"` tag. The panic occurs during a query that attempts to retrieve data using the relation. The task involves analyzing the provided code, stack trace, and Bun's source code to identify the root cause of the type mismatch error and propose a fix.
SQL-first Golang ORM
AI Summary: The task is to investigate why the `msgpack` struct tag in Bun, a Golang ORM, fails when used with SQLite databases. The issue seems related to a previous bug (#519) and may require updating documentation to clarify the limitations of `msgpack` with different database systems, potentially recommending alternatives for SQLite.
SQL-first Golang ORM