1. 01 9月, 2020 1 次提交
  2. 31 8月, 2020 1 次提交
  3. 30 8月, 2020 1 次提交
  4. 28 8月, 2020 1 次提交
  5. 04 7月, 2020 1 次提交
  6. 12 3月, 2020 1 次提交
  7. 07 3月, 2020 1 次提交
  8. 04 3月, 2020 1 次提交
  9. 10 2月, 2020 2 次提交
  10. 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
  11. 12 5月, 2019 1 次提交
  12. 11 5月, 2019 3 次提交
  13. 10 5月, 2019 3 次提交
  14. 07 5月, 2019 3 次提交