-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
This way, we don't sync the schema for the whole DB. No major concerns, but the DDL tracking is only for the table that are marked up for replication, so good to be in sync.
-
Hi, thanks for an awesome library.
I got an error when using code generation with MySQL 8.0.23.
It seems that there are cases where NULL can be entered in column_name of the unique constraint.
I co…
-
when using`sqlparser.ParseStrictDDL`
I receive an error
```
syntax error at position 290 near 'foreign'
```
when parsing valid mySQL:
```SQL
CREATE TABLE `comments` (
`id` INT UNSIGNE…
thurt updated
3 weeks ago
-
### What did you do?
1、restore data for primary and secondary
2、create changefeed and set bdr role for primary and secondary
3、run sysbench on primary and secondary
4、add index a on primary
5、s…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```
mysql> CREATE TABLE t ( a int NOT NULL, b varchar(20) NOT NUL…
dbsid updated
9 hours ago
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1、enable tidb_enable_dist_task and global sort
2、run sysbench
3、add …
-
Is it possible to add sort key definitions to the ddl. Initial findings are that distkey of person_id and sort key of domain_concept_id (ie measurement_concept_id), person_id seem optimal.
-
-
Based on pull request #10, it looks like DDL statements are supported. Is that correct?