summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/SQLResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibSQL/SQLResult.h')
-rw-r--r--Userland/Libraries/LibSQL/SQLResult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibSQL/SQLResult.h b/Userland/Libraries/LibSQL/SQLResult.h
index f2871270f7..ccfa0c4486 100644
--- a/Userland/Libraries/LibSQL/SQLResult.h
+++ b/Userland/Libraries/LibSQL/SQLResult.h
@@ -49,6 +49,7 @@ constexpr char const* command_tag(SQLCommand command)
S(SchemaDoesNotExist, "Schema '{}' does not exist") \
S(SchemaExists, "Schema '{}' already exist") \
S(TableDoesNotExist, "Table '{}' does not exist") \
+ S(ColumnDoesNotExist, "Column '{}' does not exist") \
S(TableExists, "Table '{}' already exist") \
S(InvalidType, "Invalid type '{}'") \
S(InvalidDatabaseName, "Invalid database name '{}'")