Nikky
08/19/2024, 9:29 PMSuspendingTransacterImpl
but the generated code does not use ithfhbd
08/19/2024, 9:49 PMNikky
08/19/2024, 11:17 PMNikky
08/19/2024, 11:28 PMException in thread "main" java.lang.IndexOutOfBoundsException: Binding index 0 when only 0 parameters are expected
at io.r2dbc.postgresql.client.Binding.add(Binding.java:75)
at io.r2dbc.postgresql.PostgresqlStatement.bind(PostgresqlStatement.java:108)
at io.r2dbc.postgresql.PostgresqlStatement.bind(PostgresqlStatement.java:59)
at app.cash.sqldelight.driver.r2dbc.R2dbcPreparedStatement.bindLong(R2dbcDriver.kt:204)
in the generated code
.. looks to me like the r2dbc driver does not get the parameter number passed correctly ?