Skip to content

Commit

Permalink
Merge pull request #4387 from delsehi/master
Browse files Browse the repository at this point in the history
Make NoOrderClause and OrderClause for third-party-backends
  • Loading branch information
weiznich authored Dec 10, 2024
2 parents b3cca0b + 765ada0 commit bfb16f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diesel/src/query_builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ pub use self::limit_clause::{LimitClause, NoLimitClause};
pub use self::limit_offset_clause::{BoxedLimitOffsetClause, LimitOffsetClause};
#[cfg(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes")]
pub use self::offset_clause::{NoOffsetClause, OffsetClause};
#[cfg(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes")]
pub use self::order_clause::{NoOrderClause, OrderClause};

#[diesel_derives::__diesel_public_if(
feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes"
Expand Down

0 comments on commit bfb16f1

Please sign in to comment.