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

Change to SQLAlchemy >= 2 #24

Open
cebel opened this issue Sep 2, 2023 · 1 comment · May be fixed by #25
Open

Change to SQLAlchemy >= 2 #24

cebel opened this issue Sep 2, 2023 · 1 comment · May be fixed by #25
Assignees

Comments

@cebel
Copy link
Member

cebel commented Sep 2, 2023

No description provided.

@brucetony
Copy link
Member

brucetony commented Sep 15, 2023

Work to do:

  • Update dep versions

Update Models to use mapped_column() and test insert/update:

  • biogrid
  • chebi
  • clinical trials
  • clinvar
  • disgenet
  • drugbank
  • ensembl
  • expression atlas
  • gwas catalog
  • hgnc
  • human ortholog
  • intact
  • iuphar
  • kegg
  • mirtarbase
  • ncbi
  • nsides
  • pathway commons
  • protein atlas
  • reactome
  • stringdb
  • uniprot

Nice to have but not crucial for operation:

  • Update queries to use select() instead of the temporary text() (unlisted biodbs were done before)
    • biogrid
    • clinvar
    • disgenet
    • expression atlas
    • kegg
    • nsides
    • uniprot

@brucetony brucetony self-assigned this Sep 15, 2023
@brucetony brucetony linked a pull request Sep 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants