Hielke de Vries

Results 15 comments of Hielke de Vries

@griffio thx, that will work for now. But then you would have to call `saveOrder` with many parameters`saveOrder(id, a, b, c, ...)` instead of just `saveOrder(order)`. I wouldn't mind fixing...

Earlier I was looking at: https://github.com/cashapp/sqldelight/blob/6fa1522ca3e87b8e1379891a7d30422489198753/sqldelight-compiler/src/main/kotlin/app/cash/sqldelight/core/lang/util/TreeUtil.kt#L236 but the `replacements` seems to contain `(?)` most of the time when debugging the unit tests. For `SELECT` queries the generated code is correct,...