Tim Sehn

Results 334 comments of Tim Sehn

Closing in favor of #2172

@fulghum did you fix this with your current work?

Just to be clear the example above is against MySQL. We fail the last update statement. ``` test-unique-reorder $ dolt sql DROP TABLE IF EXISTS child; > CREATE TABLE parent(...

This on the other hand works: ``` test-unique-reorder $ dolt sql -q "update child set b = 1, c=1 where a = 101;" Query OK, 1 row affected Rows matched:...

This will error not panic now. We'll track mixing formats in #4077

I think this might have something to do with this: https://github.com/dolthub/dolt/issues/407#issuecomment-587290825 What version of MySQL are you comparing to?

I'm not arguing that it should not work as you expect. I've run into GROUP BY issues before and some of the parsing is controlled by a MySQL variable, specifically ...

I tested this in another group by and we now suppirt this syntax.