-
Quoting from `TODO.md`:
> The OPEN ON and CLOSE ON syntaxes get on my nerves.
I'm not so bothered by the syntax, but it is a very Beancount centric extension of the SQL syntax that maybe could b…
-
To repro:
tctl adm cl asa -n A.B.C -t Text
tctl adm cl asa -n A.B.C.D -t Text
(can also add with cli :) )
temporal workflow list -q "A.B.C='abc'"
runs fine
temporal workflow list -q "A.B…
-
### Current behavior
SQL syntax to create common fields is not mentioned at all, and neither some side aspects like collation of whole tables or single fields.
### Expected behavior/output
A …
-
### Bug Description
`DELIMITER` does not work in migration scripts, so stored procedures/functions cant be declared.
### Minimal Reproduction
Inserting the following sql into any migration sql sc…
-
Was running into strange parse issues running the cli at one of my clients. Strange "No viable alternative".
After a few hours of debugging (character set issues, etc...), I managed to reproduce the …
-
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
According to the MySQL release notes for MySQL 8.4 they just removed a bunch of SQL commands
>SQL statements removed. The followi…
-
While testing a `Salesforce -> Snowflake` synchronisation I had two issues related to reserved keywords:
1. While synchronising the `socialpersona` entity, the sync failed while creating the target t…
-
```
How do I fix this???
There seems to be an error. Please try again.
You have an error in your SQL syntax. Check the manual that corresponds to your
MySQL server version for the right syntax to u…
-
### Version
1.11.0
### What happened?
```
$ sqlc compile
# package db
migrations/20210121143728_timestamps.up.sql:11:15: syntax error near "TRIGGER `update_timestamp_collections` BEFORE UP…
-
### Description
Generate an SQL statement. If there is a ` in the SQL statement, two will be generated,for example, t.`NAME` -> t.``NAME``
### DBeaver Version
23.0.0
### Operating System
_No resp…