hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
2.04k stars 1.33k forks source link

[DO NOT MERGE] Partitioned ID Mode #6391

Open jamesagnew opened 1 month ago

jamesagnew commented 1 month ago

This is a huge set of changes to add a new mode which includes the partition ID in all PKs and FKs and includes it in SQL statements wherever applicable.

Do not merge until it's time!

github-actions[bot] commented 1 month ago

This Pull Request has failed the formatting check

Please run mvn spotless:apply or mvn clean install -DskipTests to fix the formatting issues.

You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling pre-commit install --hook-type pre-push. This will cause formatting to run automatically whenever you push.