1. 16 11月, 2020 1 次提交
  2. 09 11月, 2020 1 次提交
  3. 04 11月, 2020 1 次提交
  4. 30 10月, 2020 1 次提交
  5. 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
  6. 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
  7. 26 10月, 2020 1 次提交
  8. 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
  9. 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
  10. 21 9月, 2020 1 次提交
  11. 10 9月, 2020 2 次提交
    • T
      Rename BackendConnection.schemaName · ae98a3a0
      terrymanu 提交于
      ae98a3a0
    • L
      Remove ErrorResponse (#7369) · 31db55e7
      Liang Zhang 提交于
      * Refactor MySQLComStmtExecuteExecutor
      
      * Refactor MySQLComStmtExecuteExecutor
      
      * Use protocol framework to process internal COM_QUERY exception
      
      * Use protocol framework to process internal COM_QUERY exception
      
      * Refactor PostgreSQLComBindExecutor
      
      * Refactor PostgreSQLComQueryExecutor
      
      * Remove ErrorResponse
      
      * Revise PostgreSQLCommandExecuteEngine
      31db55e7
  12. 09 9月, 2020 3 次提交
  13. 07 9月, 2020 2 次提交
  14. 31 8月, 2020 1 次提交
  15. 30 8月, 2020 1 次提交
  16. 25 8月, 2020 1 次提交
  17. 24 8月, 2020 2 次提交
    • L
      Refactor BackendResponse judge sequence of QueryCommandExecutor (#7042) · c6ea1ade
      Liang Zhang 提交于
      * Decouple AuthenticationEngine and BackendConnection
      
      * Decouple AuthenticationEngine and BackendConnection
      
      * Refactor BackendResponse judge sequence of MySQLComQueryPacketExecutor
      
      * Refactor BackendResponse judge sequence of MySQLComStmtExecuteExecutor
      
      * Refactor BackendResponse judge sequence of PostgreSQLComBindExecutor
      
      * Refactor BackendResponse judge sequence of PostgreSQLComQueryExecutor
      
      * Refactor MySQLComQueryPacketExecutor
      
      * Refactor MySQLComStmtExecuteExecutor
      
      * Refactor PostgreSQLComBindExecutor
      
      * Refactor PostgreSQLComQueryExecutor
      c6ea1ade
    • L
      Refactor QueryCommandExecutor.isQueryResponse for impl (#7041) · b3cd9f75
      Liang Zhang 提交于
      * Decouple AuthenticationEngine and BackendConnection
      
      * Decouple AuthenticationEngine and BackendConnection
      
      * Unify userName to username
      
      * Refactor CommandExecutorTask
      
      * Refactor MySQLComQueryPacketExecutor.isQueryResponse
      
      * Refactor MySQLComStmtExecuteExecutor.isQueryResponse
      
      * Refactor PostgreSQLComBindExecutor.isQueryResponse
      
      * Refactor PostgreSQLComQueryExecutor.isQueryResponse
      b3cd9f75
  18. 21 8月, 2020 1 次提交
  19. 06 8月, 2020 1 次提交
  20. 05 8月, 2020 2 次提交
  21. 04 8月, 2020 1 次提交
    • L
      Fix checkstyle (#6601) · 050f5c0a
      Liang Zhang 提交于
      * Refactor OrderedSPIRegistry
      
      * Make field as local if possible
      
      * Add @SuppressWarnings("unchecked")
      
      * Remove redundant throws
      
      * Remove assertEquals
      
      * Add genertic type
      050f5c0a
  22. 29 7月, 2020 1 次提交
  23. 01 6月, 2020 1 次提交
  24. 26 5月, 2020 1 次提交
    • L
      Add RawSQLExecutorCallback (#5793) · c5558b32
      Liang Zhang 提交于
      * add DefaultRawSQLExecutorCallback
      
      * remove useless callback
      
      * add RawProxyExecutor
      
      * refactor ShardingSphereStatement & ShardingSpherePreparedStatement
      
      * add QueryHeaderBuilder
      
      * merge QueryHeader and ExecuteQueryHeader
      
      * merge ExecuteResponse and ExecuteResult
      
      * rename ExecuteResponse to ExecuteResult
      
      * rename ExecuteResponse to ExecuteResult
      
      * refactor org.apache.shardingsphere.infra.executor.sql.raw.execute.result
      
      * remove DefaultRawSQLExecutorCallback
      
      * refactor UpdateResponse
      c5558b32
  25. 22 5月, 2020 1 次提交
  26. 17 5月, 2020 1 次提交
    • L
      Revise ShardingJDBC and ShardingProxy usage in java codes (#5658) · 44382c8c
      Liang Zhang 提交于
      * Rename AbstractShardingJDBCDatabaseAndTableTest to AbstractShardingSphereDataSourceForShardingTest
      
      * Rename AbstractShadowJDBCDatabaseAndTableTest to AbstractShardingSphereDataSourceForShadowTest
      
      * Rename AbstractMasterSlaveJDBCTest to AbstractShardingSphereDataSourceForMasterSlaveTest
      
      * Rename AbstractEncryptJDBCDatabaseAndTableTest to AbstractShardingSphereDataSourceForEncryptTest
      
      * Rename ShardingProxyContext to ShardingSphereProxyContext
      44382c8c
  27. 16 5月, 2020 2 次提交
  28. 13 5月, 2020 1 次提交
  29. 15 4月, 2020 1 次提交
  30. 14 4月, 2020 1 次提交
  31. 09 3月, 2020 1 次提交
  32. 03 3月, 2020 1 次提交
    • L
      Upgrade to Java8 (#4583) · 1e50d719
      Liang Zhang 提交于
      * upgrade java version from 7 to 8
      
      * upgrade lambda expr for java8
      
      * use java8 Optional instead of guava Optional
      
      * use java8 Optional instead of guava Optional
      1e50d719