Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit a4ed4d7

Browse files
committed
Merge pull request #218 from jeremy-bridges/master
Adding "VALUES" to the reserved word list.
2 parents f86b037 + 5883cc0 commit a4ed4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.OrmLite.Firebird/FirebirdOrmLiteDialectProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class FirebirdOrmLiteDialectProvider : OrmLiteDialectProviderBase<Firebir
1313
{
1414
private readonly List<string> RESERVED = new List<string>(new[] {
1515
"USER","ORDER","PASSWORD", "ACTIVE","LEFT","DOUBLE", "FLOAT", "DECIMAL","STRING", "DATE","DATETIME", "TYPE","TIMESTAMP",
16-
"INDEX","UNIQUE", "PRIMARY", "KEY", "ALTER", "DROP", "CREATE", "DELETE"
16+
"INDEX","UNIQUE", "PRIMARY", "KEY", "ALTER", "DROP", "CREATE", "DELETE", "VALUES"
1717
});
1818

1919
public static FirebirdOrmLiteDialectProvider Instance = new FirebirdOrmLiteDialectProvider();

0 commit comments

Comments
 (0)