1. 12 2月, 2020 1 次提交
  2. 11 2月, 2020 9 次提交
  3. 10 2月, 2020 16 次提交
  4. 09 2月, 2020 8 次提交
  5. 08 2月, 2020 3 次提交
  6. 07 2月, 2020 3 次提交
    • Z
      #4182, ignore showLike context in show columns (#4204) · 292994d0
      Zhang Yonglun 提交于
      * #4182, ignore showLike context in show columns
      
      * #4182, ignore showLike context in show columns
      
      * #4182, ignore showLike context in show columns
      292994d0
    • J
      Fix bad rewrite Result for or query sql when using encryptRule (#4201) · 8f7187bb
      Juan Pan(Trista) 提交于
      * fix #4188
      
      * delete EqualsAndHashCode from sql token
      8f7187bb
    • L
      Keep same order with MySQLVisitor's methods and BaseRule.g4 file (#4202) · 5ebee15d
      Liang Zhang 提交于
      * move order of MySQLVisitor.visitParameterMarker()
      
      * keep same order with MySQLVisitor.visitLiterals() and g4 file
      
      * refactor NumberValue
      
      * refactor BooleanValue
      
      * refactor BooleanValue
      
      * add todo for visitLiterals
      
      * keep same order with MySQLVisitor.visitIdentifier and g4 file
      
      * refactor visitIdentifier
      
      * add todo for visitStringLiterals
      
      * move order of variable_ and scope_ in g4 file
      
      * move scope_ to TCLStatement.g4
      
      * keep same order with visitTableNames and visitColumnsNames for g4 file
      
      * refactor ctx.start and ctx.stop to ctx.getStart() and ctx.Stop()
      
      * inline createSchemaSegment()
      
      * inline createTableSegment()
      
      * keep same order with MySQLVisitor.visitIndexName and g4 file
      
      * keep same order with MySQLVisitor.visitColumnNames and g4 file
      
      * refactor MySQLVisitor.visitExpr()
      
      * refactor MySQLVisitor.visitExpr()
      
      * refactor MySQLVisitor.visitBooleanPrimary()
      
      * inline createCompareSegment
      
      * move order for createInSegment and createBetweenSegment
      
      * move order for createExpressionSegment
      
      * move order for visitOrderByClause
      
      * refactor visitFunctionCall
      
      * move order for createAggregationSegment
      
      * refactor createAggregationSegment
      
      * merge mergePredicateSegment
      5ebee15d