aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatraise.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatraise.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatraise.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}