akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
https://doc.akka.io/docs/akka-persistence-jdbc/
Other
308 stars 142 forks source link

Cannot extend slick.jdbc.OracleProfile with akka-persistence-jdbc #521

Closed skisel closed 3 years ago

skisel commented 3 years ago

Versions used

akka-persistence-jdbc: 5.0.0 Akka version: 2.6.12

Expected Behavior

It should be possible to persist big messages (>4000 bytes) if custom profile is used (still extends slick.jdbc.OracleProfile)

Actual Behavior

Oracle fails to persist messages with: ORA-01461: can bind a LONG value only for insert into a LONG column

octonato commented 3 years ago

Done in #522