1. 09 11月, 2020 3 次提交
  2. 07 11月, 2020 2 次提交
  3. 06 11月, 2020 3 次提交
  4. 05 11月, 2020 2 次提交
  5. 04 11月, 2020 2 次提交
  6. 02 11月, 2020 1 次提交
  7. 30 10月, 2020 1 次提交
  8. 29 10月, 2020 1 次提交
  9. 27 10月, 2020 1 次提交
    • L
      Refactor parser engine module structure (#7930) · 9d07ef73
      Liang Zhang 提交于
      * Split SQLVisitorFactory
      
      * Add SQLStatementParserEngine
      
      * Rename SQLParserEngine
      
      * Rename ShardingSphereSQLStatementParserEngine
      
      * Refactor SQLParserEngine
      
      * Refactor SQLParsedResultCache
      
      * Add StandardSQLStatementParserEngineFactory
      
      * Refactor StandardSQLStatementParserEngine
      
      * Remove useless SQLParsedResultCache
      
      * For code format
      9d07ef73
  10. 26 10月, 2020 1 次提交
  11. 21 10月, 2020 3 次提交
  12. 17 10月, 2020 1 次提交
    • L
      Add TableAddressingMetaData for prepare refactor metadata (#7818) · 41176536
      Liang Zhang 提交于
      * Add TableAddressingMetaData
      
      * Add TableAddressingMetaDataDecorator
      
      * Add TableAddressingMetaDataLoader
      
      * Update TableAddressingMetaDataLoader
      
      * Add ShardingTableAddressingMetaDataDecorator
      
      * Add PrimaryReplicaReplicationTableAddressingMetaDataDecorator
      
      * Fix test case
      41176536
  13. 15 10月, 2020 1 次提交
  14. 13 10月, 2020 1 次提交
  15. 12 10月, 2020 3 次提交
  16. 11 10月, 2020 1 次提交
  17. 02 10月, 2020 1 次提交
  18. 01 10月, 2020 4 次提交
  19. 30 9月, 2020 1 次提交
    • L
      Split create route context and decorate route context in route module (#7665) · e5833b2a
      Liang Zhang 提交于
      * Rename RouteEngine
      
      * Rename SQLRouteEngine
      
      * Rename UnconfiguredSchemaRouter
      
      * Rename UnconfiguredSchemaSQLRouter
      
      * Add route.engine package
      
      * Rename RouteDecorator to SQLRouter
      
      * Rename SQLRouter test cases
      
      * Refactor SQLRouter
      
      * Update ConsensusReplicationRouter
      
      * Update Fixture Router
      
      * Rename ConsensusReplicationSQLRouter
      
      * Update ShadowSQLRouter
      
      * Update PrimaryReplicaReplicationSQLRouter
      
      * Update ShardingSQLRouter
      
      * Update SQLRouteEngine
      
      * Update ShadowSQLRouterTest
      
      * Update PrimaryReplicaReplicationSQLRouterTest
      
      * For checkstyle
      
      * Fix test case
      e5833b2a
  20. 27 9月, 2020 1 次提交
  21. 10 9月, 2020 1 次提交
    • A
      Support multi replica extension (#7355) · cca800ae
      AlphaPo 提交于
      * Support multi replica extension
      
      * merge from apache/master
      
      * add a blank line in the end of RawExecutorCallback's SPI META-INF file
      rename primaryKeyColumns as result for return value in ExecutionContextBuilder
      use a object to define Map<String, List<String>> structure for primaryKeyColumns
      
      * refactor SQLUnit, add SQLRuntimeContext
      
      * merge from master
      Co-authored-by: Nyanjiabao <yanjiabao@jd.com>
      cca800ae
  22. 09 9月, 2020 1 次提交
  23. 06 8月, 2020 1 次提交
  24. 31 7月, 2020 1 次提交
  25. 13 6月, 2020 1 次提交
    • L
      Unify properties and props (#6019) · 75824a28
      Liang Zhang 提交于
      * Unify properties and props
      
      * Unify properties and props
      
      * Merge branch 'master' into dev
      
      # Conflicts:
      #	shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-common/src/main/java/org/apache/shardingsphere/sharding/strategy/algorithm/sharding/ModuloShardingAlgorithm.java
      #	shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-route/src/main/java/org/apache/shardingsphere/sharding/route/engine/type/standard/ShardingStandardRoutingEngine.java
      #	shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/java/org/apache/shardingsphere/proxy/Bootstrap.java
      75824a28
  26. 17 5月, 2020 1 次提交
    • L
      Add shardingsphere-features module (#5648) · 268f6b9d
      Liang Zhang 提交于
      * rename sharding-core to shardingsphere-sharding
      
      * rename sharding-core to shardingsphere-sharding
      
      * rename encrypt-core to shardingsphere-encrypt
      
      * rename master-slave-core to shardingsphere-master-slave
      
      * rename shadow-core to shardingsphere-shadow
      
      * Add shardingsphere-features module
      268f6b9d