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

修正了两个 bug 新增了一个功能 #1662

Open
wants to merge 9 commits into
base: 1.6
Choose a base branch
from
Open

修正了两个 bug 新增了一个功能 #1662

wants to merge 9 commits into from

Conversation

vantis-zh
Copy link

小幅修改

  1. 增强了单库分表规则的支持 现在支持 $000-999 这种规定3位数格式的后缀支持
<table name="wms_bt_channel_stock" primaryKey="id" dataNode="dn1"
               rule="sharding-by-channel-id" subTables="wms_bt_channel_stock_c$001-009">
        </table>

将映射 wms_bt_channel_stock_c001, wms_bt_channel_stock_c002, ... wms_bt_channel_stock_c009

  1. fixed 1.4合并排序有点问题 #336
  2. 修正了单库分表对别名的支持
    现在类似
SELECT t.*
FROM wms_bt_channel_stock t;

不会报未知的表 t 的错误了

vantis and others added 8 commits September 30, 2017 17:36
新增了对指定后缀的支持(目前仅支持数字格式的结尾)
新增了对指定指定后缀和后缀格式的支持;
同库分表的时候别名有问题;
fixed #336
修正了单库分表对别名的支持
@vantis-zh vantis-zh changed the title 1.6.vantis WIP:1.6.vantis Oct 10, 2017
@vantis-zh vantis-zh changed the title WIP:1.6.vantis 1.6.vantis Oct 10, 2017
@vantis-zh vantis-zh changed the title 1.6.vantis 修正了两个 bug 新增了一个功能 Oct 10, 2017
@magicdoom
Copy link
Contributor

有些代码应该被格式化了,显示的是已经被删除再添加,看不出修改地方。
有些无关文件也提交上来了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.4合并排序有点问题
2 participants