Tv

Results 377 comments of Tv

And #122 (trailing comments)

SQLite & Postgres allow duplicate column names in results: https://github.com/apache/arrow-datafusion/issues/8379#issuecomment-1847906637

SQLite & Postgres allow `AVG(DISTINCT)`, and this is seen a lot in the tests: https://github.com/apache/arrow-datafusion/issues/2408

Sorry, I just realized I wrote datafusion comments here. Nevermind that, those problems are downstream from this project.

And value-wise query results #108 (column-per-line instead of line-per-row).

I can work around this with `tester.with_validator(sql_result_validator)` and something like this. I ripped out the whitespace trimming to keep the code simple, the sqlite tests I was playing with don't...

I was going to create an issue saying the sample at e.g. https://jorel.dev/mdBook-pagetoc/ seems broken. On my laptop screen, at full width, the ToC sidebar only becomes visible at zoom...

For projects where you can rely on everything being formatted, instead of this seemingly-abandoned diff formatter, you can simply make git store only properly formatted code: ``` $ grep rust...

You can disable the thing per git repository. I've had to do that too, but I mostly welcome knowledge that the project I'm looking at is being weird.

Another similar use case, which you may or may not care about: keep enum variants in the same order as in the enum's declaration. I've done this several times when...