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 list.json #9

Merged
merged 2 commits into from
Aug 4, 2024
Merged

Fix list.json #9

merged 2 commits into from
Aug 4, 2024

Commits on Aug 4, 2024

  1. Remove sqlite feature from sqlx

    They are never used.
    xtexChooser committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    78f9318 View commit details
    Browse the repository at this point in the history
  2. Fix list.json HTTP 500

    error returned from database: function group_concat(text) does not exist
    
    group_concat is for sqlite, not postgresql.
    xtexChooser committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    73a124f View commit details
    Browse the repository at this point in the history