1. 16 11月, 2020 1 次提交
  2. 09 11月, 2020 4 次提交
  3. 07 11月, 2020 1 次提交
  4. 06 11月, 2020 1 次提交
  5. 04 11月, 2020 2 次提交
  6. 31 10月, 2020 3 次提交
  7. 30 10月, 2020 1 次提交
  8. 29 10月, 2020 1 次提交
    • L
      Rename RDL to DistSQL (#7964) · a06b5683
      Liang Zhang 提交于
      * Remove useless ShardingSphereVisitor.getter
      
      * Rename RDLVisitor
      
      * Rename RDL to DistSQL
      
      * Rename RDL module name
      
      * Rename RDL package name
      
      * Rename RDL class name
      a06b5683
  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. 18 10月, 2020 2 次提交
    • L
      Rename DatabaseTypes to DatabaseTypeRegistry (#7834) · c82441ba
      Liang Zhang 提交于
      c82441ba
    • L
      Remove ShardingSphereSQLParserEngine from SchemaContexts (#7832) · 8131f34f
      Liang Zhang 提交于
      * Remove ShardingSphereSQLParserEngineFactory
      
      * Remove ShardingSphereSQLParserEngineFactory
      
      * Remove ShardingSphereSQLParserEngine from SchemaContextsBuilder
      
      * Remove ShardingSphereSQLParserEngine from SchemaContexts
      
      * Delete DALStatement.interp
      
      * Delete DALStatement.tokens
      
      * Delete DALStatementLexer.tokens
      
      * Delete DALStatementLexer.interp
      
      * Delete DALStatementVisitor.java
      
      * Delete DALStatementParser.java
      
      * Delete DALStatementListener.java
      
      * Delete DALStatementLexer.java
      
      * Delete DALStatementBaseVisitor.java
      
      * Delete DALStatementBaseListener.java
      8131f34f
  12. 15 10月, 2020 1 次提交
  13. 13 10月, 2020 1 次提交
  14. 12 10月, 2020 3 次提交
  15. 11 10月, 2020 2 次提交
  16. 02 10月, 2020 1 次提交
    • L
      Simplify SchemaContexts (#7686) · 794a3552
      Liang Zhang 提交于
      * Add SchemaContexts.getExecutorKernel()
      
      * Use SchemaContexts.getExecutorKernel()
      
      * Remove RuntimeContext.executorKernel
      
      * Remove RuntimeContext.executorKernel
      
      * Add SchemaContexts.getSQLParserEngine
      
      * Use SchemaContexts.getSQLParserEngine
      
      * Remove RuntimeContext.sqlParserEngine
      
      * Remove RuntimeContext
      
      * Refactor MySQLComStmtPrepareExecutor
      
      * Refactor SchemaContexts
      
      * Remove SchemaContext
      
      * Refactor SchemaContextsBuilder
      794a3552
  17. 01 10月, 2020 1 次提交
    • L
      Move LogicSQL to infra module (#7677) · 8e36397e
      Liang Zhang 提交于
      * Simplify SchemaContext
      
      * Fix test cases
      
      * Refactor AbstractStatementExecutor
      
      * Use ShardingSphereSchema in LogicSQLContext
      
      * Move ShardingSphereSchema to infra module
      
      * Move LogicSQLContext to infra module
      
      * Use LogicSQLContext on SQLLogger
      
      * Rename LogicSQLContext to LogicSQL
      
      * Use LogicSQL on SQLRouteEngine
      8e36397e
  18. 30 9月, 2020 1 次提交
  19. 28 9月, 2020 1 次提交
  20. 24 9月, 2020 1 次提交
    • L
      Rename PrimaryReplicaReplication in code - part 4 (#7589) · 82b1b9d5
      Liang Zhang 提交于
      * Rename ShardingType
      
      * Rename ShardingType
      
      * Rename master-slave to primary-replica-replication
      
      * Refactor HintManager
      
      * Rename HintSetPrimaryOnlyCommand
      
      * Refactor HintShowStatusExecutor
      
      * Refactor ShardingCTLHintBackendHandlerTest
      
      * Refactor ReplicaLoadBalanceAlgorithm
      
      * Refactor test cases
      
      * Refactor test cases
      
      * Refactor integrate test cases
      
      * Refactor integrate test cases
      82b1b9d5
  21. 22 9月, 2020 3 次提交
  22. 21 9月, 2020 5 次提交
  23. 20 9月, 2020 1 次提交
    • L
      Add LogicSQLContext to refactor JDBCExecutorWrapper (#7525) · e9bf38f6
      Liang Zhang 提交于
      * For code format
      
      * Refactor StatementExecutorWrapper and PreparedStatementExecutorWrapper
      
      * Add LogicSQLContext
      
      * Use LogicSQLContext on SQLExecuteEngine
      
      * Use LogicSQLContext on JDBCDatabaseCommunicationEngine
      
      * Use LogicSQLContext on ShardingCTLExplainBackendHandler
      
      * Refactor StatementExecutorWrapper and PreparedStatementExecutorWrapper
      
      * Refactor StatementExecutorWrapper and PreparedStatementExecutorWrapper
      
      * Refactor StatementExecutorWrapper and PreparedStatementExecutorWrapper
      
      * Refactor StatementExecutorWrapper and PreparedStatementExecutorWrapper
      
      * Refactor JDBCExecutorWrapper
      
      * Refactor JDBCExecutorWrapper
      e9bf38f6
  24. 19 9月, 2020 1 次提交