danielmhanover / typeorm-upsert

37 stars 2 forks source link

Feature req: update when the index field is not the primary key #11

Open swedge218 opened 3 years ago

swedge218 commented 3 years ago

Sometimes, the field to update will not be indexed by the primary key. Being able to specify the field e.g. in a where clause will be good.