-
Hi, it seems that syntax highlighting has an issue with odin's single line when statement. Attached are screenshots demonstrating what I mean.
![Screenshot 2024-07-30 094133](https://github.com/us…
-
### What version of `drizzle-orm` are you using?
0.28.6
### What version of `drizzle-kit` are you using?
0.19.13
### Describe the Bug
When using `inArray` in a prepared statement in Planetscale i…
-
`CreateTable.location` has no documentation and is a tricky edge case, not always set even when SQL statement did set location.
https://docs.rs/sqlparser/latest/sqlparser/ast/struct.CreateTable.htm…
-
```f90
program a
100 format ("I0")
implicit none
integer b
end program
```
causes the error:
```sh
syntax error: Token 'none' is unexpected here
--> 5250.f90:3:12
|
3 | implicit n…
-
```f90
program a
integer b
use, intrinsic :: iso_c_binding
end program
```
results in the error:
```sh
syntax error: Token ',' is unexpected here
--> 5250.f90:3:6
|
3 | use, intrin…
-
When I execute the following SQL statement.
`select a.* from tablea a qualify row_number() over (partition by a.id order by a.date desc) = 1;`
I will receive an exception message.
`ERROR 10…
-
Please update print statement syntax as python 3 is now being used in coursera and print statement syntax is now a bit different.
-
### Description
DDL of settings configured for particular role (shown in Source code in Role properties) is not single quoted, resulting in syntax error
See screenshot.
![image](https://github.co…
-
The parser is used for autocomplete functionality, query identification for enabling results refresh/edit functionality.
At present it's very basic, with support for simple single table select statem…
-
### Description
While taking a look at `error.h`, I noticed that the `ErrorCode` enum entry `PARTIAL_FILE` is not used in the `error.cpp` switch statement. Is this intended?
I also wanted to ask …