Minor patch for Apache Derby

This commit is contained in:
Miroslav Stampar
2025-12-25 02:33:56 +01:00
parent 60d145ab6b
commit 1a7538ae0f
3 changed files with 5 additions and 5 deletions

View File

@@ -946,8 +946,8 @@
<limitstring/>
<order query="ORDER BY %s ASC"/>
<count query="COUNT(%s)"/>
<!-- NOTE: comment without alphanumeric char in continuation is invalid -->
<comment query="--x"/>
<!-- NOTE: https://issues.apache.org/jira/browse/DERBY-3157 -->
<comment query="--aa"/>
<substring query="SUBSTR((%s),%d,%d)"/>
<concatenate query="%s||%s"/>
<!-- NOTE: Apache Derby does not support implicit conversion from int to string -->