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

Dev new #218

Closed
wants to merge 46 commits into from
Closed

Dev new #218

wants to merge 46 commits into from

Commits on Dec 15, 2022

  1. Merge pull request ecodeclub#118 from gotomicro/main

    启用 Dev 作为开发分支
    flycash authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    8d8b674 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. feature aop方案支持 (ecodeclub#117)

    * feature aop方案支持
    Stone-afk authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    f1cc1e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    41f3eae View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    8fe30c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. 支持 join查询 (ecodeclub#122)

    
    Co-authored-by: DeepSource Bot <bot@deepsource.io>
    liangzai202204 and deepsourcebot authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d8add15 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. eorm: 重构 JOIN 查询 (ecodeclub#130)

    - TableOf 必须要指定别名
    - 使用JOIN 或者子查询的时候必须要指定返回的列
    flycash authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    edb26f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    abb4803 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    fd75c16 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. feature: 删除 IsHolderType

    Stone-afk authored and flycash committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8ee828c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    b165fc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    c2dae2f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    40d91cf View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. 读写分离:MasterSlavesDB (ecodeclub#146)

    
    ---------
    
    Co-authored-by: Ming Deng <mingflycash@gmail.com>
    juniaoshaonian and flycash authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    84d805f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    08fc73f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. 读写分离:为 MasterSlavesDB 添加单元测试 (ecodeclub#151)

    
    ---------
    
    Co-authored-by: chenhaokun <chenhaokun@itiger.com>
    hookokoko and chenhaokun authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f8ce299 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    2216d11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96404a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    f57e3af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    101df98 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    b22d20b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    2b3a9b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277a881 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    29ec110 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    9796f8e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    b8c908c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    8996c2e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    508dbc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. 分库分表:merger 分页实现 (ecodeclub#175)

    
    Co-authored-by: Ming Deng <mingflycash@gmail.com>
    juniaoshaonian and flycash authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a97835a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    19f56ff View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. 修复单条查询时连接泄露问题 (ecodeclub#188)

    ---------
    
    Co-authored-by: chenhaokun <chenhaokun@itiger.com>
    Co-authored-by: Ming Deng <mingflycash@gmail.com>
    3 people authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    3fae3b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. feature: 分库分表: 哈希分库分表范围查询支持 (ecodeclub#181)

    
    Co-authored-by: stonehuang <stonehuang@canway.net>
    Stone-afk and stonehuang authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    96d0b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b1fd2b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    4deb1a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. feature: 分库分表: NOT 支持 (ecodeclub#192)

    
    ---------
    
    Co-authored-by: Ming Deng <mingflycash@gmail.com>
    Stone-afk and flycash authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    c79a850 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    400c80e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. 分库分表: 排序merger的nullable数据的支持 (ecodeclub#195)

    排序merger中对nullable类型的列的支持
    juniaoshaonian authored May 8, 2023
    Configuration menu
    Copy the full SHA
    d7954c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f9d8ba View commit details
    Browse the repository at this point in the history
  3. Merge pull request ecodeclub#198 from flycash/dev

    eorm: 补充 NULL 语义和基本类型之间转化的测试用例
    flycash authored May 8, 2023
    Configuration menu
    Copy the full SHA
    08a348c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    d75d819 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    472250f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    19442a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    312a927 View commit details
    Browse the repository at this point in the history
  2. eorm: ShardingInserter 修改为表维度执行 (ecodeclub#211)

    eorm: ShardingInserter 修改为表维度执行
    intergation: 主从测试有问题,临时注释掉
    flycash authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    d918cee View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. feature: 分库分表:datasource-简单的分布式事务方案支持 (ecodeclub#210)

    * feature: datasource-简单的分布式事务方案支持
    
    * feature: datasource-简单的分布式事务方案支持
    
    * feature: datasource-简单的分布式事务方案支持
    
    * feat: add test
    
    * faeture: add test
    
    * faeture: add test
    
    * 解决了事务卡死的问题
    
    * feature: modify test
    
    * feature: modify test
    
    * feature: modify test
    
    * feature: modify test
    
    ---------
    
    Co-authored-by: Deng Ming <ming_flycash@qq.com>
    Stone-afk and flycash authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b801d2a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    d10f1b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    07dc416 View commit details
    Browse the repository at this point in the history