1. 09 11月, 2020 2 次提交
  2. 06 11月, 2020 1 次提交
  3. 04 11月, 2020 1 次提交
  4. 18 10月, 2020 1 次提交
  5. 13 10月, 2020 1 次提交
    • D
      support create, alter, drop, select view statement (#7740) · 101378ed
      DuanZhengqiang 提交于
      * support create, alter, drop, select view statement
      
      * fix unit test error
      
      * extract ShardingDDLStatementValidator and ShardingDMLStatementValidator to carry common functions
      
      * modify route engine to ShardingUnconfiguredTablesRoutingEngine
      101378ed
  6. 12 10月, 2020 1 次提交
    • L
      Adjust metadata's package structure (#7766) · 141e93ef
      Liang Zhang 提交于
      * Rename database.model
      
      * Rename package name from metadata.schema to metadata.rule
      
      * Rename package name from metadata.database to metadata.schema
      
      * Add package name metadata.model
      
      * Fix spi
      
      * Fix spi
      
      * Fix spi
      141e93ef
  7. 11 10月, 2020 1 次提交
  8. 28 9月, 2020 1 次提交
    • L
      Merge RouteResult and RouteContext (#7647) · b8238c7b
      Liang Zhang 提交于
      * Use RouteContext on RouteSQLRewriteEngine
      
      * Use RouteContext on ShardingStatementValidator
      
      * Use RouteContext on ShardingRouteEngine
      
      * Refactor ShardingComplexRoutingEngine
      
      * Refactor ShardingComplexRoutingEngine's return value to void
      
      * Refactor RouteContext
      
      * Refactor RouteResultTest
      
      * Remove RouteResult
      
      * Remove RouteResult
      b8238c7b
  9. 27 9月, 2020 1 次提交
  10. 25 9月, 2020 1 次提交
  11. 22 9月, 2020 1 次提交
  12. 16 9月, 2020 1 次提交
  13. 15 9月, 2020 1 次提交
  14. 31 8月, 2020 1 次提交
  15. 24 8月, 2020 2 次提交
  16. 23 8月, 2020 1 次提交
  17. 29 7月, 2020 1 次提交
  18. 27 7月, 2020 1 次提交
  19. 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
  20. 14 5月, 2020 1 次提交
    • L
      Refactor sharding-core-common as pluggable (#5610) · fd5c26ca
      Liang Zhang 提交于
      * remove useless dependency for sharding-core-api
      
      * remove useless dependency for sharding-core-rewrite
      
      * remove useless dependency for sharding-core-common
      
      * refactor yaml swapper test cases
      
      * Move ConfigurationLogger to common module
      
      * move import org.apache.shardingsphere.sharding.core to import org.apache.shardingsphere.sharding
      
      * Add test dependencies
      fd5c26ca
  21. 13 5月, 2020 1 次提交
  22. 16 2月, 2020 1 次提交
  23. 10 2月, 2020 2 次提交
  24. 12 1月, 2020 1 次提交
  25. 08 11月, 2019 1 次提交
    • L
      Make parser module to a independent module (#3476) · 1bdb7a17
      Liang Zhang 提交于
      * move shrarding-core-parse to sql-parse module
      
      * rename shrarding-core-parse-xxx to sql-parse-xxx
      
      * update pom
      
      * rename package name from org.apache.shardingsphere.core.parse to org.apache.shardingsphere.sql.parser
      
      * decouple SQLParsingException & ShardingException
      
      * rename sql-parser to shardingsphere-sql-parser
      
      * add database type for SQL parser
      
      * remove database type for SQL parser
      
      * remove useless feature type of RuleDefinitionFileConstant.getFillerRuleDefinitionFile
      
      * decouple RuleDefinitionFileConstant and DatabaseType
      
      * decouple SQLParserFactory and DatabaseType
      
      * remove SQLParserFactory.DATABASE_TYPE_NAMES
      
      * decouple SQLParserEngine and DatabaseType
      
      * decouple SQLStatementFillerEngine and DatabaseType
      
      * use SQLParseEngineFactory to get SQLParseEngine instance
      
      * decouple DatabaseType from SQLParseEngine and SQLParseKernel
      
      * decouple sharding-core-api from shardingsphere-sql-parser-spi
      
      * decouple DatabaseType from SQLParseEngineFactory
      
      * add shardingsphere-spi module
      
      * adjust package of shardingsphere-spi
      
      * rename BaseAlgorithmFactoryTest to TypeBasedSPIServiceLoaderTest
      
      * rename fixture of test case
      
      * remove useless ComplexKeysShardingAlgorithmFixture
      
      * remove sharding-core-common dependency from shardingsphere-sql-parser-test
      
      * remove useless rule
      
      * remove useless dependency from sharding-core-preprocessor
      1bdb7a17
  26. 11 10月, 2019 1 次提交
  27. 19 9月, 2019 1 次提交
    • ShardingSphere's avatar
      Redo #2601 (#3065) · 93b8adab
      ShardingSphere 提交于
      * remove RoutingResultValidator
      
      * rename org.apache.shardingsphere.core.route.router.sharding.validator.statement to org.apache.shardingsphere.core.route.router.sharding.validator
      
      * update javadoc
      
      * add judge to whether routed data sources belong to configured data sources
      93b8adab
  28. 18 9月, 2019 3 次提交
  29. 20 7月, 2019 1 次提交
  30. 14 6月, 2019 1 次提交
  31. 13 5月, 2019 1 次提交
  32. 08 4月, 2019 3 次提交
  33. 07 4月, 2019 1 次提交