bog-walk
bog-walk
@wissil Version 0.50.1 has been released with the mentioned fix.
Hi @philipchang-RL The casting exception you're seeing is most likely because you need to also override `ColumnType.setParameter()`. When setting an object in a prepared statement with JDBC, any unknown data...
Hi @unbearables I am not able to reproduce this issue using current version 0.45.0. Using the table mappings that you provided with the eager-loading transaction block does not log the...
If the 3rd query is still being logged with the current Exposed version, please consider reopening this issue on [YouTrack](https://youtrack.jetbrains.com/newIssue?project=EXPOSED&draftId=25-4442763) with the details requested above, so we can attempt to...
@bayang Window functions have been available since [version 0.42.0](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md#0420), so it's possible to retrieve both total matching count and pagination results as per the SO suggestions: ```kt object ItemTable :...
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?
Closing as the 3 options, `newSuspendedTransaction`, `withSuspendTransaction`, and `suspendedTransactionAsync`, all accept `CoroutineContext` as the first argument. Please consider reopening this issue on [YouTrack](https://youtrack.jetbrains.com/newIssue?project=EXPOSED&draftId=25-4442763) if the problem persists beyond passing an...
Hi @DanilDelegator Thanks for starting a draft for this feature request. A bit of work will need to be done to lay the foundation for a solid integration of the...
Attempting to rebase and resolve directly on this fork branch turned out messier than hoped given the project repo directory changes. Closing in favour of PR #2062
@dantinkakkar `SpringTransactionManager`, and its overrides, looks quite a bit different now and the issue you mentioned above has been resolved by other PRs. Could you please consider reassessing this PR...