Commit 368ee87
fix: emit NULL literal for nil values in build_update_with_params SET clause
bind(nil) returns Ruby nil which interpolates to "" in a string, producing
invalid N1QL like "child.name = ". Restore the old `|| 'NULL'` guard by
checking nil before calling bind.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent af0efed commit 368ee87
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments