fix blob printing

This commit is contained in:
pedrocarlo
2025-06-03 15:10:24 -03:00
parent ebee9516ba
commit 22d1a1eaa8

View File

@@ -377,7 +377,7 @@ impl Display for ast::Literal {
f,
"{}",
match self {
Self::Blob(b) => format!("Ox{b}"),
Self::Blob(b) => format!("x'{b}'"),
Self::CurrentDate => "CURRENT_DATE".to_string(),
Self::CurrentTime => "CURRENT_TIME".to_string(),
Self::CurrentTimestamp => "CURRENT_TIMESTAMP".to_string(),