Luc Girardin
Luc Girardin
Link to the Slack discussion on this issue: https://questdb.slack.com/archives/C1NFJEER0/p1652867415621729
Will redo all the tests once a new version of QuestDB has been released with the UNION bug has been fixed.
Unfortunately nor 6.4.1 nor 6.4.2 fix the issue for me. Using these version, I get no result (after a long delay) for the following query: `{"query":"SELECT DISTINCT * FROM bus...
@turansky Tried today with `pre.708`: everything working (very) well :-) Many thanks Victor!
To workaround this issue, I do: ``` implementation("net.subroh0508.kotlinmaterialui:core:0.5.5") implementation("net.subroh0508.kotlinmaterialui:lab:0.5.5") { exclude("subroh0508.net.kotlinmaterialui", "core") } ```
Here is how I managed to get it working on my side: ``` LocalizationProvider { attrs { dateFnsAdapter() locale(enUS) } dateTimePicker { ... } } ```
That's right, I had to tweak a bit the dependencies and create my own Kotlin wrapper around data-fns. Here is what I am using: ``` implementation("net.subroh0508.kotlinmaterialui:pickers:0.5.3") { exclude("subroh0508.net.kotlinmaterialui", "date-io") }...
Would be neat indeed!