aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatraise.cpp
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2016-06-13 18:42:42 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2016-06-13 18:42:42 -0400
commit5d9314f134ddd3dc4c853e398ac90ba247fb2e4f (patch)
tree5c457fc188036988d7abd29a3eb09931e406510f /Plugins/SqlEnterpriseFormatter/formatraise.cpp
parent8e640722c62692818ab840d50b3758f89a41a54e (diff)
Imported Upstream version 3.1.0upstream/3.1.0
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();
}