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 example in manual #131

Open
wants to merge 1 commit into
base: maint/0.0828xx
Choose a base branch
from
Open

Conversation

preaction
Copy link

With the hashref as an argument to add_columns, the example throws an error during set_primary_key: {UNKNOWN}: DBIx::Class::ResultSource::columns_info(): No such column 'id' on source 'tracks'. Removing the hashref fixes this error.

With the hashref as an argument to `add_columns`, the example throws an error during `set_primary_key`: `{UNKNOWN}: DBIx::Class::ResultSource::columns_info(): No such column 'id' on source 'tracks'`. Removing the hashref fixes this error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants