Skip to content

Commit

Permalink
Implement StatementBuilder for sea_query::WithQuery #1960
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Dec 1, 2023
1 parent 5db05c8 commit 8210428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/database/statement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ build_query_stmt!(sea_query::InsertStatement);
build_query_stmt!(sea_query::SelectStatement);
build_query_stmt!(sea_query::UpdateStatement);
build_query_stmt!(sea_query::DeleteStatement);
build_query_stmt!(sea_query::WithQuery);

macro_rules! build_schema_stmt {
($stmt: ty) => {
Expand Down

0 comments on commit 8210428

Please sign in to comment.