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

Getting error for select * from dolt_procedures for repo used in dolt docs #8642

Closed
tbantle22 opened this issue Dec 5, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation version control

Comments

@tbantle22
Copy link
Contributor

This repo is used in the embedded dolthub console in the dolt_procedure dolt docs
Here's the query that fails:
https://www.dolthub.com/repositories/dolthub/first-hour-db/query/main?active=Tables&q=SELECT+*+FROM+dolt_procedures%0A

Confirmed that this is not a dolthub-only error and it is not an error on all databases with procedures
Potentially only an issue for older databases since additional columns were added

@tbantle22 tbantle22 added bug Something isn't working documentation Improvements or additions to documentation version control labels Dec 5, 2024
@macneale4 macneale4 self-assigned this Dec 5, 2024
@macneale4
Copy link
Contributor

Migrating the table by doing a select * from dolt_procedures results in some downstream issues where we would be updating read-only databases. So I decided to punt, and manually upgrade the first-hour-db database so that the documentation would render correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation version control
Projects
None yet
Development

No branches or pull requests

2 participants