From 5d9314f134ddd3dc4c853e398ac90ba247fb2e4f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 13 Jun 2016 18:42:42 -0400 Subject: Imported Upstream version 3.1.0 --- Plugins/SqlEnterpriseFormatter/formatraise.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugins/SqlEnterpriseFormatter/formatraise.cpp') diff --git a/Plugins/SqlEnterpriseFormatter/formatraise.cpp b/Plugins/SqlEnterpriseFormatter/formatraise.cpp index be3787e..a347f28 100644 --- a/Plugins/SqlEnterpriseFormatter/formatraise.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatraise.cpp @@ -10,7 +10,7 @@ void FormatRaise::formatInternal() { withKeyword("RAISE").withParFuncLeft().withKeyword(SqliteRaise::raiseType(raise->type)); if (raise->type != SqliteRaise::Type::IGNORE) - withCommaOper().withString(raise->message); + withCommaOper().withStringOrId(raise->message); withParFuncRight(); } -- cgit v1.2.3