We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a42813 commit 1f73428Copy full SHA for 1f73428
WebApp/src/uk/ac/exeter/QuinCe/data/Instrument/InstrumentDB.java
@@ -266,7 +266,7 @@ public class InstrumentDB {
266
private static final String REMOVE_SHARE_STATEMENT = "DELETE FROM"
267
+ " shared_instruments WHERE instrument_id = ? AND shared_with = ?";
268
269
- private static final String SET_OWNER_STATEMENT = "UPDATE INSTRUMENT"
+ private static final String SET_OWNER_STATEMENT = "UPDATE instrument"
270
+ " set owner = ? WHERE id = ?";
271
272
/**
0 commit comments