Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Add sqlite database framework and simple tests #335

Add sqlite database framework and simple tests

Add sqlite database framework and simple tests #335

Triggered via pull request December 10, 2024 14:54
Status Success
Total duration 3m 48s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
item in documentation is missing backticks: crates/shared/src/persistence/sqlite.rs#L36
error: item in documentation is missing backticks --> crates/shared/src/persistence/sqlite.rs:36:36 | 36 | /// Clear all the data in this SqliteTxnDb database | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 36 | /// Clear all the data in this `SqliteTxnDb` database | ~~~~~~~~~~~~~
item in documentation is missing backticks: crates/shared/src/persistence/sqlite.rs#L17
error: item in documentation is missing backticks --> crates/shared/src/persistence/sqlite.rs:17:47 | 17 | /// New a SqliteTxnDb by calling with the database_url | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 17 | /// New a SqliteTxnDb by calling with the `database_url` | ~~~~~~~~~~~~~~
item in documentation is missing backticks: crates/shared/src/persistence/sqlite.rs#L17
error: item in documentation is missing backticks --> crates/shared/src/persistence/sqlite.rs:17:15 | 17 | /// New a SqliteTxnDb by calling with the database_url | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown = note: requested on the command line with `-D clippy::doc-markdown` help: try | 17 | /// New a `SqliteTxnDb` by calling with the database_url | ~~~~~~~~~~~~~
item in documentation is missing backticks: crates/shared/src/persistence/sqlite.rs#L36
error: item in documentation is missing backticks --> crates/shared/src/persistence/sqlite.rs:36:36 | 36 | /// Clear all the data in this SqliteTxnDb database | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 36 | /// Clear all the data in this `SqliteTxnDb` database | ~~~~~~~~~~~~~
item in documentation is missing backticks: crates/shared/src/persistence/sqlite.rs#L17
error: item in documentation is missing backticks --> crates/shared/src/persistence/sqlite.rs:17:47 | 17 | /// New a SqliteTxnDb by calling with the database_url | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 17 | /// New a SqliteTxnDb by calling with the `database_url` | ~~~~~~~~~~~~~~
item in documentation is missing backticks: crates/shared/src/persistence/sqlite.rs#L17
error: item in documentation is missing backticks --> crates/shared/src/persistence/sqlite.rs:17:15 | 17 | /// New a SqliteTxnDb by calling with the database_url | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown = note: requested on the command line with `-D clippy::doc-markdown` help: try | 17 | /// New a `SqliteTxnDb` by calling with the database_url | ~~~~~~~~~~~~~
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-ignored
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636