Skip to content

Commit 840219c

Browse files
authored
refactor: add & use sqlx concat macro (#1333)
1 parent 2f828aa commit 840219c

File tree

58 files changed

+1414
-1651
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1414
-1651
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737

3838
- name: "Run analysis"
39-
uses: ossf/scorecard-action@99c09fe975337306107572b4fdf4db224cf8e2f2 # v2.4.3
39+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4040
with:
4141
results_file: results.sarif
4242
results_format: sarif
@@ -54,6 +54,6 @@ jobs:
5454
# Upload the results to GitHub's code scanning dashboard (optional).
5555
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5656
- name: "Upload to code-scanning"
57-
uses: github/codeql-action/upload-sarif@fb0994ef1c058010acf1efccff928b0a83b1ed54 # v4.32.6
57+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5858
with:
5959
sarif_file: results.sarif

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[workspace]
2-
members = ["api"]
2+
members = ["api", "api/macros"]
33
resolver = "2"

api/.sqlx/query-17a9974ea1d81a38a5ab39b4ad95a70f27bdc3fd4e9334032d61ab85b72768a6.json renamed to api/.sqlx/query-18be2560270252d912ad64abe0801179dbeb663db203f0e51d4104c966384089.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/.sqlx/query-1f50bcc35ecaf4070cbaa1d11079c91f5e3881daa441e47aa11e34ee0421f798.json

Lines changed: 106 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/.sqlx/query-ce694bc69d1154fa4bc5cc33f2b067f1c06831da03a15512f446c8f146bf120b.json renamed to api/.sqlx/query-2891d1b8cb0131dd5e197a8ad0817ef664614d708ada2b763f9c3ce526b1608b.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/.sqlx/query-0bfc9d9a83e668cd5ffc157500fdc808d8e1c3dbced139a2f2104296203d3cd2.json renamed to api/.sqlx/query-2ab05e2411409a836f67d4ee2eadaa0da8ff35d9a49ac70524a229ed9ac7ec77.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/.sqlx/query-0ae764ade6ef1d0d5e29732aa68f0c9cf47f1ae339303eb5be8864b5df07e018.json renamed to api/.sqlx/query-3076d27c97ed1160bc9be373f27749598ea0171df99acc39ad1289af10e95447.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/.sqlx/query-b71c8563a217c5b1a2ffbbdc02cdb3df6a7092150bbccb86da299176e3738100.json renamed to api/.sqlx/query-31013b92622c0a512587c636d2aaf05f84d087f35c9cfe093d34603e23026302.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/.sqlx/query-cc8d440caeb33ee80e5ca6d533b656e8a69874e46c174d3cfe7395dba1c04a94.json renamed to api/.sqlx/query-3387d4b960c2d5b4d4400067872bc87080e671d78091d9e517fd0770c1a0cf4e.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)