Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql 字段默认值为不支持 current_timestamp 关键字 #1667

Closed
1 of 18 tasks
Harries opened this issue Jan 16, 2024 · 2 comments
Closed
1 of 18 tasks

mysql 字段默认值为不支持 current_timestamp 关键字 #1667

Harries opened this issue Jan 16, 2024 · 2 comments
Labels
type/enhancement New feature or request

Comments

@Harries
Copy link

Harries commented Jan 16, 2024

Comment

mysql 字段默认值为不支持 current_timestamp 关键字

插件实现的源功能 Implemented Features - as Source

  • 全量读 source-feature-full-sync
  • 增量读 source-feature-cdc
  • 全量总数统计 source-feature-count
  • 增量指定时间 source-feature-cdc-time-point
  • 高级查询 source-feature-advance-query
  • 查询索引 source-feature-load-index
  • 加载模型 source-feature-load-schema
  • 获取表 source-feature-table-names
  • DDL读取 source-feature-ddl

插件实现的目标功能 Implemented Features - as Target

  • 插入事件 target-feature-insert
  • 删除事件 target-feature-delete
  • 更新事件 target-feature-update
  • 清除数据 target-feature-clear-data
  • 创建表 target-feature-create-table
  • 删除表 target-feature-drop-table
  • 创建索引 target-feature-create-index
  • 删除索引 target-feature-drop-index
  • DDL写入 target-feature-ddl
@Harries Harries added the type/enhancement New feature or request label Jan 16, 2024
@xbsura
Copy link
Contributor

xbsura commented May 22, 2024

你好, 这个需求我们目前还没有计划去开发, 这主要涉及到 current_timestamp 这个方法, 他在不同的数据库里面需要进行不同的实现, 因此对于 默认值 的方法支持, 现在都是没有去做的, 但是这不影响您的数据集成过程, 默认值也会被同步到目标中

@tjworks
Copy link
Contributor

tjworks commented May 25, 2024

No plan to implement

@tjworks tjworks closed this as completed May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants