Skip to content

[hotfix][JDBC] Fix db2 Db2Dialect error.#199

Merged
RocMarshal merged 1 commit into
apache:mainfrom
RocMarshal:fixDB2bug_
Jun 22, 2026
Merged

[hotfix][JDBC] Fix db2 Db2Dialect error.#199
RocMarshal merged 1 commit into
apache:mainfrom
RocMarshal:fixDB2bug_

Conversation

@RocMarshal

Copy link
Copy Markdown
Contributor

Removed the semicolon from the SQL query as it caused a syntax error . ( Caused by: com.ibm.db2.jcc.am.SqlSyntaxErrorException: DB2 SQL Error: SQLCODE=-104, SQLSTATE=42601, SQLERRMC=;;columnA, SOURCE.columnB);END-OF-STATEMENT, DRIVER=4.26.14 )

Take over it from #151 and keep the original author signutrue

Removed the semicolon from the SQL query as it caused a syntax error . ( Caused by: com.ibm.db2.jcc.am.SqlSyntaxErrorException: DB2 SQL Error: SQLCODE=-104, SQLSTATE=42601, SQLERRMC=;;columnA, SOURCE.columnB);END-OF-STATEMENT, DRIVER=4.26.14 )
@RocMarshal RocMarshal self-assigned this Jun 22, 2026
@RocMarshal RocMarshal merged commit 444707b into apache:main Jun 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants