8000 Index creation by VictoriaSavageNNL · Pull Request #2775 · linkml/linkml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Index creation #2775

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

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open

Conversation

VictoriaSavageNNL
Copy link
Contributor
@VictoriaSavageNNL VictoriaSavageNNL commented Jun 17, 2025

Allows for the creation of Indexes through generate_ddl. Indexes are created both automatically on primary keys, foreign keys, and unique constraints, and by being specified in the annotations of a given class. Additional checks are given to ensure duplicate names aren't created.
Future work should adjust the runtime model to enable an index field in a class definition
This address Issue #1910

@ialarmedalien
Copy link
Collaborator

On the right-hand side of the page, under the 'Reviewers' section, there's a link you can click to convert this PR to draft status.

@VictoriaSavageNNL VictoriaSavageNNL marked this pull request as draft June 23, 2025 13:59
Copy link
codecov bot commented Jun 26, 2025

Codecov Report

Attention: Patch coverage is 97.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.98%. Comparing base (eace7e5) to head (26dd3ea).

Files with missing lines Patch % Lines
linkml/generators/sqltablegen.py 97.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2775      +/-   ##
==========================================
+ Coverage   82.94%   82.98%   +0.04%     
==========================================
  Files         126      126              
  Lines       13924    13963      +39     
  Branches     3885     3896      +11     
==========================================
+ Hits        11549    11587      +38     
  Misses       1729     1729              
- Partials      646      647       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@VictoriaSavageNNL VictoriaSavageNNL marked this pull request as ready for review July 7, 2025 22:08
ialarmedalien
< 8000 div data-view-component="true" class="TimelineItem-body d-flex flex-column flex-md-row flex-justify-start">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0