1. 26 1月, 2020 2 次提交
    • L
      Add set assignment for update statement (#4086) · 48370892
      Liang Zhang 提交于
      * rename SetAssignmentsSegment to SetAssignmentSegment
      
      * add ColumnAssert
      
      * refactor ExpressionAssert
      
      * add expected assignment
      
      * add SetAssignmentAssert
      
      * fix case for update_equal_with_geography
      
      * fix case for update_with_alias
      
      * fix case for update_without_alias
      
      * fix case for update_with_extra_keywords
      
      * fix case for update_with_or
      
      * fix case for update_with_special_character
      
      * fix case for update_with_special_comments
      
      * fix case for update_without_condition
      
      * fix case for update_without_parameters
      
      * for code style
      48370892
    • L
      Add where assert for update and delete statement (#4085) · 089eef6d
      Liang Zhang 提交于
      * remove table check in public assert
      
      * add where assert for delete and update
      
      * fix table assert for alter table
      
      * fix test case for delete_with_alias
      
      * fix test case for delete_with_sharding_value
      
      * fix test case for delete_with_special_character_without_sharding_value
      
      * fix test case for delete_with_special_comments_return_without_sharding_value
      
      * fix test case for delete_with_special_comments_returning_without_sharding_value
      
      * fix test case for delete_without_sharding_value
      
      * fix test case for update_equal_with_geography
      
      * fix test case for update_with_alias
      
      * fix test case for update_with_extra_keywords
      
      * fix test case for update_with_or
      
      * fix test case for update_with_special_character
      
      * fix test case for update_with_special_comments
      
      * fix test case for update_without_alias
      
      * fix test case for update_without_parameters
      
      * fix test case for update_with_special_character
      
      * remove zero parameter-marker-start-index
      089eef6d
  2. 25 1月, 2020 4 次提交
    • L
      Split SQLStatementAssert to multiple assertion class (#4084) · e0d709c6
      Liang Zhang 提交于
      * add segment and statement package for assert
      
      * rename SQLStatementAssertMessage to SQLCaseAssertMessage
      
      * remove sql case type for assert
      
      * rename SQLCaseAssertMessage to SQLCaseAssertContext
      
      * add SelectStatementAssert
      
      * add InsertStatementAssert
      
      * add UpdateStatementAssert
      
      * add DeleteStatementAssert
      
      * add AlterTableStatementAssert
      
      * add TCLStatementAssert
      e0d709c6
    • L
      Add more assertion for limit (#4083) · 468e1beb
      Liang Zhang 提交于
      * refactor orderby package
      
      * extends AbstractExpectedSQLSegment for ExpectedPaginationValue
      
      * add more assertion with limit
      
      * fix test case for select_group_by_with_limit
      
      * fix test case for select_group_by_with_order_by_and_limit
      
      * fix test case for select_pagination_with_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_group_by_and_order_by
      
      * fix test case for select_pagination_with_limit_and_offset_keyword
      
      * fix test case for select_pagination_with_limit_with_back_quotes
      
      * fix test case for select_pagination_with_offset
      
      * fix test case for select_pagination_with_offset_and_limit
      
      * fix test case for select_pagination_with_row_count
      468e1beb
    • L
      Add more assertions for order by (#4082) · 491862b1
      Liang Zhang 提交于
      * add OrderByItemAssert
      
      * add more assertions for order by
      
      * rename ExpectedGroupBy to ExpectedOrderBy
      
      * fix test case for select_comparison_symbol_with_single_table
      
      * fix test case for select_distinct_with_count_group_by
      
      * fix test case for select_distinct_with_multi_column
      
      * fix test case for select_distinct_with_owner_column
      
      * fix test case for select_distinct_with_owner_star
      
      * fix test case for select_distinct_with_single_count_group_by
      
      * fix test case for select_distinct_with_star
      
      * fix test case for select_exclamation_equal_with_single_table
      
      * fix test case for select_full_route_with_binding_tables
      
      * fix test case for select_distinct_with_owner_star
      
      * fix test case for select_group_by_with_avg
      
      * fix test case for select_group_by_with_count
      
      * fix test case for select_group_by_with_count_without_column_name
      
      * fix test case for select_group_by_with_limit
      
      * fix test case for select_group_by_with_max
      
      * fix test case for select_group_by_with_min
      
      * fix test case for select_group_by_with_order_by_and_limit
      
      * fix test case for select_group_by_with_order_by_desc
      
      * fix test case for select_group_by_with_sum
      
      * fix test case for select_in_with_same_sharding_column
      
      * fix test case for select_in_with_single_table
      
      * fix test case for select_keyword_table_name_with_back_quotes
      
      * fix test case for select_keyword_table_name_with_double_quotes
      
      * fix test case for select_keyword_table_name_with_square_brackets
      
      * fix test case for select_not_between_with_single_table
      
      * fix test case for select_not_equal_with_single_table
      
      * fix test case for select_not_in_with_single_table
      
      * fix test case for select_order_by_asc_and_index_desc
      
      * fix test case for select_order_by_desc_and_index_asc
      
      * fix test case for select_order_by_for_nulls_first
      
      * fix test case for select_order_by_for_nulls_last
      
      * fix test case for select_order_by_with_alias_star_alias_name
      
      * fix test case for select_order_by_with_date
      
      * fix test case for select_order_by_with_multiple_stars
      
      * fix test case for select_order_by_with_ordered_column
      
      * fix test case for select_order_by_with_star_no_table_alias
      
      * fix test case for select_order_by_with_star_table_alias
      
      * fix test case for select_order_by_with_table_star_table_name
      
      * fix test case for select_order_by_with_table_star_without_table_name
      
      * fix test case for select_pagination_with_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_group_by_and_order_by
      
      * fix test case for select_pagination_with_limit_and_offset_keyword
      
      * fix test case for select_pagination_with_limit_with_back_quotes
      
      * fix test case for select_pagination_with_offset
      
      * fix test case for select_pagination_with_offset_and_limit
      
      * fix test case for select_pagination_with_offset_fetch
      
      * fix test case for select_pagination_with_row_count
      
      * fix test case for select_pagination_with_row_number
      
      * fix test case for select_pagination_with_row_number_for_greater_than
      
      * fix test case for select_pagination_with_row_number_and_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_row_number_and_group_by_and_order_by
      
      * fix test case for select_pagination_with_row_number_for_greater_than_and_equal
      
      * fix test case for select_pagination_with_row_number_not_at_end
      
      * fix test case for select_pagination_with_top
      
      * fix test case for select_pagination_with_top_and_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_top_and_diff_group_by_and_order_by_and_parentheses
      
      * fix test case for select_pagination_with_top_and_group_by_and_order_by
      
      * fix test case for select_pagination_with_top_and_group_by_and_order_by_and_parentheses
      
      * fix test case for select_pagination_with_top_for_greater_than
      
      * fix test case for select_pagination_with_top_for_greater_than_and_equal
      
      * fix test case for select_sharding_route_with_binding_tables
      
      * fix test case for select_sharding_route_with_broadcast_table
      
      * fix test case for select_with_date_function
      
      * fix test case for select_with_double_quotes
      
      * fix test case for select_with_expression
      
      * fix test case for select_with_item_alias_match_order_by_and_group_by_items
      
      * remove useless group-by-columns and order-by-columns
      491862b1
    • L
      Add OwnerAssert for generic (#4081) · 3ed28e23
      Liang Zhang 提交于
      * fix test case for select_pagination_with_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_group_by_and_order_by
      
      * fix test case for select_pagination_with_row_number_and_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_top_and_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_top_and_diff_group_by_and_order_by_and_parentheses
      
      * fix test case for select_pagination_with_top_and_group_by_and_order_by
      
      * fix test case for select_pagination_with_top_and_group_by_and_order_by_and_parentheses
      
      * add OwnerAssert
      
      * add todo
      3ed28e23
  3. 24 1月, 2020 7 次提交
    • L
      Add more assertion for group by (#4080) · 8bf0e51d
      Liang Zhang 提交于
      * Add more assertion for group by column item
      
      * add assertOrderInfo
      
      * Add more assertion for group by
      
      * fix test case select_distinct_with_count_group_by
      
      * fix test case select_distinct_with_single_count_group_by
      
      * fix test case select_group_by_with_avg
      
      * fix test case select_group_by_with_count
      
      * fix test case select_group_by_with_count_without_column_name
      
      * fix test case select_group_by_with_date_function
      
      * fix test case select_group_by_with_date_function
      
      * add index assertion
      
      * fix test case for select_group_by_with_keyword_alias
      
      * fix test case for select_group_by_with_limit
      
      * fix test case for select_group_by_with_max
      
      * fix test case for select_group_by_with_min
      
      * fix test case for select_group_by_with_order_by_and_limit
      
      * fix test case for select_group_by_with_order_by_desc
      
      * fix test case for select_group_by_with_sum
      
      * fix test case for select_group_by_without_grouped_column
      
      * fix test case for select_pagination_with_group_by_and_order_by
      
      * fix test case for select_pagination_with_row_number_and_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_row_number_and_group_by_and_order_by
      
      * fix test case for select_pagination_with_top_and_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_top_and_group_by_and_order_by
      
      * fix test case for select_with_item_alias_match_order_by_and_group_by_items
      8bf0e51d
    • L
      Add more null assert (#4079) · bc7ad21a
      Liang Zhang 提交于
      * refactor SQLStatementAssert's assert group by
      
      * refactor SQLStatementAssert's assert where
      
      * refactor SQLStatementAssert's assert order by
      
      * refactor SQLStatementAssert's assert select
      
      * refactor TableAssert
      
      * add more null assert for SQLStatementAssert
      
      * add more null assert for ProjectionAssert
      bc7ad21a
    • Z
      fix tcl setAutoCommit parse. (#4078) · 99c72914
      Zonglei Dong 提交于
      99c72914
    • Z
      fix ui login Chinese text. (#4077) · 03c9e3fb
      Zonglei Dong 提交于
      03c9e3fb
    • L
      Remove useless condition assert from xml (#4074) · f1e35090
      Liang Zhang 提交于
      * add shardingsphere-ui-bin-distribution module
      
      * add shardingsphere-ui-src-distribution module
      
      * add final name for shardingsphere-ui
      
      * assert between predicate
      
      * fix test case for select_between_with_geography
      
      * add null assert
      
      * remove IN operator
      
      * fix test case for select_between_with_single_table
      
      * fix test case for select_count_like_concat
      
      * fix test case for select_count_like_concat
      
      * fix test case for select_count_with_binding_tables_with_join
      
      * fix test case for select_count_tilde_concat
      
      * fix test case for select_count_with_binding_tables_without_join
      
      * fix test case for select_group_by_without_grouped_column
      
      * fix test case for select_keyword_table_name_with_back_quotes
      
      * fix test case for select_keyword_table_name_with_double_quotes
      
      * fix test case for select_keyword_table_name_with_square_brackets
      
      * fix test case for select_pagination_with_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_group_by_and_order_by
      
      * fix test case for select_pagination_with_limit_and_offset_keyword
      
      * fix test case for select_pagination_with_limit_with_back_quotes
      
      * fix test case for select_pagination_with_offset_and_limit
      
      * fix test case for select_pagination_with_row_count
      
      * fix test case for select_pagination_with_top
      
      * fix test case for select_sharding_route_with_binding_tables
      
      * fix test case for select_sharding_route_with_broadcast_table
      
      * fix all cases
      
      * remove useless condition assert
      f1e35090
    • L
      Assert between predicate (#4073) · f98055bd
      Liang Zhang 提交于
      * add shardingsphere-ui-bin-distribution module
      
      * add shardingsphere-ui-src-distribution module
      
      * add final name for shardingsphere-ui
      
      * assert between predicate
      
      * fix test case for select_between_with_geography
      
      * add null assert
      
      * remove IN operator
      
      * fix test case for select_between_with_single_table
      
      * fix test case for select_count_like_concat
      
      * fix test case for select_count_like_concat
      
      * fix test case for select_count_with_binding_tables_with_join
      
      * fix test case for select_count_tilde_concat
      
      * fix test case for select_count_with_binding_tables_without_join
      
      * fix test case for select_group_by_without_grouped_column
      
      * fix test case for select_keyword_table_name_with_back_quotes
      
      * fix test case for select_keyword_table_name_with_double_quotes
      
      * fix test case for select_keyword_table_name_with_square_brackets
      
      * fix test case for select_pagination_with_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_group_by_and_order_by
      
      * fix test case for select_pagination_with_limit_and_offset_keyword
      
      * fix test case for select_pagination_with_limit_with_back_quotes
      
      * fix test case for select_pagination_with_offset_and_limit
      
      * fix test case for select_pagination_with_row_count
      
      * fix test case for select_pagination_with_top
      
      * fix test case for select_sharding_route_with_binding_tables
      
      * fix test case for select_sharding_route_with_broadcast_table
      
      * fix all cases
      f98055bd
    • L
      Assert in right value for predicate (#4072) · 0bb28bd1
      Liang Zhang 提交于
      * add shardingsphere-ui-bin-distribution module
      
      * add shardingsphere-ui-src-distribution module
      
      * add final name for shardingsphere-ui
      
      * assert in predicate
      
      * refactor WhereAssert
      
      * fix test case select_count_like_concat
      
      * fix test case select_count_tilde_concat
      
      * fix test case select_count_with_binding_tables_with_join
      
      * fix test case select_count_with_binding_tables_without_join
      
      * fix test case select_group_by_with_date_function
      
      * fix test case select_group_by_without_grouped_column
      
      * fix test case select_in_with_geography
      
      * fix test case select_in_with_same_sharding_column
      
      * fix test case select_in_with_single_table
      
      * fix test case select_keyword_table_name_with_back_quotes
      
      * fix test case select_keyword_table_name_with_double_quotes
      
      * fix test case select_keyword_table_name_with_square_brackets
      
      * fix test case select_pagination_with_diff_group_by_and_order_by
      
      * fix test case select_pagination_with_group_by_and_order_by
      
      * fix test case select_pagination_with_limit_and_offset_keyword
      
      * fix test case select_pagination_with_limit_with_back_quotes
      
      * fix test case select_pagination_with_offset
      
      * fix test case select_pagination_with_offset_and_limit
      
      * fix test case select_pagination_with_row_count
      
      * fix test case select_pagination_with_top
      
      * fix test case select_sharding_route_with_binding_tables
      
      * fix test case select_sharding_route_with_broadcast_table
      
      * fix test case select_with_regexp
      
      * add todo
      
      * add ExpressionAssert
      0bb28bd1
  4. 23 1月, 2020 4 次提交
    • L
      Assert compare right value of predication (#4071) · 0f065512
      Liang Zhang 提交于
      * add shardingsphere-ui-bin-distribution module
      
      * add shardingsphere-ui-src-distribution module
      
      * add final name for shardingsphere-ui
      
      * remove useless assert
      
      * rename param-marker to parameter-marker
      
      * refactor assertCompareRightValue
      
      * refactor ExpectedPredicateCompareRightValue
      
      * refactor ExpectedPredicateBetweenRightValue
      
      * refactor ExpectedPredicateInRightValue
      
      * refactor ExpectedPredicateBetweenRightValue
      
      * remove ExpectedPredicate.findExpectedRightValue()
      
      * add ExpectedOperator
      
      * refactor assert compare predicate for right value
      
      * fix case for select_alias_as_keyword
      
      * fix case for select_alias_as_keyword
      
      * fix case for select_comparison_symbol_with_single_table
      
      * fix case for select_count
      
      * fix case for select_count_with_sub_with_whitespace
      
      * fix case for select_distinct_with_aggregation_functions
      
      * fix case for select_distinct_with_avg
      
      * fix case for select_distinct_with_count
      
      * fix case for select_distinct_with_count_sum
      
      * fix case for select_distinct_with_single_count_group_by
      
      * fix case for select_distinct_with_star
      
      * fix case for select_distinct_with_sum
      
      * fix case for select_equal_with_geography
      
      * fix case for select_equal_with_same_sharding_column
      
      * fix case for select_equal_with_single_table
      
      * fix case for select_escape_with_single_quota
      
      * fix case for select_exclamation_equal_with_single_table
      
      * fix case for select_for_update
      
      * fix case for select_in_with_geography
      
      * fix case for select_inner_join_related_with_alias
      
      * fix case for select_inner_join_related_with_name
      
      * fix case for select_join_using
      
      * fix case for select_keyword_table_name_with_back_quotes
      
      * fix case for select_keyword_table_name_with_double_quotes
      
      * fix case for select_keyword_table_name_with_double_quotes
      
      * fix case for select_keyword_table_name_with_square_brackets
      
      * fix case for select_not_equal_with_single_table
      
      * fix case for select_or_mix_and_for_complex_pattern
      
      * fix case for select_or_mix_and_for_simple_pattern
      
      * fix case for select_or_mix_and_with_binding_and_broadcast_tables
      
      * fix case for select_or_mix_and_with_binding_tables
      
      * fix case for select_or_with_different_sharding_columns
      
      * fix case for select_or_with_none_sharding_columns
      
      * fix case for select_or_with_same_sharding_columns
      
      * fix case for select_order_by_desc_and_index_asc
      
      * fix case for select_order_by_with_date
      
      * fix case for select_pagination_with_row_number
      
      * fix case for select_pagination_with_row_number_and_diff_group_by_and_order_by
      
      * fix case for select_pagination_with_row_number_and_group_by_and_order_by
      
      * fix case for select_pagination_with_row_number_for_greater_than
      
      * fix case for select_pagination_with_row_number_for_greater_than_and_equal
      
      * fix case for select_pagination_with_row_number_not_at_end
      
      * fix case for select_pagination_with_top_and_diff_group_by_and_order_by
      
      * fix case for select_pagination_with_top_and_diff_group_by_and_order_by_and_parentheses
      
      * fix case for select_pagination_with_top_and_group_by_and_order_by
      
      * fix case for select_pagination_with_top_and_group_by_and_order_by_and_parentheses
      
      * fix case for select_pagination_with_top_for_greater_than
      
      * fix case for select_pagination_with_top_for_greater_than_and_equal
      
      * fix case for select_sharding_route_with_broadcast_table
      
      * fix case for select_special_function_nested
      
      * fix case for select_with_block_comment
      
      * fix case for select_with_double_quotes
      
      * fix case for select_with_force_index_join
      
      * fix case for select_with_interval_function
      
      * fix case for select_with_left_function
      
      * fix case for select_with_same_table_name_and_alias
      
      * fix case for select_with_same_table_name_and_alias_column_with_owner
      
      * fix case for select_with_single_comment
      0f065512
    • L
      Add assert column right value for predicate (#4070) · 7cf157e8
      Liang Zhang 提交于
      * add shardingsphere-ui-bin-distribution module
      
      * add shardingsphere-ui-src-distribution module
      
      * add final name for shardingsphere-ui
      
      * add column-left-value
      
      * fix case select_count_with_binding_tables_without_join
      
      * fix case select_distinct_with_owner_star
      
      * fix case select_escape_with_double_quota
      
      * fix case select_order_by_desc_and_index_asc
      
      * fix case select_order_by_with_date
      7cf157e8
    • L
      Add assertion for column predicates's left value (#4069) · 6f95343d
      Liang Zhang 提交于
      * add shardingsphere-ui-bin-distribution module
      
      * add shardingsphere-ui-src-distribution module
      
      * add final name for shardingsphere-ui
      
      * fix case for select_between_with_single_table
      
      * refactor select_comparison_symbol_with_single_table
      
      * refactor select_count_like_concat
      
      * refactor select_count_tilde_concat
      
      * refactor select_count_with_binding_tables_with_join
      
      * refactor select_count_with_binding_tables_without_join
      
      * refactor select_count_with_sub
      
      * refactor select_count_with_sub_with_whitespace
      
      * refactor select_distinct_with_aggregation_functions
      
      * refactor select_distinct_with_avg
      
      * fix test case for select_distinct_with_count
      
      * fix test case for select_distinct_with_owner_star
      
      * fix test case for select_distinct_with_star
      
      * fix test case for select_distinct_with_sum
      
      * fix test case for select_equal_with_geography
      
      * fix test case for select_equal_with_same_sharding_column
      
      * fix test case for select_equal_with_same_sharding_column
      
      * fix test case for select_equal_with_single_table
      
      * fix test case for select_escape_with_double_quota
      
      * fix test case for select_escape_with_single_quota
      
      * fix test case for select_exclamation_equal_with_single_table
      
      * fix test case for select_for_update
      
      * fix test case for select_group_by_without_grouped_column
      
      * fix test case for select_in_with_geography
      
      * fix test case for select_in_with_same_sharding_column
      
      * fix test case for select_in_with_single_table
      
      * fix test case for select_inner_join_related_with_alias
      
      * fix test case for select_inner_join_related_with_name
      
      * fix test case for select_join_using
      
      * fix test case for select_keyword_table_name_with_back_quotes
      
      * fix test case for select_keyword_table_name_with_double_quotes
      
      * fix test case for select_keyword_table_name_with_square_brackets
      
      * fix test case for select_not_between_with_single_table
      
      * fix test case for select_not_equal_with_single_table
      
      * fix test case for select_not_equal_with_single_table
      
      * fix test case for select_not_in_with_single_table
      
      * fix test case for select_or_mix_and_for_complex_pattern
      
      * fix test case for select_or_mix_and_for_simple_pattern
      
      * fix test case for select_or_mix_and_with_binding_and_broadcast_tables
      
      * fix test case for select_or_mix_and_with_binding_tables
      
      * fix test case for select_or_with_different_sharding_columns
      
      * fix test case for select_order_by_desc_and_index_asc
      
      * fix test case for select_order_by_with_date
      
      * fix test case for select_pagination_with_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_group_by_and_order_by
      
      * fix test case for select_pagination_with_limit_and_offset_keyword
      
      * fix test case for select_pagination_with_limit_with_back_quotes
      
      * fix test case for select_pagination_with_offset_and_limit
      
      * fix test case for select_pagination_with_offset
      
      * fix test case for select_pagination_with_row_count
      
      * fix test case for select_pagination_with_row_number
      
      * fix test case for select_pagination_with_row_number_and_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_row_number_and_group_by_and_order_by
      
      * fix test case for select_pagination_with_row_number_for_greater_than
      
      * fix test case for select_pagination_with_row_number_for_greater_than_and_equal
      
      * fix test case for select_pagination_with_row_number_not_at_end
      
      * fix test case for select_pagination_with_top
      
      * fix test case for select_pagination_with_top_and_diff_group_by_and_order_by
      
      * fix test case for select_pagination_with_top_and_diff_group_by_and_order_by_and_parentheses
      
      * fix test case for select_pagination_with_top_and_group_by_and_order_by
      
      * fix test case for select_pagination_with_top_for_greater_than
      
      * fix test case for select_pagination_with_top_for_greater_than_and_equal
      
      * fix test case for select_sharding_route_with_binding_tables
      
      * fix test case for select_sharding_route_with_broadcast_table
      
      * fix test case for select_special_function_nested
      
      * fix test case for select_with_block_comment
      
      * fix test case for select_with_date_format_function
      
      * fix test case for select_with_double_quotes
      
      * fix test case for select_with_force_index_join
      
      * fix test case for select_with_interval_function
      
      * fix test case for select_with_left_function
      
      * fix test case for select_with_mod_function
      
      * fix test case for select_with_regexp
      
      * fix test case for select_with_row_subquery
      
      * fix test case for select_with_row_subquery_without_row_keyword
      
      * fix test case for select_with_same_table_name_and_alias
      
      * fix test case for select_with_same_table_name_and_alias_column_with_owner
      
      * fix test case for select_with_single_comment
      
      * fix test case for select_with_spatial_function
      
      * skip assert for long sql
      
      * skip long sql
      6f95343d
    • S
      encryptor encrypt plaintext (#4068) · b85976ea
      SteNicholas 提交于
      b85976ea
  5. 22 1月, 2020 1 次提交
  6. 21 1月, 2020 8 次提交
    • K
      Fix #4062 to allow more than one proxy server running by start scripts with... · 3dc1ac86
      kimmking 提交于
      Fix  #4062 to allow more than one proxy server running by start scripts with different config directories. (#4065)
      
      * modify start-script to support proxy config path and jta config file
      
      * add path param to support config path
      
      * rename jta.properties to transactions.properties to fix #4602
      
      * remove pid check in start.sh and add echo statement in start.bat
      
      * fix testcase for ShardingConfigurationLoaderTest and polish codes
      
      * rename a method parameter
      3dc1ac86
    • J
      review rule name for insert (#4066) · 53192498
      Juan Pan(Trista) 提交于
      53192498
    • L
      Pull down instanceDataSourceMap to BaseDCLIT (#4064) · 07584dff
      Liang Zhang 提交于
      * add shardingsphere-ui-bin-distribution module
      
      * add shardingsphere-ui-src-distribution module
      
      * add final name for shardingsphere-ui
      
      * code style for ShardingTableMetaDataLoader.getTableNamesInputGroups
      
      * code style for ShardingTableMetaDataLoader.loadDefaultTables
      
      * pull down instanceDataSourceMap to BaseDCLIT
      
      * refactor BaseIT
      
      * rename BaseIT.shardingRuleType to ruleType
      
      * public for BaseIT.NOT_VERIFY_FLAG
      
      * remove useless fields on IT
      
      * fix IntegrateTestEnvironment.shardingRuleTypes to ruleTypes
      
      * update rule.types
      
      * refactor BaseIT
      07584dff
    • J
      e2fdf11f
    • J
      177cc1e0
    • yewangyue's avatar
      Get ciphertext column as a string (#3959) · a4d57667
      yewangyue 提交于
      * Get ciphertext column as a string
      
      * code style
      a4d57667
    • L
      Design SQLSegmentAssert for assert all generic attributes (#4060) · 06dcb488
      Liang Zhang 提交于
      * add shardingsphere-ui-bin-distribution module
      
      * add shardingsphere-ui-src-distribution module
      
      * add final name for shardingsphere-ui
      
      * rename PositionAssert to SQLSegmentAssert
      
      * add package of projection.impl
      
      * move ExpectedTableOwner to owner package
      
      * refactor projection.impl
      
      * add ExpectedTopValue
      
      * move ExpectedSchemaOwner to owner package
      
      * move SQLSegmentAssert to root package
      
      * rename ExpectedSQLSegment
      06dcb488
    • L
      Use PositionAssert assert start index and stop index (#4058) · 53e85d9e
      Liang Zhang 提交于
      * add shardingsphere-ui-bin-distribution module
      
      * add shardingsphere-ui-src-distribution module
      
      * add final name for shardingsphere-ui
      
      * rename parameterStartIndex to parameterMarkerStartIndex
      
      * rename PredicateAssert to WhereAssert
      
      * refactor WhereAssert.assertAndPredicate()
      
      * rename ExpectedPredicateSegment to ExpectedPredicate
      
      * rename ExpectedColumnSegment to ExpectedColumn
      
      * refactor predicate.value
      
      * refactor WhereAssert.assertColumn
      
      * refactor WhereAssert.assertCompareRightValue
      
      * add literalStartIndex and literalStopIndex
      
      * refactor domain of ExpectedWhere
      
      * fix case for select_alias_as_keyword
      
      * fix case for select_between_with_geography
      
      * add PositionAssert
      53e85d9e
  7. 20 1月, 2020 12 次提交
  8. 19 1月, 2020 2 次提交