-
### Describe the feature
Support statement:
```
CREATE TABLE gt_postgresql.gt_db1.tb01 (
name varchar,
id int with ("auto_increment" = true)
);
```
### Motivation
_No response_
### D…
-
NiN-3.0-T-C-PE-NA-MB-LM03-M005-01
NiN-3.0-T-C-PE-NA-MB-TB01-M005-04
NiN-3.0-T-C-PE-NA-MB-TB01-M005-05
NiN-3.0-T-C-PE-NA-MB-TB01-M005-06
NiN-3.0-T-C-PE-NA-MB-VC01-M005-02
-
Eks. TB01-M005-09
![image](https://github.com/Artsdatabanken/nin-kode-api/assets/5111069/69a82c13-3edb-48b8-8821-ab53ce0c1866)
-
mycat 后端使用 oracle数据库, 发现jdbc连接的sql没单独处理,直接丢给oracle,所以报错了。
具体配置及如下:
```
/* mysql-connector-java-8.0.21 (Revision: 33f65445a1bcc544eb0120491926484da168f199) */SELECT @@session.auto_increment_inc…
-
## Current behavior
```xaml
```
The following code will not update the foreground for the `x:Load` marked control and its children.
## Expected behavior
## Workaroun…
-
**ENVIRONMENT:**
MYSQL_VERSION=8.0.17-1debian9
MYCAT_VERSION=5.6.29-mycat-1.6.6.1-release-20181031195535 MyCat Server (OpenCloudDB)
**CONFIGURATION:**
_schema.xml:_
```
…
-
The current canonical-gene endpoint only shows ensembl_canonical_gene but not the one associated with msk transcripts. We should:
- [ ] include mskcc_canonical_gene as a column in `data/grch37_ense…
inodb updated
2 years ago
-
### Version
main branch
### Describe what's wrong
Column auto increment catalog is not work in the PostgreSQL catalog.
### Error message and/or stacktrace
2024-04-22 21:03:10 WARN ExceptionHan…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
mysql cdc wh…
-
```
select * from tb01 qualify row_number() over(partition by id order by t desc )=1;
```
wubx updated
7 months ago