Raywill

Results 7 comments of Raywill

this is a feature good to have,we should think about it

> alert('当前页面禁止分享!'); > 不推荐用这么简单的方法,原因是:部分情况下,用户可能希望定制自己的提示框,alert太丑了。 正确的处理方法: 建议增加callback,在没有callback的时候默认使用alert。

抱歉,我看错了。已经加了callback。忽略我的上一条。

Should NOT modify the auto generated cpp file. Please modify the definition in `ob_inner_table_schema_def.py`, and then use `python generate_inner_table_schema.py` command to generate the cpp file.

![image](https://github.com/ververica/flink-cdc-connectors/assets/248295/b077f084-08af-4983-8563-ec661367289b)

For Laravel 5 users, using following steps could fix it: ## step 1 comment out $this->package('nwidart/db-exporter'); in both files: ``` vendor/nwidart/db-exporter/src/Nwidart/DbExporter/DbExportHandlerServiceProvider.php vendor/nwidart/db-exporter/src/Nwidart/DbExporter/DbMigrationsServiceProvider.php ``` after edit: ``` public function boot() {...

Thanks for the PR. `enable_rereplication` is not a typo: ``` OceanBase(admin@test)>show parameters like '%enable_rereplication%'\G *************************** 1. row *************************** zone: zone1 svr_type: observer svr_ip: 127.0.0.1 svr_port: 9988 name: enable_rereplication data_type: NULL...