Skip to content

Commit

Permalink
fixed tests (x2)
Browse files Browse the repository at this point in the history
also removed MySQL as target for the alias
  • Loading branch information
danigiri committed Oct 24, 2024
1 parent ce800b3 commit 66824bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4247,16 +4247,16 @@
</expression-projection>
</projections>
</select>
<select sql-case-id="select_strright" db-types="MySQL, Doris">
<select sql-case-id="select_strright" db-types="Doris">
<projections start-index="7" stop-index="30">
<expression-projection start-index="7" stop-index="30" text="STRRIGHT('foobar', 4)">
<expression-projection start-index="7" stop-index="33" text="STRRIGHT('foobarbar', 4)">
<expr>
<function function-name="STRRIGHT" text="STRRIGHT('foobar', 4)" start-index="7" stop-index="30">
<function function-name="STRRIGHT" text="STRRIGHT('foobarbar', 4)" start-index="7" stop-index="33">
<parameter>
<literal-expression value="foobarbar" start-index="16" stop-index="26" />
<literal-expression value="foobarbar" start-index="16" stop-index="29" />
</parameter>
<parameter>
<literal-expression value="4" start-index="29" stop-index="29" />
<literal-expression value="4" start-index="32" stop-index="32" />
</parameter>
</function>
</expr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@
<sql-case id="select_st_crosses" value="SELECT ST_Crosses(ST_GeomFromText('POINT(1 1)'), ST_GeomFromText('POINT(2 2)'))" db-types="MySQL,Doris" />
<sql-case id="select_bitxor" value="SELECT BITXOR(3,5)" db-types="Doris" />
<sql-case id="select_instr" value="SELECT INSTR('foobar','bar')" db-types="Doris" />
<sql-case id="select_strright" value="SELECT STRRIGHT('foobar','bar')" db-types="Doris" />
<sql-case id="select_strright" value="SELECT STRRIGHT('foobarbar','bar')" db-types="Doris" />
</sql-cases>

0 comments on commit 66824bb

Please sign in to comment.