Exposed icon indicating copy to clipboard operation
Exposed copied to clipboard

MySQL REPLACE doesn't update existing record (0.38.2)

Open rami51 opened this issue 3 years ago • 4 comments

I saw that @Tiscs could solve this issue in:

https://github.com/JetBrains/Exposed/pull/1514

This is solved on version 0.39.1. I cannot upgrade my kotlin version now (required by 0.39.1 version), so I need to fix the same problem in 0.38.2 or a new 0.38.3 version. Is this possible?

Thanks!

rami51 avatar Aug 17 '22 13:08 rami51

What kotlin version do you use?

Tapac avatar Aug 18 '22 23:08 Tapac

@rami51 Build from a fork, I did it before the PR #1514 is merged.

BTW: As a suggestion, I upgrade gradle in my project to 7.5.x, which is compatible with kotlin 1.7.x, everything is fine, nothing is incompatible.

Tiscs avatar Aug 19 '22 02:08 Tiscs

What kotlin version do you use?

Hi Tapac, I'm using Kotlin org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10

rami51 avatar Aug 19 '22 13:08 rami51

@rami51 Build from a fork, I did it before the PR #1514 is merged.

BTW: As a suggestion, I upgrade gradle in my project to 7.5.x, which is compatible with kotlin 1.7.x, everything is fine, nothing is incompatible.

I tried this, but I have some dependencies failing... I've been trying 1 hour and I finished rollbacking the changes...

rami51 avatar Aug 19 '22 14:08 rami51

Exposed 0.39.x should work with Kotlin 1.6. Can you please describe the problem you've faced in more details?

Tapac avatar Oct 02 '22 09:10 Tapac

Please reopen this issue if the problem persists with current version 0.41.1.

If it does, could you also share more details so we could attempt to reproduce the problem?

bog-walk avatar May 01 '23 19:05 bog-walk