1. 30 9月, 2020 1 次提交
  2. 24 9月, 2020 1 次提交
  3. 21 9月, 2020 1 次提交
  4. 25 8月, 2020 1 次提交
  5. 23 8月, 2020 1 次提交
  6. 19 8月, 2020 1 次提交
  7. 14 7月, 2020 1 次提交
  8. 13 7月, 2020 1 次提交
  9. 07 7月, 2020 1 次提交
  10. 03 7月, 2020 1 次提交
  11. 22 6月, 2020 2 次提交
  12. 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
  13. 29 2月, 2020 1 次提交
  14. 20 2月, 2020 1 次提交
  15. 21 10月, 2019 2 次提交
    • L
      Change to the correct SQL (#3339) · b1b729b1
      linzesi 提交于
      * fix sql case
      
      * Change to the correct SQL
      
      * Change to the correct SQL
      b1b729b1
    • L
      Fixes #3335 (#3336) · 1714a26f
      Liang Zhang 提交于
      * for code style
      
      * add select_with_table_as_qualified_name for sharding
      
      * only modify projection's column name, do not modify owner of encrypt
      
      * only modify predicate's column name, do not modify owner of encrypt
      
      * remove EncryptCondition.columnOwner
      
      * split Encrypt Predicate token to EncryptPredicateColumnToken and EncryptPredicateRightValueToken
      
      * rename EncryptProjectionToken to EncryptColumnNameToken
      
      * refactor EncryptPredicateColumnTokenGenerator
      1714a26f
  16. 17 10月, 2019 1 次提交
    • L
      Finish parameterized test engine and test cases (#3299) · a7c838cd
      Liang Zhang 提交于
      * recovery passed test cases
      
      * remove useless sharding-rule.yaml
      
      * make consist with sharding table structure for rewrite test cases
      
      * add test cases for insert without columns for encrypt
      
      * add test cases for insert without columns for sharding + encrypt
      a7c838cd
  17. 15 10月, 2019 1 次提交
    • L
      Add rewrite test cases for sharding (#3277) · 6752a21e
      Liang Zhang 提交于
      * add in predicate for encrypt test case
      
      * add in predicate for encrypt with plain test case
      
      * remove useless test cases
      
      * remove useless rule config
      
      * remove useless test cases
      
      * fix show_columns_from_table
      
      * finish show.xml
      
      * add drop_index_without_table
      
      * add drop_index_for_mysql
      
      * fix drop_index_for_postgresql
      
      * add test cases for regular insert
      
      * add FIXME for insert_values_without_columns_without_id_for_literals
      
      * finish insert values test cases
      
      * finish insert set test cases
      
      * Merge branch 'dev' into issue1548
      
      # Conflicts:
      #	sharding-core/sharding-core-rewrite/src/test/resources/encrypt/select_for_query_with_cipher.xml
      
      * add ON DUPLICATE KEY UPDATE
      
      * add delete test cases
      
      * add update test cases
      
      * add basic select test cases
      
      * add binding select test cases
      
      * update binding select test cases
      
      * add avg select test cases
      
      * add order by and group by select test cases
      
      * add pagination basic test cases
      
      * add all pagination test cases
      
      * add distinct test cases
      6752a21e