-
- [ ] completions
- [ ] context-sensitive completions
- [ ] completion for identifiers in introspection
- [ ] completion for identifiers in current document (not in introspection)
- [ ] hove…
-
I have a type like this:
```tsx
type Todo = {
id: string
title: string
completed: boolean
created_at: Date
}
```
The `created_at` field is a `Date` column, stored as a `timestampt…
-
It is my understanding that the current implementation of CREATE FUNCTION does not support the parsing of function blocks.
For instance, the following function body gets converted to a simple `Doll…
-
### What happens?
I have a table in a file based duckdb.
Works:
```python
import duckdb
with duckdb.connect("./duck.db") as con:
con.sql(
"SELECT * FROM a"
).df()
```
…
-
### ArcadeDB Version:
`v24.1.1 `
### OS and JDK Version:
`Running on Linux 6.5.0-1014-gcp - OpenJDK 64-Bit Server VM 11.0.22 (Temurin-11.0.22+7)`
### Expected behavior
`Select query sho…
-
TL;DR; — I want to stop `Parser` from referring to specific dialects, and instead consult the dialect about specific behaviour.
In particular, use of `dialect_of` and custom dialect behaviour in `P…
-
When accessing an array slice, such as `matches[1:5]` the parser throws the following exception `Missing named parameter '5'`
-
### Description
Any text surrounded by single quotes or dollar quotes is not touched by the SQL parser or autocomplete engines. It's as if DBeaver sees editor content as either SQL (and therefore par…
-
Hi guys. We just started experimenting with ebean-migration and encountered some problems. We have a migration generation script like this:
```kotlin
fun main(args: Array) {
System.setPropert…
-
The behavior of type conversions in CockroachDB behaves differently than Postgres in a handful of cases. [The Postgres docs on type conversion](https://www.postgresql.org/docs/14/typeconv-overview.htm…