1. 09 11月, 2020 2 次提交
  2. 07 11月, 2020 1 次提交
  3. 06 11月, 2020 1 次提交
  4. 04 11月, 2020 2 次提交
  5. 18 10月, 2020 1 次提交
  6. 13 10月, 2020 2 次提交
  7. 12 10月, 2020 2 次提交
  8. 11 10月, 2020 1 次提交
  9. 03 10月, 2020 1 次提交
    • L
      Add SQLStatementHandler (#7689) · f40a2b4b
      Liang Zhang 提交于
      * For code format
      
      * Add SQLStatementHandler
      
      * Refactor CreateTableStatementHandler
      
      * Update java doc
      
      * Update ShardingInsertStatementValidator
      
      * Update ShardingUpdateStatementValidator
      
      * For code format
      f40a2b4b
  10. 27 9月, 2020 1 次提交
  11. 25 9月, 2020 1 次提交
  12. 22 9月, 2020 1 次提交
  13. 18 9月, 2020 1 次提交
  14. 09 9月, 2020 1 次提交
  15. 31 8月, 2020 1 次提交
  16. 24 8月, 2020 2 次提交
  17. 23 8月, 2020 1 次提交
  18. 29 7月, 2020 1 次提交
  19. 27 7月, 2020 1 次提交
  20. 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
  21. 16 5月, 2020 1 次提交
    • L
      Rename shardingsphere-underlying to shardingsphere-infra (#5638) · 60b82df2
      Liang Zhang 提交于
      * Rename shardingsphere-underlying to shardingsphere-infra
      
      * Rename shardingsphere-infra's subprojects
      
      * Rename shardingsphere-infra's subprojects
      
      * rename package from org.apache.shardingsphere.underlying.common to org.apache.shardingsphere.infra
      
      * rename package from org.apache.shardingsphere.underlying.executor to org.apache.shardingsphere.infra.executor
      
      * rename package from org.apache.shardingsphere.underlying.merge to org.apache.shardingsphere.infra.merge
      
      * rename package from org.apache.shardingsphere.underlying.route to org.apache.shardingsphere.infra.route
      
      * rename package from org.apache.shardingsphere.underlying.rewrite to org.apache.shardingsphere.infra.rewrite
      60b82df2
  22. 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
  23. 13 5月, 2020 1 次提交
  24. 06 3月, 2020 1 次提交
  25. 17 2月, 2020 1 次提交
    • L
      Decouple SQLStatement.findSegment() and InsertStatement (#4343) · 75121668
      Liang Zhang 提交于
      * decouple EncryptAssignmentParameterRewriter and findSQLSegment
      
      * remove ParseRuleRegistryTest
      
      * use static import for AbstractSQLRewriterParameterizedTest
      
      * decouple OnDuplicateKeyColumnsFiller and findSQLSegment
      
      * fix test case for ShardingInsertStatementValidatorTest
      
      * fill OnDuplicateKeyColumnsSegment
      
      * add test case for on duplicate key columns
      75121668
  26. 11 2月, 2020 2 次提交
  27. 10 2月, 2020 2 次提交
  28. 12 1月, 2020 1 次提交
  29. 10 1月, 2020 1 次提交
  30. 25 12月, 2019 1 次提交
  31. 24 12月, 2019 1 次提交
  32. 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
  33. 11 10月, 2019 1 次提交