Robert Jaros
08/07/2019, 1:58 PMsdeleuze
08/07/2019, 2:31 PMRobert Jaros
08/07/2019, 2:37 PMsdeleuze
08/07/2019, 2:38 PMRobert Jaros
08/07/2019, 2:45 PM@Table("pckonto4")
data class Pckonto4(
@Column("pckonto4_id") val pckonto4_id: Int? = null,
@Column("pckonto1_id") val pckonto1_id: Int? = null,
@Column("temat") val temat: String? = null,
@Column("status") val status: Int? = null
)
Robert Jaros
08/07/2019, 2:46 PMdatabaseClient.execute("SELECT pckonto4_id, pckonto1_id, temat, status FROM pckonto4 WHERE grej1_id = :grej1Id AND status = 1 ORDER BY pckonto4_id LIMIT 1")
.bind("grej1Id", 80).asType<Pckonto4>().fetch().one().block()
Robert Jaros
08/07/2019, 2:46 PMdatabaseClient.execute("SELECT pckonto4_id, pckonto1_id, temat, status FROM pckonto4 WHERE grej1_id = :grej1Id AND status = 1 ORDER BY pckonto4_id LIMIT 1")
.bind("grej1Id", 80).fetch().one().block()
Robert Jaros
08/07/2019, 2:47 PMRobert Jaros
08/07/2019, 2:48 PMspringBootVersion = '2.2.0.M5'
springDataR2dbcVersion = '1.0.0.BUILD-SNAPSHOT'
r2dbcPostgresqlVersion = '1.0.0.BUILD-SNAPSHOT'
Robert Jaros
08/07/2019, 2:49 PMsdeleuze
08/07/2019, 3:10 PM1.0.0.M2
+ R2DBC Arabba-M8
sdeleuze
08/07/2019, 4:05 PM2.2.0.M5
so you will have to wait we finish sync the portfolio