simoncampion
simoncampion
`__like` allows for more powerful filters than `__startswith` and `__endswith` (see the linked issue for an example). The question is whether users will value these more powerful filters sufficiently to...
@waketzheng Sorry for the late response. I'm currently traveling, but I'll be able to take a look at the end of this month.
@waketzheng It looks like you've already fixed the conflicts. Let me know if there's anything else you need me to do. Aside: It seems to me that [this commit](https://github.com/tortoise/tortoise-orm/pull/954/commits/c16556bb948ba9b1db5cbb6cddf18b119fd790b8) you...
@waketzheng I see that you forced `__like` to be case-sensitive for MySQL with [this change](https://github.com/tortoise/tortoise-orm/pull/954/commits/be2c63cb594624440ecaddf412d3de3197d8520a#diff-6eb3bfb2c4eb5cecf04e031b10c2ab6f009fffe1d63f58c86af54a87b4f423c1L70). To clarify, would you prefer that `__like` is always case-sensitive for all database types, even...
I fixed the failing mssql tests. I spent some time trying to get oracle tests to run on my local machine in a dockerized setup, as I'd prefer not to...
I've also seen this issue repeatedly. Here is a reproducer: 1. `git clone https://github.com/flatcar/scripts.git` 2. `git checkout -b tmp main-3916.0.0-nightly-20240321-2100` 3. `./run_sdk_container -t` 4. `./build_packages && ./build_image && ./image_to_vm.sh` 5....
> what did you do to get a correct build? Did it involve rebuilding coreos-modules or not? To get a correct build, I deleted the SDK container that delivered the...
> For me the error went away after also emerging the coreos-modules again plus to be sure coreos-kernel and then building the image Interesting. I hadn't tried to emerge coreos-modules...