1. 02 3月, 2020 8 次提交
  2. 01 3月, 2020 11 次提交
  3. 29 2月, 2020 3 次提交
  4. 28 2月, 2020 9 次提交
  5. 27 2月, 2020 4 次提交
  6. 26 2月, 2020 5 次提交
    • L
      Merge branch 'master' into dev (#4489) · 1dabc0a8
      Liang Zhang 提交于
      # Conflicts:
      #	shardingsphere-sql-parser/shardingsphere-sql-parser-mysql/src/main/java/org/apache/shardingsphere/sql/parser/visitor/impl/MySQLDDLVisitor.java
      #	shardingsphere-sql-parser/shardingsphere-sql-parser-oracle/src/main/java/org/apache/shardingsphere/sql/parser/visitor/impl/OracleDDLVisitor.java
      #	shardingsphere-sql-parser/shardingsphere-sql-parser-postgresql/src/main/java/org/apache/shardingsphere/sql/parser/visitor/impl/PostgreSQLDDLVisitor.java
      #	shardingsphere-sql-parser/shardingsphere-sql-parser-sql92/src/main/java/org/apache/shardingsphere/sql/parser/visitor/impl/SQL92DDLVisitor.java
      #	shardingsphere-sql-parser/shardingsphere-sql-parser-sqlserver/src/main/java/org/apache/shardingsphere/sql/parser/visitor/impl/SQLServerDDLVisitor.java
      1dabc0a8
    • L
      Parse constraint for CREATE TABLE (#4487) · 5adf6e45
      Liang Zhang 提交于
      * remove createDefinitions from MySQL g4
      
      * add CreateDefinitionSegment
      
      * rename rule name inside columnDefinition
      
      * parse referencedTables on ColumnDefinitionSegment
      
      * parse ConstraintDefinitionSegment on DefinitionSegment
      
      * refactor CreateTable with CreateDefinitionSegment for MySQL
      
      * refactor CreateTable with CreateDefinitionSegment for PostgreSQL
      
      * refactor CreateTable with CreateDefinitionSegment for Oracle
      
      * refactor CreateTable with CreateDefinitionSegment for SQLServer
      
      * refactor CreateTable with CreateDefinitionSegment for SQL92
      
      * fix parser test cases
      5adf6e45
    • J
      create KeywordValue (#4486) · 9593cd47
      Juan Pan(Trista) 提交于
      9593cd47
    • N
      update docs of performance test (#4458) · 023fcf43
      nancyzrh 提交于
      * update docs of performance test
      
      * update docs of perfomance test
      023fcf43
    • J
      Modify visitor of dataTypeName (#4484) · d5be1976
      Juan Pan(Trista) 提交于
      * Modify AliasAvailable
      
      * Modify dataTypeName
      d5be1976