This commit is contained in:
simon petit 2024-12-13 16:57:41 +00:00
parent 5a048a62ac
commit e8bef29441

View File

@ -81,7 +81,6 @@ and sign =
| Times
| Divide
let rec pp_query fmt ast =
match ast with
| Select(cols, table_exp) -> Format.fprintf fmt "%s" (String.cat "SELECT " (pp_columns cols) ^ pp_table_expression table_exp)