MeowRay
MeowRay
> Hi, you can use only one conflict parameter, it means it can be only `conflictColumn` or `conflictIndex`. Examples: > > * https://github.com/reposilite-playground/exposed-upsert/blob/a26898eb330e14808868a9b1b58e8f2069015970/src/test/kotlin/net/dzikoysk/exposed/upsert/spec/CountRepository.kt#L56 > * https://github.com/reposilite-playground/exposed-upsert/blob/a26898eb330e14808868a9b1b58e8f2069015970/src/test/kotlin/net/dzikoysk/exposed/upsert/spec/StatisticsRepository.kt#L89 Yes, but the problem...
> What's your db? MySQL8
``` [18:48:16 INFO]: INSERT INTO stats_test (last_seen, locked, uid) VALUES (?, ?, ?) ON DUPLICATE KEY UPDATE last_seen=? [18:48:16 INFO]: INSERT INTO stats_test (last_seen, locked, uid) VALUES (?, ?, ?)...
The problem still exists, it's weird this is my testclass code ``` @GlobalCommand(permission = "wdsjStatistics.admin") class WdsjStatisticsCommand : WdsjCommand { @SubCommand fun test(sender: Player) { val table = StatsTable2("test") val...
> there might be a issue when entities are being iterated or activated its just a panda spigot performance feature where entities are actively being processed to reduce server load...
> public class NoSuchElementException extends [RuntimeException](https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html) Thrown by various accessor methods to indicate that the element being requested does not exist. > > > ``` > > [13:48:54] [Server thread/ERROR]:...