Merging upstream version 17.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
06c5965633
commit
ff2afd7448
91 changed files with 42856 additions and 42624 deletions
|
@ -205,10 +205,11 @@ except sqlglot.errors.ParseError as e:
|
|||
[{
|
||||
'description': 'Expecting )',
|
||||
'line': 1,
|
||||
'col': 13,
|
||||
'col': 16,
|
||||
'start_context': 'SELECT foo( ',
|
||||
'highlight': 'FROM',
|
||||
'end_context': ' bar'
|
||||
'end_context': ' bar',
|
||||
'into_expression': None,
|
||||
}]
|
||||
```
|
||||
|
||||
|
@ -470,7 +471,9 @@ make docs-serve
|
|||
## Run Tests and Lint
|
||||
|
||||
```
|
||||
make check # Set SKIP_INTEGRATION=1 to skip integration tests
|
||||
make style # Only linter checks
|
||||
make unit # Only unit tests
|
||||
make check # Full test suite & linter checks
|
||||
```
|
||||
|
||||
## Benchmarks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue