Skip to content

Commit 2b04f0c

Browse files
SweetWuXiaoMeibeikov
authored andcommitted
hhh-19598 - support gaussdb callable
1 parent a886045 commit 2b04f0c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/GaussDBCallableStatementSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @author liubao
1515
*
16-
* Notes: Original code of this class is based on PostgreSQLCallableStatementSupport.
16+
* Notes: Original code of this class is based on OracleCallableStatementSupport.
1717
*/
1818
public class GaussDBCallableStatementSupport extends StandardCallableStatementSupport {
1919

hibernate-core/src/test/java/org/hibernate/orm/test/procedure/GaussDBStoredProcedureTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757

5858
/**
5959
* @author chen zhida
60+
*
61+
* Notes: Original code of this class is based on OracleStoredProcedureTest.
62+
*
6063
*/
6164
@Jpa(
6265
annotatedClasses = {

0 commit comments

Comments
 (0)