Skip to content

Commit

Permalink
[#142] select query 테스트코드 리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed Jul 27, 2024
1 parent 32c36a4 commit 932e70e
Show file tree
Hide file tree
Showing 2 changed files with 1,425 additions and 1,010 deletions.
2 changes: 1 addition & 1 deletion src/ast/dml/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use super::{
},
};

#[derive(Deserialize, Serialize, Clone, Debug, PartialEq)]
#[derive(Deserialize, Serialize, Clone, Debug, PartialEq, Default)]
pub struct SelectQuery {
pub select_items: Vec<SelectKind>,
pub has_aggregate: bool,
Expand Down
Loading

0 comments on commit 932e70e

Please sign in to comment.