Improve error handling for insert-missing-data-and-return-all-ids
This commit is contained in:
parent
2b5594e5d4
commit
4c67160b92
1 changed files with 4 additions and 2 deletions
|
|
@ -161,9 +161,11 @@
|
|||
(symbol->string s))
|
||||
((? string? s)
|
||||
s)
|
||||
((? null? s)
|
||||
((? null? n)
|
||||
;; exec-query-with-null-handling specifies NULL values as '()
|
||||
'()))
|
||||
n)
|
||||
(unknown
|
||||
(error (simple-format #f "normalise-values: error: ~A\n" unknown))))
|
||||
data))
|
||||
|
||||
(let* ((existing-entries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue