Commit b221474
zhaojing.jz
Bump sqlglot[c] from 30.4.3 to 30.7.0 to fix has_bit_strings TypeError
sqlglot 30.4.3 ships a mypyc-compiled tokenizer_core.cpython-*.so where
the Python wrapper does not pass the has_bit_strings argument to the
compiled extension, causing a TypeError on any statement that triggers
sqlglot.tokenize() (e.g. show databases).
sqlglot 30.7.0 (released 2026-05-04) fixes this issue.1 parent 83ec159 commit b221474
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments