Chris Hofstaedtler
Chris Hofstaedtler
For reference, I tested this with firmware from https://source.mnt.re/reform/pocket-reform/-/merge_requests/21 I've collected emulation data for this, can be found here: http://per.namespace.at/~ch/sysctl-emulation-data.zip sha256sum = 7b7a353a832062de8e37b91fef4df9c09b3b97fa9b89e4d43e735017ab6ce8a2. Haven't checked yet how that can be...
> @zeha can you upload that firmware to the LVFS? it doesn't have to be public, just to the private remote. Then we can add that emulation data to that...
@hughsie The firmware should now be in the private remote. Thanks to @mntmn!
`xunfunction` should go away, is what I'm inferring from the git history.
https://github.com/grml/grml-etc-core/commit/724508d30c788da653579d44ac3566f27ffed1d6 tried to remove it, but didn't explain in detail why. But let's do it now.
30ab35bd4a373d7fc5cacbfd69f78992c6fe8206 removed xunfunction for good.
> That LIKE looks expensive, is it worth it? Thats a really good question, and I think the answer might be "depends on your actual data and query patterns". It...
On PG it wasn't -that- bad, and you can stick a funny index in ;)
I think all SQL servers can do something similar, but the syntax isn't very universal :( The general idea would be to construct a "table" that exists during this statement...
> `ANY` was not supported by MySQL last time I checked. Apparently it's now in 8.0.x! All the interesting sounding functionality is new in 8.0: - https://dev.mysql.com/doc/refman/8.0/en/any-in-some-subqueries.html - https://dev.mysql.com/doc/refman/8.0/en/json-table-functions.html -...