From a25834441c30ebc57f68198dc0b4dea07b369e01 Mon Sep 17 00:00:00 2001 From: snoop Date: Wed, 9 Nov 2016 15:58:43 +0900 Subject: [PATCH] removed LastInsertIDReturningSuffix --- orm/dialect_h2.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/orm/dialect_h2.go b/orm/dialect_h2.go index 9e93a11..2eaf717 100644 --- a/orm/dialect_h2.go +++ b/orm/dialect_h2.go @@ -112,10 +112,6 @@ func (s h2) CurrentDatabase() (name string) { return } -func (s h2) LastInsertIDReturningSuffix(tableName, key string) string { - //return fmt.Sprintf("RETURNING %v.%v", tableName, key) - return fmt.Sprintf(" ; ") -} func (h2) SupportLastInsertID() bool { return false