-
canal.valueExpr can't work
```sql
ALTER TABLE `sometable` MODIFY COLUMN `some_col` varchar(1024) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'comments' AFTER `other_col`
```
be…
-
```
What steps will reproduce the problem?
1.I'm parsing a .sql file from oracle to a xml catalog with your DDLParser tool.
What is the expected output? What do you see instead?
The xml catalog but w…
-
Steps to Reproduce the Problem:
```
String ddl = """
CREATE TABLE [Person].[Person]
(
[BusinessEntityID] [int] NOT NULL,
[PersonType] [nchar](2) NOT NULL,
[NameStyle] [dbo].…
-
**Describe the bug**
The following is not parsed:
```
CREATE TABLE pole.t_zuschauer (
id int4 GENERATED BY DEFAULT AS IDENTITY( INCREMENT BY 1 MINVALUE 1 MAXVALUE 2147483647 START 1 CACHE 1 NO CY…
-
### What happened?
Babelfish accepts type modifier `7` for `time`, `datetime2` and `datetimeoffset` columns. Internally it is handled as `6` that is a max precision for these types in Postgres.
Th…
-
Spanner DDL spec supports `ALTER INDEX` statements, such as, `ALTER INDEX MyIndex DROP STORED COLUMN MyColumn;`. Running this against the emulator results in an error:
```
spanner> ALTER INDEX MyInd…
-
Hello.
**To Reproduce**
ddl = """CREATE TABLE IF NOT EXISTS public.generator_id (
hall_id int4 GENERATED ALWAYS AS IDENTITY( INCREMENT BY 1 MINVALUE 1 MAXVALUE 2147483647 START 1 CACHE 1 NO CYCL…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Motivation
[gh-ost](https://github.com/github/gh-ost) is a trigger…
-
```
canal.properties配置:
#################################################
######### common argument #############
#################################################
# tcp bind ip
canal.ip =
#…
-
Logging the DDL statements executed during a migration will greatly help troubleshooting, debugging, and manually recovering from a failed migration.
The current behaviour just appears to log the l…