diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k stars 1.08k forks source link

Makes `InsertOrIgnore`/`Replace` + items in `combination_clause` public for 3rd party backends #4236

Closed insipx closed 1 month ago

insipx commented 2 months ago

make items in combination_clause public for third-party backends

These are the last third-party public exports needed to make diesel-wasm-sqlite more feature-complete with the diesel sqlite backend

insipx commented 1 month ago

Hey @weiznich , got these compile tests in. Sorry it took a while! Got sidetracked with some other work