amichaelgrant

Results 2 issues of amichaelgrant

An attempt to update a row in table is resulting in a new insert: Here is the code var id = 2; this.query() .update('User') .set({ 'othername': data.othername, 'surname': data.surname, 'status'...