Skip to content

Commit

Permalink
add server_version to event.sql to fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hilpitome committed Aug 9, 2024
1 parent 2dc75d6 commit e1a6d79
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<include refid="Rowbounds_Example_Where_Clause" />
</if>
<if test="example.orderByClause != null">
order by em.${example.orderByClause}
order by ${example.orderByClause}
</if>
LIMIT #{limit} OFFSET #{offset}
</select>
Expand Down
Loading

0 comments on commit e1a6d79

Please sign in to comment.