Zonglei Dong
Zonglei Dong
点赞一个,我在个人主页博客添加了友情链接
> 这个需要检查一下,后端数据库连接是否有权限连上呢 你好,感谢回复,后端数据库没有问题,可以直接连接,我这里只有一个库,不分库只分表,不知道上面的配置是否有问题?
遇到了同样的问题
> This issue has four remaining subtasks: > > * [ ] support for spring namespace and spring boot starter > * [ ] add new DistSQL for audit >...
create sharding table rule with audit strategy: ``` CREATE SHARDING TABLE RULE t_order ( DATANODES("ds_${0..1}.t_order_${0..2}"), TABLE_STRATEGY(TYPE=STANDARD,SHARDING_COLUMN=order_id,SHARDING_ALGORITHM=t_order_inline), KEY_GENERATE_STRATEGY(COLUMN=order_id,KEY_GENERATOR=snowflake_key_generator), AUDIT_STRATEGY(AUDITORS=[auditor1,auditor2],ALLOW_HINT_DISABLE=true) ); ``` create sharding table rule with audit definition: ```` CREATE SHARDING...
也遇到了相同的问题,现在项目定义的 ErrorCode 是 string类型
Hi @strongduanmu , I will try to fix it.
good ref: https://www.postgresql.org/message-id/[email protected]
Hi @chly1103 , I test `IntervalShardingAlgorithm`. I can reproduce this problem. Maybe this algorithm is not support `create table`, if you create table in advance, the query sql with `create_time`...
> 目前是没有相关功能的,之前想过加上,因为懒一直还没开始动手。 作者支持你,感谢你的无私分享,期待早一天能实现这个功能!