Skip to content

Commit 35a9bf5

Browse files
committed
Switch from diesel to mysql
This should simplify test usage a bit. Additionally, add some better tests for aggregate functions and fix the average example.
1 parent f259eec commit 35a9bf5

23 files changed

+868
-472
lines changed

.github/workflows/validation-rust.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ name: Rust Validation
1616
env:
1717
RUSTDOCFLAGS: -D warnings
1818
RUSTFLAGS: -D warnings -C debuginfo=1
19+
RUST_BACKTRACE: 1
1920
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
2021

2122
jobs:

0 commit comments

Comments
 (0)