MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

Use computed column for dataset lname #750

Closed bennybp closed 10 months ago

bennybp commented 10 months ago

Description

Use computed columns for dataset lname. Closes issue #548

Doing it sql side is safer that remembering to do it python side

Changelog description

Use postgres computed columns for dataset lowercase name (lname)

Status

bennybp commented 10 months ago

Failing tests seem to be due to some changes in geometric

codecov[bot] commented 10 months ago

Codecov Report

Merging #750 (97a69ab) into main (e169f94) will decrease coverage by 0.01%. The diff coverage is 68.75%.

Additional details and impacted files