Andrey.Tarashevskiy
Andrey.Tarashevskiy
I'm not sure that it will be correct from the data correctness side. Now you can for example "delete/undelete" related Y entities or count them in your code like `x.xy.forEach...
Looks like the problem here is that you define an explicit scheme on HikaryConfig and that initializes a transaction with default isolation. If you comment out `// config.schema = "test"`...
@peterfigure ,as you can see from HikariCP [PoolBase](https://github.com/brettwooldridge/HikariCP/blob/f9b2c3d372b3f28911a872191ad62953c84bafa4/src/main/java/com/zaxxer/hikari/pool/PoolBase.java#L426) code it calls `connection.setSchema()` function which leads to [PgConnection.setSchema()](https://github.com/pgjdbc/pgjdbc/blob/4595a5ae430ba5ee5463280d04c261d999813d0f/pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java#L1570) where the first query is executed and transaction (with value defined on a...
@sickfar, do you run the latest Exposed version? There was a fix in [0.30.1](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md#0301) about count/empty memory leak.
@sickfar , it would be very helpful if you can provide a sample repo or just a whole test case (with some table mappings) to debug it. I found a...
Hi, @jorginius . It's not possible at the moment, but I hope we can fix it in a while. Do you have any experience with EmbeddedId or IdClass approach? Or...
@kamyar1979 , sad, but there is not workaround atm, because entityId is a hardly coupled with a single column instance. We have uncompleted refactoring with this feature support, but it...
Hi @alsofr , the build will be triggered automatically after Teamcity will see your changes and free agent is available. As I can see from the build log the ":exposed-java-time:test"...
I've run build and reinstall GitHub webhook, I hope it will help.