Skip to content

Commit

Permalink
closql--dset: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 30, 2024
1 parent ffbd489 commit d19b6aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions closql.el
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@
(emacsql db [:insert-into $i1 :values $v2]
table (vconcat (cons id elt2)))
(pop list2)))))))))
(t
(emacsql db [:update $i1 :set (= $i2 $s3) :where (= $i4 $s5)]
((emacsql db [:update $i1 :set (= $i2 $s3) :where (= $i4 $s5)]
(oref-default obj closql-table)
slot
(if (eq value eieio--unbound) 'eieio-unbound value)
Expand Down

0 comments on commit d19b6aa

Please sign in to comment.