Skip to content

Commit c704e5d

Browse files
committed
post
1 parent 1b1a3a6 commit c704e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

posts/python_sql_engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Once we have our AST, we can transform it into an equivalent query that would pr
7777

7878
1. It's easier to debug and [validate](https://github.com/tobymao/sqlglot/blob/main/tests/fixtures/optimizer) the optimizations when the input and output are both SQL.
7979

80-
2. Rules can be applied a la carte transforming SQL into a more desireable form.
80+
2. Rules can be applied a la carte to transform SQL into a more desireable form.
8181

8282
3. I wanted a way to generate 'canonical sql'. Having a canonical representation of SQL is useful for understanding if two queries are semantically equivalent (eg. `SELECT 1 + 1` and `SELECT 2`).
8383

0 commit comments

Comments
 (0)