Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Batch inserts [MOD-555] (#726)
Browse files Browse the repository at this point in the history
* Batch a bunch of inserts, but still more to do

* Insert many for clickhouse (+ tests)

* Batch the remaining ones except those requiring deduplication

* Risky dedups

* Bit o cleanup and formatting

* cargo sqlx prepare

* Add test around batch editing project categories

* Add struct to satisfy clippy

* Fix silly mistake that was caught by the tests!

* Leave room for growth in dummy_data
  • Loading branch information
OmegaJak authored Oct 11, 2023
1 parent 606d601 commit 6e530ee
Show file tree
Hide file tree
Showing 23 changed files with 1,188 additions and 909 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,7 @@ woothee = "0.13.0"

lettre = "0.10.4"

derive-new = "0.5.9"

[dev-dependencies]
actix-http = "3.4.0"
Loading

0 comments on commit 6e530ee

Please sign in to comment.