bog-walk

Results 44 comments of bog-walk

Hi @xJoeWoo It would be great to include this feature in the upcoming release. So I will rebase and address the requested changes above on this branch next week if...

Changes made: - Rebase and add `apiDump` - Remove changes involving extension of custom query classes (now in PR #2173 ) - Switch naming to `comment()` to align with the...

@obabichevjb I refactored this PR (and added more tests) as original cache was failing if the same wrapped entity was used with different additional data (for example, updating `TaskWithData(Task(11), true,...

@solonovamax Here is the [style guide](https://jetbrains.github.io/Exposed/contributing.html#style-guides) with a brief section on writing tests. Off the top of my head, I don't have a single example that would cover all the...