Skip to content

Commit 8ef21c3

Browse files
committed
Upsert query support for SQLite
1 parent edf588c commit 8ef21c3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

core/src/main/java/me/zort/sqllib/SQLiteDatabaseConnectionImpl.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ public QueryResult upsert(String table, PrimaryKey primaryKey, InsertQuery inser
132132
}
133133
}
134134

135-
@Override
136-
public UpsertQuery upsert(@Nullable String table) {
137-
throw new IllegalStatementOperationException("Default upsert is not supported by SQLite!");
138-
}
139-
140135
@Override
141136
public QueryResult exec(Query query) {
142137
if (query instanceof UpsertQuery && ((UpsertQuery) query).getAssignedSaveObject() != null)

0 commit comments

Comments
 (0)