bog-walk

Results 42 comments of bog-walk

@flyingcircle I was not able to reproduce that exception using your example with current version 0.43.0. Quite a bit has been fixed with Oracle over the last few months. Could...

If the problem persists with current version 0.44.0, please consider reopening this issue on [YouTrack](https://youtrack.jetbrains.com/newIssue?project=EXPOSED&draftId=25-4442763). If you do so, please also provide a minimally-reproducible sample, so we can attempt to...

@seik0ixtem The `CustomXFunction` shortcuts are inherently nullable, producing typed results like `CustomFunction`. If this is not the behavior you want, as your table column should not be nullable, then you...

Please reopen this issue if the current Wiki didn't provide the feature details you were looking for.

@williamboxhall We aim for monthly releases at the end of every month. When the release is available, it will also be announced on the [Slack channel](https://kotlinlang.slack.com/?redir=%2Farchives%2FC0CG7E0A1%3Fname%3DC0CG7E0A1). If you run into...

Confirming that the printed UUID are equivalent after the proposed adjustment above. Please reopen this issue if the problem requires more answers.

Hi @joshlong Thanks very much for all your effort behind this feature request and for sharing a prototype. In the process of adding runtime hints, we're running into some limitations...

Hi @AliceCarroll239 . Using current version 0.44.0, if `allowMultiQueries=true` is added to the JDBC url, the syntax exception goes away. Still, neither of the 2 multi-statement examples above will produce...

Please reopen this issue if the problem persists with current version 0.41.1. If it does and if possible, please confirm build details and IDE version, as well as a code...

Looking through the git history, it seems a fix was merged using the suggestions above in [this commit](https://github.com/JetBrains/Exposed/commit/96ad157f4f666515af6bd118a5751e0dd4d6585c). The CI build failed so part of the fix was reverted and...