1. 04 11月, 2020 2 次提交
    • A
      Use insert on duplicate key update in mysql insert (#8004) · 7a2b03c4
      avalon5666 提交于
      * Refactor AbstractSQLBuilder & AbstractJDBCImporter
      
      * Move extract sql paramters code from AbstractJDBCImporter to AbstractSQLBuilder
      
      * Refactor AbstractSQLBuilder
      
      * Refactor AbstractJDBCImporter
      
      * Make columns of DataRecord private
      
      * Use insert on duplicate key update in mysql insert.
      7a2b03c4
    • L
      Remove LogicSchemaMetaData.unconfiguredSchemaMetaDataMap (#8023) · a87ef49a
      Liang Zhang 提交于
      * Adjust seq of ShardingSphereMetaData's constructor
      
      * Remove LogicSchemaMetaData.unconfiguredSchemaMetaDataMap
      
      * Remove LogicSchemaMetaData
      
      * Rename LogicSchemaMetaDataLoader
      
      * Add metadata.schema package
      
      * Fix spi
      
      * Rename SchemaMetaDataLoader
      
      * Rename SchemaMetaDataNotifier
      a87ef49a
  2. 31 10月, 2020 1 次提交
  3. 16 10月, 2020 1 次提交
  4. 13 10月, 2020 1 次提交
  5. 12 10月, 2020 2 次提交
  6. 11 10月, 2020 1 次提交
  7. 04 10月, 2020 3 次提交
  8. 30 9月, 2020 1 次提交
  9. 29 9月, 2020 1 次提交
  10. 24 9月, 2020 2 次提交
  11. 18 9月, 2020 1 次提交
  12. 17 9月, 2020 1 次提交
    • L
      For checkstyle (#7495) · e8297b02
      Liang Zhang 提交于
      * For checkstyle
      
      * Remove redundant suppression
      
      * For checkstyle
      
      * For checkstyle
      
      * For checkstyle
      
      * For checkstyle
      
      * For checkstyle
      
      * For checkstyle
      
      * For checkstyle
      
      * Add final for classes which not design for extension
      
      * Rename return value to result
      
      * Rename exception variable name
      e8297b02
  13. 14 9月, 2020 1 次提交
  14. 12 9月, 2020 1 次提交
  15. 11 9月, 2020 1 次提交
  16. 10 9月, 2020 1 次提交
  17. 09 9月, 2020 1 次提交
  18. 04 9月, 2020 1 次提交
  19. 03 9月, 2020 1 次提交
  20. 29 8月, 2020 1 次提交
  21. 28 8月, 2020 1 次提交
  22. 23 8月, 2020 1 次提交
  23. 21 8月, 2020 2 次提交
    • Scaling refactor (#6951) · b30bb152
      孙念君 Sun Nianjun 提交于
      * Refactor: refactor the typecast
      
      * Remove: remove the rawtypes annotation
      
      * Refactor: result will never be empty
      
      * Add: add test case for further refactor
      
      * Refactor: refactor the variables name
      
      * Add: add equals method for different DatabaseType
      
      * Refactor: refactor the equals method to a better way
      
      * Remove: remove useless blank line
      
      * Refactor: rever the code to last change
      
      * Refactor: remove useless annotation
      
      * Refactor: roll back the annotation
      
      * Refactor: update the corresponding test
      
      * Remove: remove the uesless annotation
      
      * Add: add back the intention
      b30bb152
    • add unit test for shardingsphere-scaling (#6963) · 4ef338fc
      邱鹿 Lucas 提交于
      * add unit test for shardingsphere-scaling-core
      
      * add generic for ResponseContent
      
      * add unit test
      
      * add final keyword
      
      Co-authored-by: qiulu3 <Lucas209910>
      4ef338fc
  24. 17 8月, 2020 1 次提交
    • A
      Refactor RdbmsConfiguration (#6883) · bd75ccfb
      avalon5666 提交于
      * Refactor RdbmsConfiguraton(#6687)
      
      * Refactor SyncConfiguration
      
      * Refactor InventoryDataTaskSplitter & SyncTaskFactory
      
      * Refactor DumperConfiguration
      
      * For checkstyle
      bd75ccfb
  25. 08 8月, 2020 2 次提交
  26. 07 8月, 2020 2 次提交
  27. 06 8月, 2020 3 次提交
  28. 05 8月, 2020 2 次提交
  29. 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