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

SQL insertion error (OperationalError) for particular configuration #37

Closed
Luke-Poeppel opened this issue Feb 4, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@Luke-Poeppel
Copy link
Owner

Luke-Poeppel commented Feb 4, 2021

The following parameters were used for a query on Liturgie de Cristal:

create_database(
    db_path = "/Users/lukepoeppel/TISMIR_Messiaen_2021/db/liturgie_3.db",
    filepath = liturgie_path,
    part_num = 3,
    frag_types = ["decitala"],
    allowed_modifications = ["r", "rr", "d", "rd", "rsr"],
    windows = [4, 5, 6, 7, 8, 9],
    filter_found_single_anga_class = True,
    filter_found_sub_fragments = False,
    write_logs_to_file = True,
    verbose = True

It returned the following error:
Screen Shot 2021-02-03 at 9 40 29 PM

@Luke-Poeppel
Copy link
Owner Author

This appears to have been fixed in 09060e1 (in the migration to SQLAlchemy).

@Luke-Poeppel Luke-Poeppel reopened this Feb 23, 2021
Luke-Poeppel added a commit that referenced this issue Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant