Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Signed-off-by: tabVersion <[email protected]>
  • Loading branch information
tabVersion committed May 31, 2024
1 parent 467e253 commit 35864cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/sqlsmith/src/sql_gen/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub(super) fn data_type_to_ast_data_type(data_type: &DataType) -> AstDataType {
DataType::Decimal => AstDataType::Decimal(None, None),
DataType::Float32 => AstDataType::Real,
DataType::Float64 => AstDataType::Double,
DataType::Varchar => AstDataType::Varchar,
DataType::Varchar => AstDataType::Varchar(None),
DataType::Bytea => AstDataType::Bytea,
DataType::Date => AstDataType::Date,
DataType::Timestamp => AstDataType::Timestamp(false),
Expand Down

0 comments on commit 35864cc

Please sign in to comment.